Merge remote-tracking branch 'origin/new/bug_929'
[koha.git] / misc / release_notes / release_notes_212.txt
1 RELEASE NOTES
2 =============
3 (HELP NEEDED chapter at the end of document)
4
5 ROADMAP : 
6 A roadmap for Koha 2.2 is available here :
7 http://www.saas.nsw.edu.au/koha_wiki/index.php?page=KohaRoadmap
8
9
10 This is the 3nd UNSTABLE VERSION of the future Koha 2.2.
11 Please install this version only if you want to test and give some help to the team that develops this software.
12 NEVER, NEVER, NEVER use it on a production machine.
13
14 WARNING : 
15 * This version is ONLY available in ENGLISH. biblio frameworks are only available in UNIMARC - french.
16 * This version is tested only with mozilla. Should work (partially) with IE.
17 * Any 2.1.0 install must be uninstalled before installing 2.1.1 No update is provided for 2.1.0.
18
19 INSTALLATION
20 * Download the package
21 * tar xvfz koha-version.tar.gz
22 * cd koha-version
23 * ./installer.pl
24 * Follow the instructions
25
26 UPGRADE from previous 2.0.0preX or RCx version
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 UPGRADE TO A 2.0.0 version before upgrading to 2.1.2
35 This will be mandatory for the 2.2 official release.
36
37 UPDATE from a 2.1.x version is NOT AVAILABLE. Don't install 2.1.2 on a 2.1.x test database. A lot of DB changes have been done since 2.1.x & could not be handled by the DB updater.
38
39 ============
40 WHAT'S NEW
41 ============
42 * Barcode printing : a barcode printing module has been added in the "parameters" module. It requires PDF::API2 Perl module. this requirement is NOT tested by the installer, and will be non-mandatory on official 2.2.0 release.
43 * A lot of bugfixes. The list is too long to be done.
44
45 This "snapshot" is a good basis for translation process. Feel free to subscribe to koha-translate and become involved in a localisation to your own language.
46
47 ===========
48 WHAT'S NEXT
49 ===========
50 This version is quite stable. The next one should be called "2.2.0RC1".
51 It still requires some work in LDAP handling.