* commiting last version or 2.0.0pre1 release notes for history
[koha.git] / release_notes_200pre1.txt
index 520353f..24524b7 100644 (file)
@@ -1,7 +1,8 @@
 RELEASE NOTES
 =============
 This release add many bugfixes, and some improvment in z3950 and repetable fields management.
-
+It has been placed in the "unstable tree" because there are still some bugs.
+But it's fully usable, and should not be modified a lot until a stable version is released.
 
 PACKAGE NEEDED :
 ---------
@@ -9,7 +10,15 @@ Nothing new. Note MARC::Record has new releases, but older one (1.26) works fine
 
 DB modifications :
 ---------
-No modif in the DB.
+* added field in aqbudget, primary key :
+       aqbudgetid tinyint(4) NOT NULL auto_increment
+  PRIMARY KEY  (aqbudgetid)
+* added field in systempref :
+       options text
+* bibliothesaurus
+       field father changed to char(80) (was bigint)
+       added full text index : FULLTEXT KEY category_2 (category,freelib)
+
 
 z3950 :
 ---------
@@ -21,6 +30,14 @@ various :
 * added subject and subtitle to MARC subfields mapped to Koha old-DB.
 * reordered bookfunds/budget admin tools.
 
+languages/languages :
+-------------
+DEFAULT template :
+* english works.
+* french should work, mostly. If you experiment some problems, test with english templates, and report the problem as general of french specific
+NEW template :
+a "unido" template is in this release. It's uncomplete, and based on vanilla template.
+
 GUI reordering
 ------------------
 * Some unused links have been dropped.
@@ -32,7 +49,20 @@ Should be easier to understand.
 
 Bugs still open in bugs.koha.org
 =======================
-always some, but less than in 1.9.3 (35 at this time)
+always some, but less than in 1.9.3 (40 at this time. more than 20 of them are minor : spellcheck, image missing...)
+Some of them (for more details, see http://bugs.koha.org) :
+* 426 Reserving a book (with a reserve fee) results in a hostile message
+* 452 Payment due flags not showing up for children
+* 185 Barcode not auto-calculated when autobarcode is on
+* 425 Add new website feature doesn't work
+* 318 allow or not a book to be loan
+* 236 Reserve book on future date doesn't work or copy is wrong
+*
+bugs not reported here are either unconfirmed, not understood, minor, or partially fixed.
+
+
+
+
 Feel free to ask for bugfixes and new features in bugs.koha.org.
 NOTE that NEW FEATURES or IMPROVEMENTS will only be for 2.0.1 unless it's a very trivial or blocking one.
 
@@ -40,5 +70,3 @@ TODO
 =====
 * bug fixes (everybody)
 * cleaning z3950 old searches (more than 1 hour/day old ?) (paul)
-*
-