Increment version for 3.12.15 release
[koha.git] / misc / release_notes / release_notes_211.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 2nd 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
27 UPGRADE from previous 2.0.0preX or RCx version
28 * Download the package
29 * tar xvfz koha-version.tar.gz
30 * cd koha-version
31 * ./koha.upgrade
32 * Follow the instructions
33
34
35 UPGRADE from previous 1.2.x version :
36 UPGRADE TO A 2.0.0 version before upgrading to 2.1.1
37 This will be mandatory for the 2.2 official release.
38
39 ============
40 WHAT'S NEW
41 ============
42 1- serials
43 **********
44 The serial module is here.
45 Online help is documented, and work fine.
46 The serial module contains :
47 * create a subscription.
48 * automatically calculate issue. An issue can be delayed or marked "missing".
49 * remind the librarian when the subscription expires.
50 * deals with complex formulas to calculate issue number.
51 * show subscriptions summaries in librarian interface and OPAC, with differents informations.
52
53 2- bugfixes
54 ***********
55 A lot in all modules. It seems everything works fine in new modules (Authorities, frameworks...)
56
57 ==========
58 FUTURE
59 ==========
60 The next release will probably be 2.2RC1.
61 It should contains :
62 * bugfixes.
63 * some new code for a better LDAP handling (automatic creation of the borrower if it does not exist, getting informations from LDAP directory)
64 * a barcode generator ! it's a new feature that should be commited by a new developer coming from south america (argentina). I've seen the code, it's clean & nice. Just a new dependencay, for PDF generating. Should be non mandatory for ppl that don't want to print barcodes.