z3950 fixes and version display fixes
[koha.git] / release_notes_200RC1.txt
1 RELEASE NOTES
2 =============
3 this version of Koha is the 1st one of the 2.0.0 series in the "stable" tree.
4 IT DOES NOT MEAN IT HAS NO BUGS. It means that at least 5 libraries are using it and they don't encounter unsolvable problems.
5 If you want to adopt Koha, you're welcomed, but you're warned that this version still has some bugs and missing features.
6
7 INSTALLATION
8 ==========
9 * Download the package
10 * tar xvfz koha-version.tar.gz
11 * cd koha-version
12 * ./installer.pl
13 * follow the instructions.
14
15 UPGRADE from previous 2.0.0preX version
16 =======
17 * Download the package
18 * tar xvfz koha-version.tar.gz
19 * cd koha-version
20 * ./koha.upgrade
21 * follow the instructions.
22
23 UPGRADE from previous 1.2.x version
24 =======
25 This upgrade is possible with this release for the 1st time.
26 EXPECT IT TO HAVE SOME BUGS SOMEWHERE.
27 USE IT ONLY IF YOU KNOW HOW TO GO BACK TO PREVIOUS SITUATION.
28 Otherwise, WAIT for 2.0.0RC2 or so.
29 * Download the package
30 * tar xvfz koha-version.tar.gz
31 * cd koha-version
32 * ./koha.upgrade
33 * follow the instructions.
34 * launch Koha
35 * Go to Parameters >> Marc structure option and Koha-MARC links option.
36 * Modify default MARC structure to fit your needs.
37 * open a console/term
38 * Enter :
39 cd /path/to/koha/misc
40 export PERL5LIB=/path/to/koha
41 ./koha2marc.pl
42 the old DB is "copied" in the new MARC one.
43 Koha 2.0.0RC1 is ready.
44
45 BUGFIXES/IMPROVEMENTS
46 =======
47 BUGS FIXED :
48 +++++++++
49 619 : Visiting selectbranchprinter.pl automatically resets branch
50 618 : Add member process does not check for duplicate barcode
51 532 : Can't assign new password without changing UserID
52 599 : edited items are stored incorrectly in old Koha DB (aka : barcode non mandatory bug)
53 616 : MARCgetbiblio doesn't create leader
54 500 : [INTRANET]Only 21 items are displayed in the search result
55 595 : 'Add field' link in /acqui.simple/addbiblio.pl adds incorrect field.
56 622 : processz3950queue fails
57 576 : add install locale test
58 39 : Update Dirs in z3950 scripts
59 536 : bulkmarcimport.pl generates subtitle error
60 436 : circulation.pl only partially templated (this bug is partially fixed)
61
62 IMPROVEMENTS
63 +++++++++
64 * Polish version of Koha (courtesy of Benedykt)
65 * some useful tools in misc directory to manage the DB
66 * adding "fines" entry in parameters section : to manage fees when a book is returned too late
67 *