Merge remote-tracking branch 'origin/new/bug_6390'
[koha.git] / misc / release_notes / 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 * biblio deletion now works in MARC & non MARC tables as well. tools for deletion added in MARCeditor (biblio & item deletion)
53 * bug in circulation that breaked the 1st circ screen
54 * biblio subject adding  when more than 1 subject.
55 * bibliothesaurus : a fulltext index was missing. The updatedatabase script now creates it.
56 * 621 ; Returns not marking reserves waiting
57 * 649 : french word in english template
58 * 639 : unclosed <form> & other HTML error
59 * 592 : Re-issuing book does not renew correctly
60 * 654 : missing image
61 * 535 : major display problem with issues
62 * 678 : odd case usage in opac
63 * 634 : MARC21/USMARC confusion
64 * 385 : crash when trying to open an empty MARC::Record
65 * 564 : duplicate member number
66
67 IMPROVEMENTS:
68 * removing some unused code
69 * improved polish version
70 * improved installer & updater for non "standard" locations (/etc...)
71 * adding the classification column to the variables available to the template
72 * new plugin for unimarc, for field 60X.
73
74
75 DB change :
76 * fulltext index added in bibliothesaurus.
77 * added missing columns in deletedXXX tables
78
79 KNOWN BUGS :
80 * some bugs in circulation : english-only messages, errors issuing books, or returning books with reserves, cancelling reserves.
81 Note that those bugs doesn't appear everytime (they need specific circumstances it seems).
82 * MARC upload fails silently (in breeding farm)
83 * autobarcode not calculated even if autobarcode system parameter is set.
84 * the MARC21 english default parameter setup is working, but some librarians reports that some choices are poor. If you use MARC21, tweak some setups to fit your needs.