From 92e0b49f06db8c0b4d20f0e5573d0514bef9daba Mon Sep 17 00:00:00 2001 From: Mason James Date: Thu, 23 Apr 2015 17:26:45 +1200 Subject: [PATCH] Release notes for 3.16.10 Signed-off-by: Mason James --- misc/release_notes/release_notes_3_16_10.html | 272 +++++++++++++++++ misc/release_notes/release_notes_3_16_10.txt | 277 ++++++++++++++++++ 2 files changed, 549 insertions(+) create mode 100644 misc/release_notes/release_notes_3_16_10.html create mode 100644 misc/release_notes/release_notes_3_16_10.txt diff --git a/misc/release_notes/release_notes_3_16_10.html b/misc/release_notes/release_notes_3_16_10.html new file mode 100644 index 0000000000..781db5f668 --- /dev/null +++ b/misc/release_notes/release_notes_3_16_10.html @@ -0,0 +1,272 @@ +

RELEASE NOTES FOR KOHA 3.16.10

+

23 Apr 2015

+ +

Koha is the first free and open source software library automation package (ILS). Development is sponsored by libraries of varying types and sizes, volunteers, and support companies from around the world.

+

The website for the Koha project is http://koha-community.org and Koha 3.16.10 can be downloaded from: http://download.koha-community.org/koha-3.16.10.tar.gz

+ +

Installation instructions can be found at http://wiki.koha-community.org/wiki/Installation_Documentation or in the INSTALL files that come in the tarball

+ + +Koha 3.16.10 is a bugfix/maintenance release. + +

It includes 1 enhancements and 12 bugfixes.

+

Table of contents

+ +

New features in Koha 3.16.10

+ +

+ +

Enhancements in Koha 3.16.10

Circulation

+

Critical bugs fixed in Koha 3.16.10

Searching

+

Other bugs fixed in Koha 3.16.10

Authentication

+

Hold requests

+

OPAC

+

Serials

+

SIP2

+

Templates

+

Tools

+

Web services

+

New system preferences in Koha 3.16.10

+ + + +

System requirements

+

Important notes:

+ + + +

Documentation

+ +

The Koha manual is maintained in DocBook. The home page for Koha documentation is http://koha-community.org/documentation

+

As of the date of these release notes, only the English version of the Koha manual is available at http://manual.koha-community.org/3.16.10/en/

+

The Git repository for the Koha manual can be found at http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary

+ +

Translations

+

Complete or near-complete translations of the OPAC and staff interface are available in this release for the following languages:

+ + + +

Partial translations are available for various other languages.

+

The Koha team welcomes additional translations; please see http://wiki.koha-community.org/wiki/Translating_Koha

+ +

For information about translating Koha, and join the koha-translate list to volunteer

+ +

The most up-to-date translations can be found at http://translate.koha-community.org

+ + +

Release Team

+ +The release team for Koha 3.16.10 is + + + + + +

Credits

+ + +

We thank the following libraries who are known to have sponsored new features in Koha 3.16.10:

+ + + + +

We thank the following individuals who contributed patches to Koha 3.16.10:

+ + + + + + +

We thank the following libraries, companies, and other institutions who contributed patches to Koha 3.16.10:

+ + + + +

We also especially thank the following individuals who tested patches for Koha 3.16.10:

+ + + +

We regret any omissions. If a contributor has been inadvertently missed, please send a patch against these release notes to koha-patches@lists.koha-community.org.

+ +

Revision control notes

+ +

The Koha project uses Git for version control. The current development version of Koha can be retrieved by checking out the master branch of git://git.koha-community.org/koha.git

+ +

The branch for this version of Koha and future bugfixes in this release line is 3.16.x.

+ + +

The last Koha release was 3.18.6, which was released on April 23, 2015.

+ +

Bugs and feature requests

+ +

Bug reports and feature requests can be filed at the Koha bug tracker at http://bugs.koha-community.org

+ +

He rau ringa e oti ai. (Many hands finish the work)

+##### Autogenerated release notes updated last on 23 Apr 2015 05:43:02 Z ##### diff --git a/misc/release_notes/release_notes_3_16_10.txt b/misc/release_notes/release_notes_3_16_10.txt new file mode 100644 index 0000000000..a0ef0b81ac --- /dev/null +++ b/misc/release_notes/release_notes_3_16_10.txt @@ -0,0 +1,277 @@ +RELEASE NOTES FOR KOHA 3.16.10 +23 Apr 2015 +======================================================================== + +Koha is the first free and open source software library automation package +(ILS). Development is sponsored by libraries of varying types and sizes, +volunteers, and support companies from around the world. +The website for the Koha project is + + http://koha-community.org/ + +Koha 3.16.10 can be downloaded from: + + http://download.koha-community.org/koha-3.16.10.tar.gz + +Installation instructions can be found at: + + http://wiki.koha-community.org/wiki/Installation_Documentation + + OR in the INSTALL files that come in the tarball + + +Koha 3.16.10 is a bugfix/maintenance release. + +It includes 1 enhancements and 12 bugfixes. + +New features in 3.16.10 +====================== + + +---------- + + +Enhancements in 3.16.10 +====================== + +Circulation +---------- + 12122 TransferSlip should accept both itemnumber and barcode + + +Critical bugs fixed in 3.16.10 +====================== + + +Searching +---------- + 13636 major Search results item status incorrect for holds + + +Other bugs fixed in 3.16.10 +====================== + + +Authentication +---------- + 13521 trivial Auth.pm code issues + +Hold requests +---------- + 13298 minor Holds ratios report ignores ordered items + +OPAC +---------- + 11357 normal Biblio.size value not correctly displayed in list emails sent from OPAC and intranet + +Serials +---------- + 13746 normal On creating a new subscription, notes fields get confused + +SIP2 +---------- + 12820 normal SIP2 does not send rental charge fee! + +Templates +---------- + 13270 normal On receiving, "vendor note" label should not be displayed if nothing to display + 13744 normal Paging on some datatables slightly broken + 13268 minor Biblioitems.size value not correctly displayed (more) + +Tools +---------- + 11331 normal CSV export for viewlog.pl is missing newlines + 12507 normal News does not always display in staff or OPAC + +Web services +---------- + 13568 normal OAI Server doesn't handle properly resumption token + + +New sysprefs in 3.16.10 +====================== + + + +System requirements +====================== + + Important notes: + + * Perl 5.10 is required + * Zebra is required + + +Documentation +====================== + +The Koha manual is maintained in DocBook.The home page for Koha +documentation is + + http://koha-community.org/documentation/ + +As of the date of these release notes, only the English version of the +Koha manual is available: + + http://manual.koha-community.org/3.16/en/ + +The Git repository for the Koha manual can be found at + + http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary + + +Translations +====================== + +Complete or near-complete translations of the OPAC and staff +interface are available in this release for the following languages: + + + * English (USA) + * Arabic (100%) + * Armenian (100%) + * Czech (99%) + * Danish (86%) + * French (96%) + * German (100%) + * Italian (100%) + * Kurdish (68%) + * Polish (100%) + * Portuguese (100%) + * Slovak (100%) + * Spanish (100%) + * Swedish (86%) + * Turkish (100%) + * Vietnamese (94%) + + +Partial translations are available for various other languages. + +The Koha team welcomes additional translations; please see + + http://wiki.koha-community.org/wiki/Translating_Koha + +for information about translating Koha, and join the koha-translate +list to volunteer: + + http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate + +The most up-to-date translations can be found at: + + http://translate.koha-community.org/ + + +Release Team +====================== + +The release team for Koha 3.16.10 is + + Release Manager: Galen Charlton + Documentation Manager: Nicole C Engard + Translation Manager: Bernardo Gonzalez Kriegel + QA Manager: Katrin Fischer + QA Team: Ruth Bavousett + Chris Cormack + Marcel de Rooy , + Jonathan Druart , + Brendan Gallagher + Kyle Hall + Paul Poulain + Martin Renvoize + Module Maintainers: Tomás Cohen Arazi + Jared Camins-Esakov + Kyle Hall + Bug Wranglers: Chris Cormack + Magnus Enger + Packaging Manager: Robin Sheat + VM Manager: Samuel Desseaux + Database Documentation Managers: + Joy Nelson + Samuel Desseaux + + Release Maintainer (3.8.x): Kyle Hall + Release Maintainer (3.10.x): Bernardo Gonzalez Kriegel + Release Maintainer (3.12.x): Tomás Cohen Arazi + Release Maintainer (3.14.x): Fridolin Somers + Release Maintainer (3.16.x): Mason James + + +Credits +====================== + + +We thank the following libraries who are known to have sponsored +new features in Koha 3.16.10: + +We thank the following individuals who contributed patches to Koha 3.16.10. + + * Colin Campbell (1) + * Frédéric Demians (1) + * Jonathan Druart (3) + * Katrin Fischer (4) + * Mason James (3) + * Kyle M Hall (4) + * Martin Renvoize (2) + * Benjamin Rokseth (1) + * Fridolin Somers (4) + + +We thank the following libraries, companies, and other institutions who contributed +patches to Koha 3.16.10 + + + * BSZ BW (4) + * BibLibre (7) + * ByWater-Solutions (4) + * KohaAloha (3) + * Oslo Public Library (1) + * PTFS-Europe (3) + * Tamil (1) + +We also especially thank the following individuals who tested patches +for Koha 3.16.10. + + * Brendan Gallagher (2) + * Chris Cormack (6) + * Christophe Brocquet (1) + * Heather Braum (1) + * John Andrews (1) + * Jonathan Druart (12) + * Katrin Fischer (9) + * Mason James (7) + * Nicole (3) + * Owen Leonard (4) + * Sheila Kearns (1) + * Kyle M Hall (3) + * Bernardo Gonzalez Kriegel (1) + +We regret any omissions. If a contributor has been inadvertently missed, +please send a patch against these release notes to +koha-patches@lists.koha-community.org. + +Revision control notes +====================== + +The Koha project uses Git for version control. The current development +version of Koha can be retrieved by checking out the master branch of + + git://git.koha-community.org/koha.git + +The branch for this version of Koha and future bugfixes in this release line is 3.16.x. + +The last Koha release was 3.18.6, which was released on April 23, 2015. + + +Bugs and feature requests +====================== + +Bug reports and feature requests can be filed at the Koha bug +tracker at + + http://bugs.koha-community.org/ + + +He rau ringa e oti ai. +(Many hands finish the work) + +##### Autogenerated release notes updated last on 23 Apr 2015 05:16:18 Z ##### -- 2.39.5