Changing version to 3.0.6 v3.00.06
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Mon, 17 May 2010 10:23:55 +0000 (12:23 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Mon, 17 May 2010 10:23:55 +0000 (12:23 +0200)
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.

Makefile.PL
misc/release_notes/release_notes_30006.txt

index 06a3826..571826c 100644 (file)
@@ -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 <koha-devel@lists.koha.org>',
index e6617aa..bcd4ee6 100644 (file)
@@ -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.