bug 662 fixes securing DBI
[koha_gimpoz] / release_notes_200RC1.txt
1 RELEASE NOTES
2 =============
3 This version of Koha is the first in the 2.0 "stable" series.
4 It does not mean that it has no bugs, but least five libraries are using it and don't encounter impossible 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. If you test it and let us know about any we haven't seen yet, it will help us to fix them.
6
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 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 first koha 2 version that contains this upgrade.
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 2.0.0RC2 or later.
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.0RC1 is ready for you to test.
47
48
49 BUGFIXES/IMPROVEMENTS
50
51 BUGS FIXED:
52
53 619 : Visiting selectbranchprinter.pl automatically resets branch
54 618 : Add member process does not check for duplicate barcode
55 532 : Can't assign new password without changing UserID
56 599 : edited items are stored incorrectly in old Koha DB (aka : barcode non mandatory bug)
57 616 : MARCgetbiblio doesn't create leader
58 500 : [INTRANET]Only 21 items are displayed in the search result
59 595 : 'Add field' link in /acqui.simple/addbiblio.pl adds incorrect field.
60 622 : processz3950queue fails
61 576 : add install locale test
62 39 : Update Dirs in z3950 scripts
63 536 : bulkmarcimport.pl generates subtitle error
64 436 : circulation.pl only partially templated (this bug is partially fixed)
65
66 IMPROVEMENTS:
67
68 * Polish version of Koha (courtesy of Benedykt)
69 * some useful tools in misc directory to manage the DB
70 * adding "fines" entry in parameters section : to manage fees when a book is returned too late