[Koha-cvs] CVS: koha release_notes_200pre2.txt,1.1,1.2

Paul POULAIN tipaul at users.sourceforge.net
Mon Sep 8 12:05:55 CEST 2003


Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1:/tmp/cvs-serv13983

Modified Files:
	release_notes_200pre2.txt 
Log Message:
synch'ing 200pre2 release notes for history

Index: release_notes_200pre2.txt
===================================================================
RCS file: /cvsroot/koha/koha/release_notes_200pre2.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** release_notes_200pre2.txt	7 Jul 2003 14:52:51 -0000	1.1
--- release_notes_200pre2.txt	8 Sep 2003 10:05:53 -0000	1.2
***************
*** 2,5 ****
--- 2,7 ----
  =============
  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 :
***************
*** 13,17 ****
    type varchar(20) default NULL,
    PRIMARY KEY  (variable)
! ) TYPE=ISAM 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.
--- 15,20 ----
    type varchar(20) default NULL,
    PRIMARY KEY  (variable)
! ) 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.
***************
*** 23,30 ****
  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)
  * overdue books backported from 1.2.x (& templated) (by Chris)
  * some additionals check to verify a borrower can borrow a book (by Esiee)
  
  BUGS FIXED :
--- 26,37 ----
  IMPROVMENTS :
  ---------
! * 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 :
***************
*** 40,41 ****
--- 47,59 ----
  * 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.





More information about the Koha-cvs mailing list