Increment version for 3.12.15 release
[koha.git] / misc / release_notes / release_notes_200RC2.txt
1 RELEASE NOTES
2 =============
3 This version of Koha is the second in the 2.0 "stable" series.
4 It does not mean that it has no bugs, but many libraries are using it and don't encounter unsolvable problems.
5 If you want to adopt Koha, please do, but you're warned that this release candidate version may still have some bugs and missing features.
6 If you test it and let us know about any we haven't seen yet, it will help us to fix them.
7
8 The 2.0.x series version is "feature freezed". Only bugs or minor changes will be made in this branch.
9 The koha team is already working on the 2.2.x version. In CVS (HEAD branch), developers can already get 1st draft of a working z3950 server.
10
11
12 INSTALLATION
13
14 * Download the package
15 * tar xvfz koha-version.tar.gz
16 * cd koha-version
17 * ./installer.pl
18 * Follow the instructions
19
20
21 UPGRADE from previous 2.0.0preX version
22
23 * Download the package
24 * tar xvfz koha-version.tar.gz
25 * cd koha-version
26 * ./koha.upgrade
27 * Follow the instructions
28
29
30 UPGRADE from previous 1.2.x version
31
32 This is the second koha 2 version that contains this upgrade. Nobody reported a problem during update with 2.0.0RC1.
33 It may have bugs. Please take backups and be sure that you can go back to your previous version if needed.
34 Otherwise, WAIT for 2.0.0RC3 or later.
35
36 * Download the package
37 * tar xvfz koha-version.tar.gz
38 * cd koha-version
39 * ./koha.upgrade
40 * Follow the instructions
41 * Open a browser to Koha
42 * Go to Parameters >> Marc structure option and Koha-MARC links option.
43 * Modify default MARC structure to fit your needs
44 * Open a command-line on the koha server
45 * Enter :
46 cd /path/to/koha/misc
47 export PERL5LIB=/path/to/koha/modules
48 ./koha2marc.pl
49 This "copies" the old DB to the new MARC one.
50 Now Koha 2.0.0RC2 is ready for you to test.
51
52
53 BUGFIXES/IMPROVEMENTS
54
55 BUGS FIXED:
56 * 318 : allow or not a book to be loan
57 * 537 : in borrower screen, the "fine & debts" now shows only amount due if >0, "nothing due" if borrower has no debts.
58 * 557 : spelling error in message for no search criteria entered
59 * 564 : Member card number not checked unique
60 * 586 : additem.tmpl displays incorrect biblio number
61 * 605 : circulation.pl only shows one waiting item (1 small problem remaining, see bugs.koha.org)
62 * 614 : opac-user.pl doesn't show which items are waiting
63 * 625 : dateformat under system prefs is confusing
64 * 646 : Member flag must be either 'parameters' or 'superlibrarian' to log in (now, any flag enable login)
65 * 662 : poor SQL calls, that could be used for SQL injection (security problem)
66 * 671 : Add institutional member confirmation screen has no details
67 * 672 : readingrec can not be reordered
68 * 675 : "logged in" info missing
69 * 683 : Search for barcode or illustrator says ' You did not specify any seach criteria'
70 * minor HTML modifs & tweaks
71 * minor improvements/bugfixes in installer
72 * biblio & item deletion bugs fixed.
73 * bug fixed in MARC editor, that appeared on specific MARC configuration & makes biblio adding impossible.
74
75
76 IMPROVEMENTS:
77 * z3950 client daemon improved a lot : many deadlock situations solved, improved problem reporting, ignoring invalid z3950 servers (or server not responding)
78 * new french translation. Note that only english and french are up to date. Other won't work, probably. Note also that a tool for translator is now ready, and should ease a lot translating and maintaining translations.
79 * new OPAC theme. it's called "css". It's a XHTML1.0 strict OPAC. In librarian interface, just change systempref opactheme to css to get it. Will be the default opac in 2.2
80 * publisher added in acquisition process (the one with basket & supplier) Basket now ordered by publisher.
81 * notforloan field management added in itemtype administration screen
82 * new migration script : misc/rebuildthesaurus.pl => this script can rebuild thesaurus/authority file after importing records with misc/bulkmarcimport.pl
83
84 DB change :
85 *index added into z3950results table UNIQUE KEY query_server (queryid,server)  (added by installer & updater)
86
87 KNOWN BUGS :
88 * MARC upload fails silently (in breeding farm) if the file provided is not iso2709 (works fine with a valid file)
89 * autobarcode not calculated even if autobarcode system parameter is set and MARC=on.
90 * the MARC21 english default parameter setup is working, but some librarians reports that some choices are poor. If you use MARC21, tweak some setups to fit your needs.