Bug 7435: corrects Fund selectbox in addneworder
[koha.git] / misc / release_notes / release_notes_200RC3.txt
1 RELEASE NOTES
2 =============
3 This version of Koha is the 3rd 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 since 2.0.0RC2 :
56 * LOT of bugs in french translation
57 * fixed bug in z3950 client daemon that makes "mySQL connection lost during query".
58 * 605 : circulation.pl only shows one waiting item
59 * 293 : Error Issuing Book  - 1
60 IMPROVEMENTS since 2.0.0RC2 :
61 NONE
62
63 BUGS FIXED in RC2 :
64 * 318 : allow or not a book to be loan
65 * 537 : in borrower screen, the "fine & debts" now shows only amount due if >0, "nothing due" if borrower has no debts.
66 * 557 : spelling error in message for no search criteria entered
67 * 564 : Member card number not checked unique
68 * 586 : additem.tmpl displays incorrect biblio number
69 * 605 : circulation.pl only shows one waiting item (1 small problem remaining, see bugs.koha.org)
70 * 614 : opac-user.pl doesn't show which items are waiting
71 * 625 : dateformat under system prefs is confusing
72 * 646 : Member flag must be either 'parameters' or 'superlibrarian' to log in (now, any flag enable login)
73 * 662 : poor SQL calls, that could be used for SQL injection (security problem)
74 * 671 : Add institutional member confirmation screen has no details
75 * 672 : readingrec can not be reordered
76 * 675 : "logged in" info missing
77 * 683 : Search for barcode or illustrator says ' You did not specify any seach criteria'
78 * minor HTML modifs & tweaks
79 * minor improvements/bugfixes in installer
80 * biblio & item deletion bugs fixed.
81 * bug fixed in MARC editor, that appeared on specific MARC configuration & makes biblio adding impossible.
82
83
84 IMPROVEMENTS in RC2:
85 * z3950 client daemon improved a lot : many deadlock situations solved, improved problem reporting, ignoring invalid z3950 servers (or server not responding)
86 * 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.
87 * 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
88 * publisher added in acquisition process (the one with basket & supplier) Basket now ordered by publisher.
89 * notforloan field management added in itemtype administration screen
90 * new migration script : misc/rebuildthesaurus.pl => this script can rebuild thesaurus/authority file after importing records with misc/bulkmarcimport.pl
91
92 DB change in RC2:
93 *index added into z3950results table UNIQUE KEY query_server (queryid,server)  (added by installer & updater)