From 90c5439ab23aec5bb1208aefb056bddf1aef3ac7 Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 8 Sep 2003 10:05:53 +0000 Subject: [PATCH] synch'ing 200pre2 release notes for history --- release_notes_200pre2.txt | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/release_notes_200pre2.txt b/release_notes_200pre2.txt index d703174144..9b10345378 100644 --- a/release_notes_200pre2.txt +++ b/release_notes_200pre2.txt @@ -1,6 +1,8 @@ RELEASE NOTES ============= Bugfixes & some improvements (security & perf only) +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. DB modifications : --------- @@ -12,7 +14,8 @@ CREATE TABLE systempreferences ( options text, type varchar(20) default NULL, PRIMARY KEY (variable) -) TYPE=ISAM PACK_KEYS=1; +) PACK_KEYS=1; + If you installed a 2.0.0pre1 from scratch, it should be ok. If your version was a 1.9.x, it should not be ok. @@ -22,10 +25,14 @@ In systempreferences, add a gist field. Used to calculate gst when ordering, in IMPROVMENTS : --------- -* checkmarc.pl : added a check on fields mapped to item marc tag (from Paul). -* dramaticaly improving the speed of a MARC search in case of a A OR B search. Added possibility to search on more than 3 parameters. (from Esiee & Paul) +* checkmarc.pl : added a check on fields mapped to item marc tag (by Paul). * overdue books backported from 1.2.x (& templated) (by Chris) * some additionals check to verify a borrower can borrow a book (by Esiee) +* MARC search (in intranet) : +- dramaticaly improving the speed of a MARC search in case of a A OR B search (by Paul) +- Users can search using more than 3 criterias (criterias are now added dynamically) (by Esiee) +- Results can be displayed using 20,50 or 100 results per page. (by Esiee) +- Added arrows and numbers to walk through the results (as in OPAC) (by Esiee) BUGS FIXED : --------- @@ -39,3 +46,14 @@ BUGS FIXED : If supplier parameters are set to do it, the gst are now auto calculated with javascript. * bug 512 : bibliosubject table is not being populated (fixed by Paul) * bug 513 : marclinks: default mapping typo (fixed by Paul) +* updatedatabase bugs : now, the updatedatabase script (located in scripts/updater) works and update your DB structure. + note it only adds fields & tables. The MARC parameter tables won't be populated, neither the MARC-DB. (fixed by Paul) + +KNOWN BUGS : +------- +* bug 510 : new doc needs to be integrated +* bug 487 : upgrade problem from a previous version. If you install from scratch, it should be fine. +* bug 515 : biblio.notes ignores Marclinks mapping durring import +* bug 293 : Error Issuing Book - 1 in some specific cases +* bug 523 : requests does not store dates in reserves table +plus some other, less critical. -- 2.39.2