adding 2 images for npl/ccfls opac
[koha.git] / misc / release notes / release_notes_213.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 4nd 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.3 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.3
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.3 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 * A lot of bugfixes. The list is too long to be done.
43 * adding possibility to order orders by publisher and/or budget/publisher
44 * adding search history feature in orders
45 * adding minor features to barcode generator :
46         - possibility to print continuous barcodes numbers, but not from items 
47         - possibility to replace the title/author by a manually typed text under the barcode itself.
48 * The borrowernote field is shown on issue and transfer
49 * The textmessaging field appears in OPAC when the user logs in
50 * When a field is repeated, the new field is now created after the existing one
51 * a plugin has been added for UNIMARC for 210c (editor) and 225a (collection)
52 - create a authority category called "EDITORS"
53 - set :
54 200$a => ISBN
55 200$b => editor
56 200$c => (repeatable) collection.
57
58 Then enter, for example :
59 $a 23
60 $b Hachette Litterature
61 $c collection1|collection2|collection3
62
63 map your "editor" field to plugin 210c, your "collection" field to plugin 225a
64 Once you arrive on the editor field, if the beginning of the ISBN exists, the editor is automatically found.
65 Once you arrive on collection field, click on ... you can choose in the collection list.
66
67 The 210c / 225a comes from the UNIMARC editor/collection field, but should work as well with MARC21.
68
69 ===========
70 WHAT'S NEXT
71 ===========
72 This version is quite stable. The next one should be called "2.2.0RC1".
73 It still requires some work in LDAP handling.