adding release notes for history
authortipaul <tipaul>
Thu, 23 Sep 2004 16:19:45 +0000 (16:19 +0000)
committertipaul <tipaul>
Thu, 23 Sep 2004 16:19:45 +0000 (16:19 +0000)
misc/release notes/release_notes_211.txt [new file with mode: 0644]
misc/release notes/release_notes_212.txt [new file with mode: 0644]

diff --git a/misc/release notes/release_notes_211.txt b/misc/release notes/release_notes_211.txt
new file mode 100644 (file)
index 0000000..2d68bcf
--- /dev/null
@@ -0,0 +1,64 @@
+RELEASE NOTES
+=============
+(HELP NEEDED chapter at the end of document)
+
+ROADMAP : 
+A roadmap for Koha 2.2 is available here :
+http://www.saas.nsw.edu.au/koha_wiki/index.php?page=KohaRoadmap
+
+
+This is the 2nd UNSTABLE VERSION of the future Koha 2.2.
+Please install this version only if you want to test and give some help to the team that develops this software.
+NEVER, NEVER, NEVER use it on a production machine.
+
+WARNING : 
+* This version is ONLY available in ENGLISH. biblio frameworks are only available in UNIMARC - french.
+* This version is tested only with mozilla. Should work (partially) with IE.
+* Any 2.1.0 install must be uninstalled before installing 2.1.1 No update is provided for 2.1.0.
+
+INSTALLATION
+* Download the package
+* tar xvfz koha-version.tar.gz
+* cd koha-version
+* ./installer.pl
+* Follow the instructions
+
+
+UPGRADE from previous 2.0.0preX or RCx version
+* Download the package
+* tar xvfz koha-version.tar.gz
+* cd koha-version
+* ./koha.upgrade
+* Follow the instructions
+
+
+UPGRADE from previous 1.2.x version :
+UPGRADE TO A 2.0.0 version before upgrading to 2.1.1
+This will be mandatory for the 2.2 official release.
+
+============
+WHAT'S NEW
+============
+1- serials
+**********
+The serial module is here.
+Online help is documented, and work fine.
+The serial module contains :
+* create a subscription.
+* automatically calculate issue. An issue can be delayed or marked "missing".
+* remind the librarian when the subscription expires.
+* deals with complex formulas to calculate issue number.
+* show subscriptions summaries in librarian interface and OPAC, with differents informations.
+
+2- bugfixes
+***********
+A lot in all modules. It seems everything works fine in new modules (Authorities, frameworks...)
+
+==========
+FUTURE
+==========
+The next release will probably be 2.2RC1.
+It should contains :
+* bugfixes.
+* some new code for a better LDAP handling (automatic creation of the borrower if it does not exist, getting informations from LDAP directory)
+* a barcode generator ! it's a new feature that should be commited by a new developper coming from south america (argentina). I've seen the code, it's clean & nice. Just a new dependencay, for PDF generating. Should be non mandatory for ppl that don't want to print barcodes.
diff --git a/misc/release notes/release_notes_212.txt b/misc/release notes/release_notes_212.txt
new file mode 100644 (file)
index 0000000..759014e
--- /dev/null
@@ -0,0 +1,51 @@
+RELEASE NOTES
+=============
+(HELP NEEDED chapter at the end of document)
+
+ROADMAP : 
+A roadmap for Koha 2.2 is available here :
+http://www.saas.nsw.edu.au/koha_wiki/index.php?page=KohaRoadmap
+
+
+This is the 3nd UNSTABLE VERSION of the future Koha 2.2.
+Please install this version only if you want to test and give some help to the team that develops this software.
+NEVER, NEVER, NEVER use it on a production machine.
+
+WARNING : 
+* This version is ONLY available in ENGLISH. biblio frameworks are only available in UNIMARC - french.
+* This version is tested only with mozilla. Should work (partially) with IE.
+* Any 2.1.0 install must be uninstalled before installing 2.1.1 No update is provided for 2.1.0.
+
+INSTALLATION
+* Download the package
+* tar xvfz koha-version.tar.gz
+* cd koha-version
+* ./installer.pl
+* Follow the instructions
+
+UPGRADE from previous 2.0.0preX or RCx version
+* Download the package
+* tar xvfz koha-version.tar.gz
+* cd koha-version
+* ./koha.upgrade
+* Follow the instructions
+
+UPGRADE from previous 1.2.x version :
+UPGRADE TO A 2.0.0 version before upgrading to 2.1.2
+This will be mandatory for the 2.2 official release.
+
+UPDATE from a 2.1.x version is NOT AVAILABLE. Don't install 2.1.2 on a 2.1.x test database. A lot of DB changes have been done since 2.1.x & could not be handled by the DB updater.
+
+============
+WHAT'S NEW
+============
+* Barcode printing : a barcode printing module has been added in the "parameters" module. It requires PDF::API2 Perl module. this requirement is NOT tested by the installer, and will be non-mandatory on official 2.2.0 release.
+* A lot of bugfixes. The list is too long to be done.
+
+This "snapshot" is a good basis for translation process. Feel free to subscribe to koha-translate and become involved in a localisation to your own language.
+
+===========
+WHAT'S NEXT
+===========
+This version is quite stable. The next one should be called "2.2.0RC1".
+It still requires some work in LDAP handling.
\ No newline at end of file