Enh 6165: Add OPACResultsSidebar system preference
[koha.git] / misc / release_notes / release_notes_22RC1.txt
1 RELEASE NOTES
2 =============
3
4 Welcome to the 1st Release Candidate of the 2.2 version of Koha.
5 Koha is the 1st Open-Source Integrated Library System.
6 Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
7
8 Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators !).
9
10 With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
11
12 ========
13 WARNING
14 ========
15 * This version is in the stable tree of Koha, but still evaluated as "Release Candidate". A few bugs are still known or have to be found, maybe by you. But it's stable enough to be used in production.
16 * This version is ONLY available in ENGLISH and FRENCH. Many languages to come.
17 * Biblio frameworks :
18   - In UNIMARC - french. Frameworks are defined and can be set up during installation for : old documents, cartographies, electronic documents, microfilms, monographies, serials, films and images, "tire à part"
19   - In English, only a default framework is provided. If you define specific frameworks, mail paul _at_ koha-fr.org or a koha mailing list to know how to add them to official release.
20 * the librarian interface is tested only with mozilla/firefox. Should work (partially) with IE. OPAC should work fine with any navigator.
21 * Any 2.1.x install must be uninstalled before installing 2.2.0 No update is provided for 2.1.0.
22
23 =============
24 INSTALLATION
25 =============
26 * Download the package
27 * tar xvfz koha-version.tar.gz
28 * cd koha-version
29 * ./installer.pl
30 * READ and FOLLOW the instructions
31
32 READING what is on screen during installation is VERY important. Some decisions you make during install stage are very hard to reproduce after.
33
34
35 UPGRADE from previous 2.0.0preX or RCx version
36 *******
37 * Download the package
38 * tar xvfz koha-version.tar.gz
39 * cd koha-version
40 * ./koha.upgrade
41 * Follow the instructions
42
43 UPGRADE from previous 1.2.x version :
44 ********
45 UPGRADE TO A 2.0.0 version before upgrading
46
47 UPGRADE from a 2.1.x version is NOT AVAILABLE. Don't install 2.2 on a 2.1.x test database. A lot of DB changes have been done since 2.1.x & cannot be handled by the DB updater.
48
49 =============
50 NEW FEATURES
51 =============
52 Koha 2.2 has, of course, all the previous features from Koha (acquisition, cataloguing, circulation, members modules, OPAC, complete MARC support...) plus the following new ones :
53
54 General :
55 *********
56 * (almost) complete rewrite of librarian GUI : now Koha uses CSS, and is easier to use. However, users of Koha 2.0.0 won't be lost, as the general organisation of the product has not changed.
57 * Online Help : an online help is available everywhere in the librarian interface. It's complete in the parameters section of Koha and for new features. It will be completed for the rest of the product.
58 * Better LDAP suport : Koha 2.2 can be "connected" to a LDAP server and get all borrower informations from there (including borrower category where applicable). However, to avoid problems for libraries without LDAP server, the LDAP features have been stored in modules/C4/Auth_with_ldap.pm file. The standard Auth.pm don't use it. If you want LDAP, just perldoc Auth_with_ldap.pm and manually tune your Auth package !
59
60 Acquisition :
61 *************
62 * suggestion : borrowers can suggest items to buy in OPAC. Then, the librarian can manage (accept or refuse) and order them.
63 * possibility to close a basket, he can't be modified then
64 * order a basket by publisher or by bookfund/publisher
65 * search order history
66
67 Cataloguing :
68 *************
69 * Cataloguing frameworks : you can define as many frameworks as you want. A framework describes how a material is catalogued (which fields, subfields, which constraints on them...)
70 * MARC authorities : Koha now supports authorities in MARC. You can define the MARC structure for authorities like for biblios.
71 * New contraints can be set for subfields :
72   - subfield is hidden : appears in MARC editor, but not in OPAC.
73   - subfield is an URL : the field can be cliqued
74   - related fields : a search made on a subfield also uses other subfields automatically. Using this feature, a search on "title" can search title, but also subtitle, uniform title,...
75 * Item location can now be done on 3 levels : the branch, the location (room), the callnumber.
76 * The callnumber can now be calculated from the LC, the dewey, or be freely (and manually) entered.
77 * Duplicate finder : this powerful feature help your cataloguers avoiding duplicate biblios.
78 * ISBD view : in librarian interface as well as in OPAC biblios can be shown in standard (default) presentation, in MARC (human readable) or ISBD. The ISBD view can be tuned by the librarian team.
79
80 Serial cataloguing :
81 ********************
82 Koha 2.2 manage serial subscriptions and issuing of those subscriptions.
83
84 Catalogue search :
85 ******************
86 * Search in OPAC and librarian interface has been improved. They now are exactly the same.
87 * Spelling suggestion : before sending a request, the user can ask for spelling suggestion. This shows other forms of words entered that would give results.
88 * The user can select the order of the results
89
90 Circulation :
91 *************
92 * New issuing rules : Issuing can be set for branch / borrower type / item category, by number of days and number of items available.
93 * "joker" issuing rules : the library can set issuing rules for "any branch" or "any borrower type", or "any item category".
94 Both issuing rules are cumulative : a library can set issuing rules to 10 books, 5 CD, but 12 total (books or CD).
95
96 OPAC :
97 ******
98 In Koha 2.2, koha has :
99 * baskets. A basket can be printed or sent by mail to the borrower
100 * virtual shelves : a virtual shelf can be created and filled by any logged borrower. A given virtual shelf can be private or public. Or even free-for-all.
101 * language chooser : the borrower can change the language on the fly. The default language being still choosen by the library
102
103 Barcode printing :
104 ******************
105 A new module has been added to the parameters section : barcode printing. It requires the PDF::Api2 Perl package and can print barcode on 
106
107 ============
108 KNOWN BUGS
109 ============
110 * bug with biblio management for libraries with MARC=OFF systempreference
111 * modifying an order seems to duplicate the order line
112 * french OPAC is OK, french librarian interface seems to be a little buggy.
113
114 ============
115 Koha Future
116 ============
117 The future of Koha is being discussed on mailing lists and on koha wiki : http://www.saas.nsw.edu.au/koha_wiki/index.php?page=KohaRoadmap2.2.x