Merge remote-tracking branch 'origin/new/bug_6390'
[koha.git] / misc / release_notes / release_notes_200pre1.txt
1 RELEASE NOTES
2 =============
3 This release add many bugfixes, and some improvment in z3950 and repetable fields management.
4 It has been placed in the "unstable tree" because there are still some bugs.
5 But it's fully usable, and should not be modified a lot until a stable version is released.
6
7 PACKAGE NEEDED :
8 ---------
9 Nothing new. Note MARC::Record has new releases, but older one (1.26) works fine.
10
11 DB modifications :
12 ---------
13 * added field in aqbudget, primary key :
14         aqbudgetid tinyint(4) NOT NULL auto_increment
15   PRIMARY KEY  (aqbudgetid)
16 * added field in systempref :
17         options text
18 * bibliothesaurus
19         field father changed to char(80) (was bigint)
20         added full text index : FULLTEXT KEY category_2 (category,freelib)
21
22
23 z3950 :
24 ---------
25 * works on biblio adding & modifying
26 * works on ISBN, author, title, the 1st found being the one used.
27
28 various :
29 ----------
30 * added subject and subtitle to MARC subfields mapped to Koha old-DB.
31 * reordered bookfunds/budget admin tools.
32
33 languages/languages :
34 -------------
35 DEFAULT template :
36 * english works.
37 * french should work, mostly. If you experiment some problems, test with english templates, and report the problem as general of french specific
38 NEW template :
39 a "unido" template is in this release. It's uncomplete, and based on vanilla template.
40
41 GUI reordering
42 ------------------
43 * Some unused links have been dropped.
44 * a "submenu" shows some operation below main menu.
45 * the MARC link disappeared. It's managed by the MARC=ON/OFF systempref. (the breeding import is now in Parameters section)
46 * acquisition and cataloguing are now separated. acquisition=simple/normal in systempref and cataloguing is MARC/nonMARC depending on MARC=ON/OFF systempref.
47
48 Should be easier to understand.
49
50 Bugs still open in bugs.koha.org
51 =======================
52 always some, but less than in 1.9.3 (40 at this time. more than 20 of them are minor : spellcheck, image missing...)
53 Some of them (for more details, see http://bugs.koha.org) :
54 * 426 Reserving a book (with a reserve fee) results in a hostile message
55 * 452 Payment due flags not showing up for children
56 * 185 Barcode not auto-calculated when autobarcode is on
57 * 425 Add new website feature doesn't work
58 * 318 allow or not a book to be loan
59 * 236 Reserve book on future date doesn't work or copy is wrong
60 *
61 bugs not reported here are either unconfirmed, not understood, minor, or partially fixed.
62
63
64
65
66 Feel free to ask for bugfixes and new features in bugs.koha.org.
67 NOTE that NEW FEATURES or IMPROVEMENTS will only be for 2.0.1 unless it's a very trivial or blocking one.
68
69 TODO
70 =====
71 * bug fixes (everybody)
72 * cleaning z3950 old searches (more than 1 hour/day old ?) (paul)