From 8294dfc7352e87963fdb208878dd30ec1faa0ff5 Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 22 Sep 2003 13:27:46 +0000 Subject: [PATCH] *** empty log message *** --- release_notes_200pre4.txt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 release_notes_200pre4.txt diff --git a/release_notes_200pre4.txt b/release_notes_200pre4.txt new file mode 100644 index 0000000000..8a22d36dca --- /dev/null +++ b/release_notes_200pre4.txt @@ -0,0 +1,29 @@ +RELEASE NOTES +============= + +This version of Koha is still in the "unstable" directory, because some bugs are still reported. But it's fully useable and used in (at least) 4 libraries in "real world" : +* Nelsonville Public Library, Ohio, USA +* Esiee, high school, France +* Dombes Abbey, France +* Wesford school, France + +This release fixes a few bugs, and MANY french translation fixes/improvements. + +BUGFIXES/IMPROVEMENTS +--------- +* new script : koha/koha/misc/overduenotices.pl + This is a script for the use of printing, and emailing overdue notices. + The script must be run from the command line + Documentation is contained in the script +* fix for bug 603 : patron searches are wonky when first letter of first and last name are the same +* removing trailing "," in subject. +* fixing some bugs in charges.pl, script that fills the categoryitem table. + The categoryitem table contains fines for every itemtype-borrowercategory. + Still has to be templated and added to admin part of Koha +* notforloan bug fix : now, if a specific item is "notforloan" and the itemtype "forloan", the "notforloan" is used. Before this fix, it was overwritted by the itemtype info/ +* fixing a bug that deleted the MARC part of a biblio when using full acqui system. + Now, when you acquire a book through full acqui system, what you enter during acqui appears in the right MARC fields in MARC editor. + +FRENCH SPECIFIC +--------- +More than 30 improvements/bugfixes in french templates. -- 2.11.4.GIT