Merge remote-tracking branch 'origin/new/bug_6390'
[koha.git] / misc / release_notes / release_notes_200pre5.txt
1 RELEASE NOTES
2 =============
3 this version of Koha is the last one of the 2.0.0 series in the "unstable" tree.
4 5 libraries are using it, so it's quite useable.
5 2 last problems have to be solved before 2.0.0RC1 :
6 * biblio deletion : at the moment, biblio deletion is buggy (does not work in MARC, delete only non-marc data)
7 * upgrader is provided for the 1st time, so it's probably buggy.
8
9 If you want to use Koha, you're welcomed, but you're warned that this version still has some bugs and missing features.
10
11 INSTALLATION
12 ==========
13 * Download the package
14 * tar xvfz koha-version.tar.gz
15 * cd koha-version
16 * ./installer.pl
17 * follow the instructions.
18
19 NOTE: You will need to add lines to your main httpd.conf to include
20 /etc/koha-httpd.conf and to make sure it is listening on the right ports
21 (using the Listen directive). Previous versions updated the httpd.conf file,
22 some users thought it was bad/poor decision.
23
24
25 UPGRADE from previous 2.0.0preX version
26 =======
27 * Download the package
28 * tar xvfz koha-version.tar.gz
29 * cd koha-version
30 * ./koha.upgrade
31 * follow the instructions.
32
33 UPGRADE from previous 1.2.x version
34 =======
35 This upgrade is possible with this release for the 1st time.
36 EXPECT IT TO HAVE SOME BUGS SOMEWHERE.
37 USE IT ONLY IF YOU KNOW HOW TO GO BACK TO PREVIOUS SITUATION.
38 Otherwise, WAIT for next version or so.
39 * Download the package
40 * tar xvfz koha-version.tar.gz
41 * cd koha-version
42 * ./koha.upgrade
43 * follow the instructions.
44 * launch Koha
45 * Go to Parameters >> Marc structure option and Koha-MARC links option.
46 * Modify default MARC structure to fit your needs.
47 * open a console/term
48 * Enter :
49 cd /path/to/koha/misc
50 export PERL5LIB=/path/to/koha
51 ./koha2marc.pl
52 the old DB is "copied" in the new MARC one.
53 Koha 2.0.0 is ready.
54
55 BUGFIXES/IMPROVEMENTS
56 =======
57 BUGS FIXED :
58 +++++++++
59 619 : Visiting selectbranchprinter.pl automatically resets branch
60 618 : Add member process does not check for duplicate barcode
61 532 : Can't assign new password without changing UserID
62 599 : edited items are stored incorrectly in old Koha DB (aka : barcode non mandatory bug)
63 616 : MARCgetbiblio doesn't create leader
64 500 : [INTRANET]Only 21 items are displayed in the search result
65 595 : 'Add field' link in /acqui.simple/addbiblio.pl adds incorrect field.
66 622 : processz3950queue fails
67 576 : add install locale test
68 39 : Update Dirs in z3950 scripts
69 536 : bulkmarcimport.pl generates subtitle error
70 436 : circulation.pl only partially templated (this bug is partially fixed)
71
72 IMPROVEMENTS
73 +++++++++
74 * Polish version of Koha (courtesy of Benedykt)
75 * some useful tools in misc directory to manage the DB
76 * adding "fines" entry in parameters section : to manage fees when a book is returned too late