Bug 8271 teach SIPServer.pm to set its own lib path
[koha.git] / misc / release_notes / release_notes_30004.txt
1 ==============================================================================
2 RELEASE NOTES FOR KOHA 3.0.4
3 ==============================================================================
4 Koha 3 is the next-generation release of the award-winning Koha open-source
5 integrated library system.
6
7 You can obtain Koha 3.0.4 from the following URL:
8
9 http://download.koha.org/koha-3.00.04.tar.gz
10
11 These Release Notes cover What's New in Koha 3, information about the new
12 Revision control system (Git), and Version-release process, pointers to
13 Download, Installation, and Upgrade documentation, a brief introduction to the
14 new Templates, a call to Translation and Documentation writers, and finally, 
15 Known Issues with this version.
16
17 ==============================================================================
18 WHAT'S NEW IN KOHA 3?
19 ==============================================================================
20
21 1. Zebra plugin - Zebra is a high-performance, general-purpose structured
22 text indexing and retrieval engine. It supports large data sets (tens of
23 millions of records) and includes support for SRU, Z39.50 and several query
24 languages: CCL, CQL, and PQF. For more information about Zebra, please see:
25
26 http://indexdata.dk/zebra
27
28 Koha's new search engine, built on top of Zebra, supports features such as
29 relevance ranking, field weighting, truncation, stemming, use of fuzzy
30 operators, language-specific indexing, sorting, etc.
31
32 Indexes are updated in real-time with circulation transactions, enabling
33 limits by availability and statuses.
34
35 Faceted refine-by limits are available from both staff and opac interfaces.
36
37 For libraries that don't want the overhead of maintaing Zebra, Koha 3 ships
38 with a NoZebra option, in which bibliographic and authority data is indexed
39 in the RDBMS.
40
41 2. New installer - based on the common Perl module ExtUtils::MakeMaker, the
42 new installer makes it a snap to get Koha running on just about any platform.
43
44 The installer comes complete with a Developer's Toolkit target ('dev') that
45 can be used to get a development environment linked directly to revision
46 control, to support rapid prototyping and an agile development process.
47
48 3. Standard APIs - Koha 3 supports a number of important library search and
49 retrieval standards and microformats, such as SRU/W, Z39.50
50 (http://www.loc.gov/standards/sru/), UnAPI (http://unapi.info/) and
51 COinS/OpenURL
52 (http://ocoins.info; http://www.niso.org/committees/committee_ax.html).
53
54 Also supported is the popular Internet standard: OpenSearch
55 (http://opensearch.a9.com/) created by Amazon's A9.
56
57 Records are stored internally in an SGML-like format and can be retrieved in
58 MARCXML, Dublin Core, MODS, RSS, Atom, RDF-DC, SRW-DC, OAI-DC, and EndNote;
59 and the OPAC can be used by citation tools such as Zotero. Creating new 
60 export formats is a trivial exercise in writing XSLT; records can be passed
61 through XSLT transformations either directly out of the index, or via a
62 separate parsing function.
63
64 To retrieve and interact with Circulation and Patron data, Koha 3 includes
65 support for 3M's Standard Interchange Protocol (SIP2), using the OpenNCIP
66 libraries (http://openncip.org).
67
68 There are also an ever-expanding set of native REST APIs to handle
69 interoperability with external tools such as third-party cataloging clients.
70 These APIs provide authentication as well as add/edit/delete control over
71 bibliographic data within a Koha system. For more information, see:
72
73 http://wiki.koha.org/doku.php?id=en:development:web_services
74
75 Koha 3 also includes pluggable authentication - easy integration with LDAP and 
76 Active Directory via the Auth_with_ldap module.
77
78 Enriched content web services, such as those offered by Amazon.com, Baker and
79 Taylor's Content Cafe, and the Google Book API can be enabled to enrich
80 bibliographic content with jacket covers, professional reviews, ratings and
81 comments from users, as well as point to 'Similar Items' within the catalog.
82 OCLC's xISBN, and LibraryThing's ThingISBN an likewise be enabled to provide
83 an 'Editions' tab, pulling together all the formats, languages, and editions
84 of a work into the item detail pages. New with Koha 3 is service throttling
85 for these services, to keep within subscription limits.
86
87 4. Cross-platform, multi-RDBMS, Web-server agnostic - Run Koha on the platform
88 of your choice: Linux, Windows, Mac OS X, FreeBSD, Solaris. Koha 3 also
89 includes better support for multi-RDBMS (MySQL 5.0 and PostgreSQL), and runs
90 under Apache2, IIS, or the web server of your choosing.
91
92 5. Multi-lingual support - Koha was designed from the ground up for multilingual
93 libraries. Koha 3 can handle Chinese, Japanese, and even right-to-left languages
94 such as Arabic and Hebrew with ease (BiDi).
95
96 Koha's index engine (Zebra) can handle record formats containing any UNICODE
97 compliant script, such as Arabic, Chinese, Hebrew, Japanese and Korean. Zebra
98 has this support via the ICU libraries created and maintained by IBM.
99
100 You can translate Koha into your language using the built-in translation tools,
101 or by visiting http://translate.koha.org.
102
103 6. New templates - Koha's staff and patron interfaces are developed with a
104 template system that's easy to theme. The default templates are composed of 100%
105 valid XHTML and CSS. Koha aims to meet or exceed U.S. Government Section 508 and
106 W3C's WAI-AA standards for sight and motor impaired individuals. All 
107 Javascript usage comes with fallback modes that work in any web browser.
108
109 7. Koha 3 has quite a few new modules, as well as enhancements to existing
110 modules, including: news writer, label creator, calendar, OPAC comments, MARC
111 staging and overlay, notices, transaction logs, guided reports with a data
112 dictionary and task scheduler, classification sources/filing rules, and more!
113
114 ==============================================================================
115 REVISION CONTROL
116 ==============================================================================
117
118 With Koha 3, we've started using a new distributed revision control system
119 called Git; it's the same system in use by many other projects, including the
120 Linux Kernel. To learn more about how to develop Koha using Git, please see
121 the Wiki page:
122
123 http://wiki.koha.org/doku.php?id=en:development:git_usage
124
125 ==============================================================================
126 VERSION NUMBERING
127 ==============================================================================
128
129 With Koha 3, version numbering has been changed to use a method similar to
130 Perl's:
131
132 major.minor[.revision[.build]]
133
134   * major:    one digit
135   * minor:    two-digit
136   * revision: two-digit
137   * build:    three-digit
138
139 This release of Koha 3.00.04 is versioned 3.00.04.019. Every database change
140 or significant enough code change requires an update to the 'build' number,
141 and developers will be able to easily upgrade their systems using the built-in
142 updater.
143
144 Koha 3.0.4 Release :
145
146 This release of Koha 3.0.4 includes 634 patches with bug fixes :
147
148 Acquisitions 
149         Budgets were managed on receiveddate and not on orderdate
150
151 Search
152         Auto_Truncation is managed in zebra
153         ccl query
154         Results display improved : adding better display for subtitles
155         Updating Amazon support
156
157 Circulation
158         holdings support improved and holding queues
159         Branch transfer limits added
160         better use of CircControl and HomeOrHoldingBranch system preferences 
161
162 UNIMARC Support
163         xsl stylesheets for unimarc
164
165 Authentication
166         Better support for LDAP connections
167
168 OPAC
169         Privacy : name on suggestions removed and replaced by library name
170         basket and shelves improvements
171
172
173 Overall improvements
174         Much work on better XHTML compliance
175         Some work on sorting lists
176         Improving translatability of all the strings (xsl and js)
177
178
179 Exhaustive list of bugs fixed follows : 
180
181 1153 Moving the text of an error message from the script to the template where it can be translated. 
182 1204 Lists of issues and overdues on opac-user.pl
183 1255 Barred users will not see renew or renew all anymore
184 1277 Enhance: Z39.50 More search criteria
185 1440 Show a list of holidays. Fix for the date formats.
186 1440 Show a list of holidays. Second patch.
187 1542 fixing filter by area in reports dictionary
188 1607 Fixes the delete checkboxes in purchase suggestions.
189 1687 Can't assign holidays to all branches at once.
190 1768 Calendar now retains the month on which the user was entering data.
191 1771 Template errors with remote itemtype image
192 1891 : bib-level itemtype was required in order to place a hold.
193 1907 partial fix: prevent warnings on undefined params.
194 1933 started work fixing IntranetBiblioDefaultView syspref
195 2155 duplicate checkin box on returns screen
196 2157 add ability to 'clean' staged record batches
197 2241 Overhaul of cover images. Replaces Amazon's "no cover" image with styled text, addressing bug 2241. Adds the same "no cover" text for Google and Baker & Taylor images.
198 2266 Could not uncollapse a tag if you turn on advancedMARCeditor - Revised.
199 2287 use defaults when needed even if CSV has correct number of columns
200 2339 - Place hold button display with AllowOnShelfHolds OFF
201 2341 OPAC title-level holds permitted when items are on-order
202 2365 : Inner counter not properly set for serials subscriptions not starting on first issue.
203 2365 Serials prediction errors: Roll-overs occur with wrong issue in some cases.
204 2368 Change holds to pull default date range
205 2424 Altering layout of advanced search screen to make it compatible with Internet Explorer 6. Documentarians: this will require an updated screenshot.
206 2447 yuipath variable not getting passed to help pages
207 2477 Improve Speed of the Shelf Browser
208 2500 Tweaking DDCN Split for Hyphenated Volumn Numbers
209 2505 Adding Warnings
210 2507 Fixing labels search to indicate keyword rather than title search
211 2509 fix file permissions
212 2522 [1/3]: DB rev 3.1/001 - hold request targetting
213 2522 [2/3]: C4::Reserves support for request targeting
214 2522 [3/3]: populate hold_fill_targets
215 2524 Adding script to submit test reports to smolder server
216 2527 avoid targeting of items on hold shelf
217 2539. Remove unintegrated "spsuggest" code from search scripts.
218 2540 allow download of report
219 2541 and 2587 - AddIssue must return date object as intended.
220 2543 report output by tabulation a bit too literal
221 2545 fix XSLTDetailsDisplay
222 2553 Sorting lists
223 2557 "Guarantor information - error messaee when clicking borrower# link." Also correcting a couple of minor markup errors.
224 2569 added the zipcode to display along with the patron address
225 2582 [1/2]: don't set issuedate during renewal
226 2582 [2/2]: fix NULL issues.issuedate
227 2590 :
228 2596 remove URL escaping added by previous patch
229 2599 - Search limits not working for NoZebra
230 2613 allow web self-check to accept patron ID
231 2615 remove unneeded 'require Exporter'
232 2624 Fix for non-persistent check boxes in check-in screen.
233 2641, 3263 Staff Search Results Interface Changes
234 2654 require circulate permission to upload offline circ files
235 2677 restore RandomizeHoldsQueueWeight and StaticHoldsQueueWeight
236 2682 ("Approving Multiple Tags - Doesn't Work"). Processing based on value of submit buttons didn't take into account capitalization.
237 2687 Increased length of borrower attribute fields
238 2691 - LCCN split (for labels)
239 2692 remove escape="url" from opac-facets.inc
240 2700 Keeping Data When Adding Multiple Items
241 2703 Changed spent.pl select statment to include joins between tables.
242 2704, 440 Display Issues
243 2726 LDAP Integration
244 2736 - added link for MARC country codes.
245 2748 Correcting behavior of SpecifyDueDate and sticky due date options. Fixes Bug 2748.
246 2754 Show hold request priority in OPAC
247 2770 follwup : force AddRenewal obey circControl system preference [revised]
248 2779 fix template syntax error in OPAC home page
249 2787 : Fix Global Due date
250 2812 fix holds cancel in OPAC
251 2825 improving readability of output messages in updatedatabase.pl
252 2829 fix some mistakes extracting editor segment
253 2842 ->regexp('syspref') failed for users of iso dateformat.
254 2848 [1/2]: Send notifications to patrons when hold is received
255 2856 Activate the duplicate patrons detection and check birthdate only if one is set
256 2856 followup: remove unconditional warn
257 2859 add index on bibioitems.issn (DB rev 006)
258 2867 [2/2]: db changes for single-screen syspref editing
259 2874 [1/3]: schema changes for overriding blocked renewals
260 2884 followup patch
261 2887 Writing Cart button to DOM with inline script. 3044 without reintroducing 2887 ("Cart is not translated").
262 2889 Added highlighting to smart-rules.tmpl
263 2893 extend conditions handled by AllowNotForLoanOverride
264 2897 fix English sample notices
265 2900 fix GetPendingIssues.
266 2911 popup calendar not available in IE
267 2919 -- fix value_builder plugins for dateaccessioned, barcode
268 2923 corrects renew status in SCO
269 2935 Patch to fix location in routing slip.
270 2973 Adding details to OPAC search results RSS, described in Bug 2973.
271 3022 Cataloging statistic wizard not pulling the itemtype data correctly.
272 3031 Standardize OPAC login form labels.
273 3051 bad support of pagination in auth_finder
274 3056 - replace span hacking for terms in C4::Search
275 3062 "place hold on lists different font"
276 3072 small work-around patch to restore authorities searching
277 3080 refix the sql request
278 3102 2 Fixed terminology on Transfers to Receive.
279 3102 Change typo Localisation to Localization for Bug # 3102
280 3107. Creation of `permissions` table fails during the web-installation (ru-RU)
281 3119 (Add date due to circ history)
282 3120 tweak splitting of Dewey call number
283 3127 - Stub function prevents undefined reference
284 3130 and general cleanup
285 3133 - correct typos
286 3149 fix searchorder
287 3169 - Comply with new Google Book branding guidelines
288 3170 check if mandatory fields are not empty
289 3170 do not check fields < 010
290 3170 followup
291 3173 Place Hold link visible in OPAC even if syspref turned off
292 3204 add AWSPrivateKey syspref (DBrev 04.15)
293 3204 followup to fix AWS request signing
294 3204 implement request signing for Amazon Web Services
295 3204 tweaks to AWS request signing
296 3205 fix another error in the OAI-PMH Identify response
297 3205 - Fix OAI server resonse to Identify request
298 3209 add 'p' (mixed materials) to MARC21 Leader/06 dropdown
299 3211 21 bib leader plugin
300 3213 - UNIMARC/MARC21 selection
301 3219 handle variation in Amazon responses
302 3223 add 500 and 590 to MARC21 bib Note index (Zebra)
303 3230 Penny fine, needs fixed, just a round off. 
304 3233 tabs on detail page change when clicking on MARC view
305 3235 improve searchorder
306 3236 remove disused scripts and a function
307 3241 Place hold button appears on results page if opacuserlogin is off
308 3242 send email when hold is placed
309 3243 fix adding patron after resorting in patron label search
310 3243 pcard-members-search fails to add patrons to batch after using some links
311 3244 Support for multiple PAC interfaces.
312 3252 Fixes XHTML on catalog statistic form page.
313 3253 Fixes XHTML for the Patron Statistics form page.
314 3254 Fixes the Catalog by Item Type report XHTML.
315 3259 - change 'too many renewals' to 'not renewable'
316 3259 part 2 - fixed terminology on circulation.tmpl
317 3259 part 3: changed last 'Too Many Renewals' to 'Not Renewable'
318 3261 Fix for invalid XHTML on Personal Details page.
319 3263 fixed ersatz references to AmazonContent
320 3263 Staff Search Results Interface Changes
321 3266 The 'link' feature in MARC_framework is only for MARCDisplay
322 3267 show items.uri in opac and intranet
323 3268 Adds the ability to edit the description of a holiday.
324 3269 Tweaking CSS on z39.50 popup to improve readability (Bug 3269)
325 3271 : Added tooltip when adding to a list with no item selected (same as for cart)
326 3272 preserve formatting when editing help
327 3274 Patch to fix Holiday Exceptions radio button.
328 3275 Fixes typo (maxlentgh) in opac-suggestions.tmpl
329 3276 Minor XHTML error in opac-passwd.tmpl
330 3277 Spelling correction per convention: cataloguing -> cataloging (Bug 3277)
331 3283 Fix for a minor XHTML error in opac-tags_subject.tmpl
332 3284 fix borrower deletion in independantbranches mode
333 3289 - Fixed bad conditional check that made news items not show up until the day after pubdate.
334 3291 fix blue.css to bold fields and tags in marc view
335 3292 Fix to display Branch names instead of branch codes in opac serial's displays.
336 3297 Correcting some selectors to conform with upgraded jQuery syntax (see Bug 3297).
337 3301 - Speed up rebuild_zebra script
338 3304 fix notices trigger with diacritics in categorycodes
339 3306
340 3313 bulkauthimport.pl skips MARC21 subdivision records.
341 3314 remove disused scripts and API functions
342 3316 - Improve last 3 issues displayed on OPAC detail page
343 3317 Adds author and added-author to email sent from basket (Cart).
344 3317 Author displaying inconsistently or not at all. Revision to previous patch.
345 3322 Fixes expandedSearchOption in opac. Makes "fewer options" possible.
346 3338 Fix for missing closing brackets in authorities/detail.tmpl
347 3339 fix rollover showed value
348 3348 fixing acq module
349 3350 - fail on queued emails w/ no address
350 3351 - Limit Serials Search for Biblio to an item type
351 3353 permit librarians to cancel orders
352 3355 add pagination in bib search for subscriptions
353 3359 changed "registration branch" to "library" on moremember.tmpl for the sake of consistency.
354 3360 Fix for unclosed <ol> element in export.tmpl
355 3362 Fixes invalid xhtml in stage-marc-import.tmpl
356 3363 do not reload parent if you add a biblio in shelf
357 3364 add itemnotes in itemslost report
358 3366 Reformatting interface for Notice Triggers (Bug 3366)
359 3368 index 464$t in unimarc
360 3369 add 995$* unimarc fields in "item" index
361 3370 add keyword to MARC field mapping
362 3371 ISBN no longer shows twice when more options on
363 3384 Fixes invalid xhtml in advsearch.tmpl
364 3390 Enabling ZIP compression in pdf generation to reduce file size
365 3392 Fixes highlighting in Patrons with no Checkouts report.
366 3393 take care of default rules in overdues
367 3395 fix unimarc plugin 225$a
368 3398 fix unimarc 210c plugin
369 3402 Serials issue name not escaped when passed forward to routing slip
370 3403 fix circulation.pl reservation list
371 3405 fix on loan list in search result
372 3406 - move tag cloud above 'my tags' for ease of reading
373 3408 Tag cloud says login when logged in - fix.
374 3409 fix return rules for transfert
375 3411 escape authorities values
376 3412 fix double encoded guided report
377 3418 Fixes the alpha order of the system preference tags.
378 3420 Fixes 'Patrons with no checkouts' report.
379 3420 Revised follow-up patch for 'patrons with no checkouts'
380 3421 fix the xhtml in serial biblio search
381 3423 - In Cataloging, fields are not ordered by tag number
382 3428 Alphabetizes the collection codes in the Advanced Search.
383 3432 fix return of lost items
384 3450 RSS feed link for a tag search incorrect.
385 3452 Displays borrower category and adds links to Suggestions Management
386 3453 fix authority search in opac
387 3458 fix die and unimarc 700-4 plugin
388 3459 fix opac-topissue to take care of ccode
389 3465 enhance DB update reporting by web installer
390 3497 show publication year, or copyrightdate
391 3502 search on available items in unimarc
392 3505 fix 210c and 225a unimarc's plugins
393 3505 order collections by alphabetical order
394 3512 fix acquisition reports and group by
395 3513 fix xhtml in marc detail
396 3517 Showing "more searches" menu options when JavaScript is disabled (Bug 3517)
397 3520 fix crash when adding or editing items
398 3522 Refactor Create Update Delete letter for consistency and readability
399 3524, adding itemtype text description
400 3532 show lost, damaged statuses on patron record
401 3533 Fix documentation link in news for new installs
402 3541 show reserved items as not available
403 3542 : searching for authority in cataloguing
404 3546 fix issues_stats
405 3549 Sorted framework options in the dropdown menu
406 3550 show subtitle in opac search result
407 3550 use GetRecordValue to retrieve subtitle
408 3552 This mark mandatory fields with a red asterisk
409 3553 do not allow users to create code-less frameworks
410 3555 This sets the default branch to the logged user branch when IndependantBranches is active
411 3557 fix bor_issues_top
412 3560 This add a filter to search by itemtype
413 3562 fix returning document in another branch
414 3563 This replaces the library name by the branchname attached to the subscription, and hide streetaddesses in serials routing
415 3568 : Untranslated strings
416 3573 use delimiter syspref generating overdues csv
417 3575 fix opac-detail.pl
418 3582 Missing usage information for -h / --help switch for rebuild_nozebra.pl
419 3584 detect ccl queries
420 3592 fix scan of terms
421 3597 Adds a check in "delete all items"
422 3598 normalize isbn
423 3601 Cleanup of holiday.tmpl
424 3602 Fixes a log error for opac-search.pl if expanded_options is not defined.
425 3603 Fixes XHMTL errors in catalogue/showmarc.tmpl
426 3604 Fixes invalid XHTML in manage-marc-import.tmpl.
427 3606 fixes 'last 50 items only' link in members/readingrec.tmpl.
428 3614 Fix incorrect setting of indicator
429 3614 followup
430 3640
431 3651 sending baskets and shelves
432 3653 fix list of recent checks-in
433 3655 fix news language detection
434 3667 fix borrowers cleanup
435 3674 allow users creation with disabled password
436 3678 Fix circulation
437 3688 add index for acqdate in unimarc and fix maintenance script
438 3689
439 3695 allow to limit overdues by categorycode
440 3712
441 Authorities framework Bug fixing
442 bugfix breeding results of cataloging search has wrong id
443 Bug fix : click on confirm Bellow on opac-shelves
444 Bug Fixing : Browse shelves not displaying results
445 Bug fixing stack underflow on results.tmpl
446 Bug Fixing : Subtitle Support Added
447 Bug Fixing updatedatabase
448 bugfix: need to return something if an itemtype doesn't have an image
449 bugfix opac-user stomps mylibraryfirst value in quick search label
450 bugfix: pagination bar has an empty page at the end
451 Bug fix reconciliation of circulation compilation error
452 Bug: Importing sample data removes marcflavour variable (ru-RU)
453 bug in 'Add/Change link to item details...' I missed Previous checkouts area
454 bug: query squashes issues.timestamp which circulation.pl needs to sort todaysissues
455 Change to layout of tag review interface (enhancement bug 3447)
456 3033 Changing "Waiting to be pulled" to "Pending" as per 3033 'Holds "Waiting to be pulled" falsely implies that items are available'
457 check $debug to print debug info only when wanted
458 fixed bug resulting in invalid XHTML
459 Formatting changes for OPAC xslt and staff client catalog detail pages. Fixes Bug 2704, 440 Display Issues.
460 Multi-bug fix - SetMarcUnicodeFlag for records coming from Koha
461 Remove Stopwords bug fixing
462 TransformHTMLToXML bug default_ind_to_space
463 Two template bug-fixes: removing debugging output from opac-detail.tmpl, and turning off html-escaping in addbooks.tmpl to prevent incorrect HTML output. Need to figure out how to allow HTML tags in titles /and/ do search term highlighting.
464
465 This release is bugfix only release, and doesnot include new
466 features.
467 branchtransfer, holds_fill_target and field mappings introduction could be considered as new features.
468 It adds 18 changes in database, most of which are system preferences changes or adding and a few new tables
469
470
471 Note that Windows is not supported for this version as there are blockers.
472
473 Note that this version is still supporting only MySQL.
474 Support for PostgreSQL is still very experimental.
475
476 New features which have deep impact on code will be available in Koha 3.2 
477 and subsequent releases.
478
479 ==============================================================================
480 UPGRADING FROM A PREVIOUS VERSION OF KOHA
481 ==============================================================================
482
483 The upgrade process from a previous version of Koha is documented on the Wiki
484 at the following page:
485
486 Upgrading from 2.2 or earlier version:
487
488 http://wiki.koha.org/doku.php?id=22_to_30
489
490 Upgrading from a previous version of 3.0:
491
492 Please consult INSTALL files for details on how to upgrade
493
494 ==============================================================================
495 TEMPLATES
496 ==============================================================================
497
498 You may have heard that the templates for Koha 3 have been re-skinned; there
499 is also the start of a template style guide on the Wiki:
500
501 http://wiki.koha.org/doku.php?id=en:documentation:templates_style_guide
502
503 Kudos to Owen Leonard and the Nelsonville Public Library for their
504 contributions!
505
506 ==============================================================================
507 TRANSLATIONS
508 ==============================================================================
509
510 Koha 3.0.4 (this release) currently has complete translations for the following
511 languages:
512
513 OPAC: ar-Arab (Arabic), da-DK (Danish), de-DE (German), el-GR (Greek), es-ES (Spanish), en (English), 
514    en-NZ (New Zealand English), fr-FR (French),
515    hu-HU (Hungarian), it-IT (Italian), nn-NO - Norwegian Nynorsk, nb-NO Norwegian (Bokmål),
516    nl-NL (Dutch), pt-PT (Portuguese), tr-TR (Turkish),
517    ru-RU (Russian), uk-UA (Ukranian)
518    
519
520 Staff Client: de-DE (German), el-EL (Greek), fr-FR (French), en (English),
521    es-ES (Spanish), it-IT (Italian), uk-UA (Ukranian),
522    
523
524 Additionally, Koha 3.0.4 (this release) has partial translations for the following
525 languages:
526
527 OPAC: am-Ethi (Amharic), bg-Cyrl (Bulgarian), fa-Arab (Persian), fi-FI (Finnish)
528    gl (Galician), he-Hebr (Hebrew), hr-HR (Croatian), hu-HU (Hungarian), id-ID (Indonesian), 
529    ja-Japn (Japanese), kn-Knda (kannada), ko-Kore (Korean), lo-Laoo (Laoo), 
530    mi-NZ (Maori), pl-PL (Polish), sv-SE (Swedish),
531    tet (Tetum), zh-Hans-CN (Simplified Chinese in China), zh-Hans-TW (Simplified Chinese in Taiwan)
532
533 Staff Client: ar-Arab (Arabic), es-ES (Spanish), hu-HU (Hungarian),
534     hy-Armn (Armenian), ja-Japn (Japanese), nn-NO - Norwegian Nynorsk, nb-NO Norwegian (Bokmål),
535     pt-PT (Portuguese), ru-RU (Russian), tr-TR (Turkish), 
536     zh-Hans-CN (Simplified Chinese in China), zh-Hans-TW (Simplified Chinese in Taiwan)
537
538 The Koha Team welcomes additional translations; please see
539 http://www.kohadocs.org/usersguide/apb.html for information about
540 translating Koha, and join the koha-translate list to volunteer:
541
542 http://lists.koha.org/mailman/listinfo/koha-translate
543
544 You can find latest uptodate translations on Pootle : http://translate.koha.org/languages/
545 You can also ask for translation rights if you need.
546 Thank you for your patience and your work, translators.
547
548 ==============================================================================
549 DOCUMENTATION
550 ==============================================================================
551
552 User-contributed documentation for Koha 3 is available on the Koha Wiki
553 (http://wiki.koha.org). The Koha Team welcomes documentation contributions;
554 please join the Koha-devel list to volunteer:
555
556 http://lists.koha.org/mailman/listinfo/koha-devel
557
558 ==============================================================================
559 KNOWN ISSUES
560 ==============================================================================
561
562 Known bugs are documented on the Koha wiki: http://bugs.koha.org and at the
563 3.0 RM's QA notes Wiki page:
564
565 http://wiki.koha.org/doku.php?id=en:development:qanotes3.0