Bug 7435: corrects Fund selectbox in addneworder
[koha.git] / misc / release_notes / release_notes_200RC4.txt
1 RELEASE NOTES
2 =============
3 This version of Koha is the 4rd 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 INSTALLATION
9
10 * Download the package
11 * tar xvfz koha-version.tar.gz
12 * cd koha-version
13 * ./installer.pl
14 * Follow the instructions
15
16
17 UPGRADE from previous 2.0.0preX or RCx version
18
19 * Download the package
20 * tar xvfz koha-version.tar.gz
21 * cd koha-version
22 * ./koha.upgrade
23 * Follow the instructions
24
25
26 UPGRADE from previous 1.2.x version
27
28 This is the second koha 2 version that contains this upgrade. Nobody reported a problem during update with 2.0.0RC1.
29 It may have bugs. Please take backups and be sure that you can go back to your previous version if needed.
30 Otherwise, wait for next version.
31
32 * Download the package
33 * tar xvfz koha-version.tar.gz
34 * cd koha-version
35 * ./koha.upgrade
36 * Follow the instructions
37 * Open a browser to Koha
38 * Go to Parameters >> Marc structure option and Koha-MARC links option.
39 * Modify default MARC structure to fit your needs
40 * Open a command-line on the koha server
41 * Enter :
42 cd /path/to/koha/misc
43 export PERL5LIB=/path/to/koha/modules
44 ./koha2marc.pl
45 This "copies" the old DB to the new MARC one.
46 Now Koha 2.0.0RC4 is ready for you to test.
47
48 BUGFIXES/IMPROVEMENTS:
49
50 BUGS FIXED:
51 major :
52 * #293 : Error Issuing Book  - 1 (a very old one...)
53 * #605 : circulation.pl only shows one waiting item
54 * #661 : Set three variables for the circ template: gna, lost, and dbarred
55 * biblio deletion : in some cases, the biblio deletion was done on another biblio than the one asked.
56 * indicators where stored but not displayed in MARC editor/viewer.
57 * book shelves work again (note bookshelves are not avaible in OPAC. they will be added in 2.2.0)
58 minor :
59 * it's now impossible to create a basket for an inactive supplier (it's of course possible to change supplier datas and recieve a past order)
60 * removing "bulk", useless field, in admin/categorie.pl list (NOT in DB, in case someone uses the field)
61 * removing forced order in admin/thesaurus.pl => mySQL returns datas ordered by relevance in fulltext index if you don't force an order.
62 * Next borrower didn't work in circulation.pl (didn't return to borrower form)
63 * in circulation.pl, removing <br> to have all informations without sidebar on a 1024x768 screen.
64 * in circulation.pl, ODUES are in red in borrower header
65 * quoting correctly titles with a " inside, in MARC editor
66
67 IMPROVEMENTS:
68 * Minor translation & HTML fixes.
69 * Adding >>> in biblio editor to change tab.
70 * Adding a "print" link in MARCbiblio : popup a small windows, print the biblio, and closes. Nice for libraries still having a paper catalog.