From: Henri-Damien LAURENT Date: Mon, 17 May 2010 10:23:55 +0000 (+0200) Subject: Changing version to 3.0.6 X-Git-Tag: v3.00.06^0 X-Git-Url: http://git.rot13.org/?p=koha.git;a=commitdiff_plain;h=d80033f567b32eb018c3ecefba02e537877b401d Changing version to 3.0.6 This is version 3.0.6 of Koha. Change log : bug fixes bug #3348 bug #3536 bug #3894 bug #4002 bug #4004 bug #4020 bug #4021 bug #4038 bug #4043 bug #4044 bug #4049 bug #4050 bug #4052 bug #4055 bug #4075 bug #4084 bug #4326 bug #4276 Adds IndependentBranchPatrons system preferences for libraries which would not like to see patrons from other libraries Adds XSLT systempreferences so that path can be provided Also adds CSV exports Adds a page for subscription history management Changes the way reserves are allowed. You HAVE TO enter the itemtypes and holds Policy in order to enable your patron to reserve It adds 10 changes in database, which adds some new tables required for some partial features ports from 3.2 due to the previous release and updates languages tag for portuguese and updates Calendar SystemPreference. --- diff --git a/Makefile.PL b/Makefile.PL index 06a38263f7..571826c4ea 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -526,7 +526,7 @@ my %test_suite_override_dirs = ( WriteMakefile( NAME => 'koha', - VERSION => '3.00.05', + VERSION => '3.00.06', #VERSION_FROM => 'kohaversion.pl', ABSTRACT => 'Award-winning integrated library system (ILS) and Web OPAC', AUTHOR => 'Koha Developers ', diff --git a/misc/release_notes/release_notes_30006.txt b/misc/release_notes/release_notes_30006.txt index e6617aa648..bcd4ee68fb 100644 --- a/misc/release_notes/release_notes_30006.txt +++ b/misc/release_notes/release_notes_30006.txt @@ -85,9 +85,8 @@ of a work into the item detail pages. New with Koha 3 is service throttling for these services, to keep within subscription limits. 4. Cross-platform, multi-RDBMS, Web-server agnostic - Run Koha on the platform -of your choice: Linux, Windows, Mac OS X, FreeBSD, Solaris. Koha 3 also -includes better support for multi-RDBMS (MySQL 5.0 and PostgreSQL), and runs -under Apache2, IIS, or the web server of your choosing. +of your choice: Linux, Windows, Mac OS X, FreeBSD, Solaris. +Koha runs preferrably under Apache2, IIS, or the web server of your choosing. 5. Multi-lingual support - Koha was designed from the ground up for multilingual libraries. Koha 3 can handle Chinese, Japanese, and even right-to-left languages @@ -167,13 +166,14 @@ bug #4276 Adds IndependentBranchPatrons system preferences for libraries which would not like to see patrons from other libraries -Change the XSLT systempreference so that path can be provided +Adds XSLT systempreferences so that path can be provided Also adds CSV exports +Adds a page for subscription history management Changes the way reserves are allowed. You HAVE TO enter the itemtypes and holds Policy in order to enable your patron to reserve -It adds 8 changes in database, which adds some new tables required for some partial features ports from 3.2 due to the previous release and updates languages tag for portuguese and updates Calendar SystemPreference. +It adds 10 changes in database, which adds some new tables required for some partial features ports from 3.2 due to the previous release and updates languages tag for portuguese and updates Calendar SystemPreference. Note that Windows is not supported for this version as there are blockers.