From e90a3695a96d23e526e2f4d54fd45489fd01eeaa Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 22 Jan 2017 22:48:03 +0100 Subject: [PATCH] Add release notes for the 16.11.02 release --- misc/release_notes/release_notes_16_11_02.html | 441 +++++++++++++++++++++++++ misc/release_notes/release_notes_16_11_02.md | 350 ++++++++++++++++++++ 2 files changed, 791 insertions(+) create mode 100644 misc/release_notes/release_notes_16_11_02.html create mode 100644 misc/release_notes/release_notes_16_11_02.md diff --git a/misc/release_notes/release_notes_16_11_02.html b/misc/release_notes/release_notes_16_11_02.html new file mode 100644 index 0000000000..b3f6c366e0 --- /dev/null +++ b/misc/release_notes/release_notes_16_11_02.html @@ -0,0 +1,441 @@ +

RELEASE NOTES FOR KOHA 16.11.02

+ +

22 Jan 2017

+ +

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:

+ + + +

Koha 16.11.02 can be downloaded from:

+ + + +

Installation instructions can be found at:

+ + + +

Koha 16.11.02 is a bugfix/maintenance release.

+ +

It includes 35 bugfixes.

+ +

Critical bugs fixed

+ +

Architecture, internals, and plumbing

+ + + +

Authentication

+ + + +

Cataloging

+ + + +

Installation and upgrade (command-line installer)

+ + + +

OPAC

+ + + +

Patrons

+ + + +

Test Suite

+ + + +

Other bugs fixed

+ +

About

+ + + +

Acquisitions

+ + + +

Architecture, internals, and plumbing

+ + + +

Circulation

+ + + +

Hold requests

+ + + +

Installation and upgrade (command-line installer)

+ + + +

Installation and upgrade (web-based installer)

+ + + +

Label/patron card printing

+ + + +

MARC Authority data support

+ + + +

MARC Bibliographic data support

+ + + +

Packaging

+ + + +

Patrons

+ + + +

Staff Client

+ + + +

Templates

+ + + +

Test Suite

+ + + +

Tools

+ + + +

Web services

+ + + +

System requirements

+ +

Important notes:

+ + + +

Documentation

+ +

The Koha manual is maintained in DocBook.The home page for Koha +documentation is

+ + + +

As of the date of these release notes, only the English version of the +Koha manual is available:

+ + + +

The Git repository for the Koha manual can be found at

+ + + +

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

+ + + +

for information about translating Koha, and join the koha-translate +list to volunteer:

+ + + +

The most up-to-date translations can be found at:

+ + + +

Release Team

+ +

The release team for Koha 16.11.02 is

+ + + +

Credits

+ +

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

+ + + +

We thank the following individuals who contributed patches to Koha 16.11.02.

+ + + +

We thank the following libraries, companies, and other institutions who contributed +patches to Koha 16.11.02

+ + + +

We also especially thank the following individuals who tested patches +for Koha.

+ + + +

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:

+ + + +

The branch for this version of Koha and future bugfixes in this release +line is 16.11.x. +The last Koha release was 16.11.01, which was released on December 22, 2016.

+ +

Bugs and feature requests

+ +

Bug reports and feature requests can be filed at the Koha bug +tracker at:

+ + + +

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

+ +

Autogenerated release notes updated last on 22 Jan 2017 20:51:28.

diff --git a/misc/release_notes/release_notes_16_11_02.md b/misc/release_notes/release_notes_16_11_02.md new file mode 100644 index 0000000000..9296e167e2 --- /dev/null +++ b/misc/release_notes/release_notes_16_11_02.md @@ -0,0 +1,350 @@ +# RELEASE NOTES FOR KOHA 16.11.02 +22 Jan 2017 + +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: + +- [Koha Community](http://koha-community.org) + +Koha 16.11.02 can be downloaded from: + +- [Download](http://download.koha-community.org/koha-16.11.02.tar.gz) + +Installation instructions can be found at: + +- [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation) +- OR in the INSTALL files that come in the tarball + +Koha 16.11.02 is a bugfix/maintenance release. + +It includes 35 bugfixes. + + +## Critical bugs fixed + +### Architecture, internals, and plumbing + +- [[17246]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17246) GetPreparedLetter should not allow multiple FK defined in arrayref +- [[17785]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17785) oai.pl returns wrong URLs under Plack +- [[17830]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17830) CSRF token is not generated correctly (bis) +- [[17914]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17914) The installer process tries to create borrowers.updated_on twice + +### Authentication + +- [[17615]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17615) LDAP Auth: regression causes attribute updates to silently fail and corrupt existing data + +### Cataloging + +- [[17725]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17725) Repeating a field or subfield clones content +- [[17817]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17817) Repeat this Tag (cloning) not working + +### Installation and upgrade (command-line installer) + +- [[17234]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17234) ALTER IGNORE TABLE is invalid in mysql 5.7. This breaks updatedatabase.pl + +### OPAC + +- [[17924]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17924) Fix error in password recovery + +### Patrons + +- [[14637]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14637) Add patron category fails with MySQL 5.6.26 + +### Test Suite + +- [[17917]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17917) t/db_dependent/check_sysprefs.t fails on kohadev strangely + + +## Other bugs fixed + +### About + +- [[7143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143) Bug for tracking changes to the about page + +### Acquisitions + +- [[17899]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17899) Show only mine does not work in newordersuggestion.pl + +### Architecture, internals, and plumbing + +- [[17820]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17820) Do not use search->next when find can be used +- [[17931]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17931) Remove unused vars from reserves_stats.pl + +### Circulation + +- [[17781]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17781) Improper branchcode set during renewal +- [[17808]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17808) When editing circulation conditions, only ask for confirmation when there is already a rule selected + +### Hold requests + +- [[17766]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17766) Patron notification does not work with multi item holds + +### Installation and upgrade (command-line installer) + +- [[17880]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17880) C4::Installer::PerlModules lexicographical comparison is incorrect + +### Installation and upgrade (web-based installer) + +- [[17469]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17469) fr-CA web installer is missing some sample notices + +### Label/patron card printing + +- [[15711]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15711) Deleting patroncard images has unexpected behaviour and is broken +- [[17879]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17879) Possible to upload images with no image name + +### MARC Authority data support + +- [[17909]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17909) Add unit tests for authority merge + +### MARC Bibliographic data support + +- [[17799]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17799) MARC bibliographic frameworks breadcrumbs broken for Default framework + +### Packaging + +- [[17265]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17265) Make koha-create and koha-dump-defaults less greedy + +### Patrons + +- [[17891]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17891) typo in housebound.tt div tag + +### Staff Client + +- [[16933]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16933) Alt-Y not working on "Please confirm checkout" dialogs + +### Templates + +- [[15460]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15460) Bug 13381 accidentally removed spaces after subfields c and h of 245 +- [[14610]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14610) Follow-up - Minify opac.css + +### Test Suite + +- [[17742]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17742) Test t/db_dependent/Patrons.t can fail randomly +- [[17920]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17920) t/db_dependent/Sitemapper.t fails because of permissions + +### Tools + +- [[15415]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15415) Warn when creating new printer profile for patron card creator +- [[17777]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17777) koha-remove should deal with temporary uploads +- [[17794]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17794) Menu items in Tools menu and Admin menu not bold when active but not on linked page + +### Web services + +- [[17778]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17778) Make "Earliest Registered Date" in OAI-PMH dynamic + + + +## 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 + +- [Koha Documentation](http://koha-community.org/documentation/) + +As of the date of these release notes, only the English version of the +Koha manual is available: + +- [Koha Manual](http://manual.koha-community.org//en/) + +The Git repository for the Koha manual can be found at + +- [Koha Git Repository](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 (99%) +- Armenian (92%) +- Chinese (China) (86%) +- Chinese (Taiwan) (100%) +- Czech (96%) +- Danish (72%) +- English (New Zealand) (94%) +- Finnish (99%) +- French (99%) +- French (Canada) (92%) +- German (100%) +- German (Switzerland) (100%) +- Greek (78%) +- Hindi (99%) +- Italian (100%) +- Korean (52%) +- Kurdish (51%) +- Norwegian Bokmål (57%) +- Occitan (79%) +- Persian (59%) +- Polish (100%) +- Portuguese (100%) +- Portuguese (Brazil) (87%) +- Slovak (93%) +- Spanish (100%) +- Swedish (99%) +- Turkish (100%) +- Vietnamese (73%) + +Partial translations are available for various other languages. + +The Koha team welcomes additional translations; please see + +- [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha) + +for information about translating Koha, and join the koha-translate +list to volunteer: + +- [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate) + +The most up-to-date translations can be found at: + +- [Koha Translation](http://translate.koha-community.org/) + +## Release Team + +The release team for Koha 16.11.02 is + +- Release Managers: + - [Brendan Gallagher](mailto:brendan@bywatersolutions.com) + - [Kyle Hall](mailto:kyle@bywatersolutions.com) +- QA Manager: [Katrin Fischer](mailto:Katrin.Fischer@bsz-bw.de) +- QA Team: + - [Kyle Hall](mailto:kyle@bywatersolutions.com) + - [Jonathan Druart](mailto:jonathan.druart@biblibre.com) + - [Tomás Cohen Arazi](mailto:tomascohen@gmail.com) + - [Marcel de Rooy](mailto:m.de.rooy@rijksmuseum.nl) + - [Nick Clemens](mailto:nick@bywatersolutions.com) + - [Jesse Weaver](mailto:jweaver@bywatersolutions.com) +- Bug Wranglers: + - [Amit Gupta](mailto:amitddng135@gmail.com) + - [Magnus Enger](mailto:magnus@enger.priv.no) + - [Mirko Tietgen](mailto:mirko@abunchofthings.net) + - [Indranil Das Gupta](mailto:indradg@l2c2.co.in) + - [Zeno Tajoli](mailto:z.tajoli@cineca.it) + - [Marc Véron](mailto:veron@veron.ch) +- Packaging Manager: [Mirko Tietgen](mailto:mirko@abunchofthings.net) +- Documentation Manager: [Nicole C. Engard](mailto:nengard@gmail.com) +- Translation Manager: [Bernardo Gonzalez Kriegel](mailto:bgkriegel@gmail.com) +- Wiki curators: + - [Brooke Johnson](mailto:abesottedphoenix@yahoo.com) + - [Thomas Dukleth](mailto:kohadevel@agogme.com) +- Release Maintainers: + - 16.11 -- [Katrin Fischer](mailto:katrin.fischer.83@web.de) + - 16.05 -- [Mason James](mailto:mtj@kohaaloha.com) + - 3.22 -- [Julian Maurice](mailto:julian.maurice@biblibre.com) + +## Credits + +We thank the following libraries who are known to have sponsored +new features in Koha 16.11.02: + +- Catalyst IT + +We thank the following individuals who contributed patches to Koha 16.11.02. + +- Blou (1) +- Aleisha Amohia (5) +- Alex Arnaud (2) +- Maxime Beaulieu (1) +- Rebecca Blundell (2) +- David Cook (2) +- Marcel de Rooy (9) +- Jonathan Druart (16) +- Dani Elder (1) +- Magnus Enger (3) +- Katrin Fischer (3) +- Bernardo González Kriegel (1) +- Caitlin Goodger (2) +- Patricio Marrone (2) +- Julian Maurice (2) +- Tim McMahon (1) +- Kyle M Hall (4) +- Josef Moravec (2) +- Benjamin Rokseth (1) +- Emma Smith (1) +- Fridolin Somers (1) +- Mark Tompsett (5) + +We thank the following libraries, companies, and other institutions who contributed +patches to Koha 16.11.02 + +- BibLibre (5) +- BSZ BW (3) +- bugs.koha-community.org (16) +- ByWater-Solutions (5) +- Catalyst (2) +- Libriotech (3) +- Oslo Public Library (1) +- Prosentient Systems (2) +- Rijksmuseum (9) +- Solutions inLibro inc (2) +- unidentified (13) +- Universidad Nacional de Córdoba (3) +- wegc.school.nz (2) +- wlpl.org (1) + +We also especially thank the following individuals who tested patches +for Koha. + +- Andreas Roussos (1) +- Caitlin Goodger (2) +- Claire Gravely (2) +- David Kuhn (1) +- Emma Smith (1) +- Grace McKenzie (1) +- Hugo Agud (1) +- Jesse Maseto (1) +- Jonathan Druart (26) +- Josef Moravec (13) +- Julian Maurice (7) +- Karam Qubsi (1) +- Karen Jen (1) +- Katrin Fischer (73) +- Marc Véron (1) +- Mark Tompsett (14) +- Martin Renvoize (3) +- Nick Clemens (5) +- Oliver Bock (1) +- Owen Leonard (5) +- Zoe Schoeler (2) +- Katrin Fischer (1) +- Tomas Cohen Arazi (1) +- Kyle M Hall (74) +- Bernardo Gonzalez Kriegel (1) +- Marcel de Rooy (16) + +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: + +- [Koha Git Repository](git://git.koha-community.org/koha.git) + +The branch for this version of Koha and future bugfixes in this release +line is 16.11.x. +The last Koha release was 16.11.01, which was released on December 22, 2016. + +## Bugs and feature requests + +Bug reports and feature requests can be filed at the Koha bug +tracker at: + +- [Koha Bugzilla](http://bugs.koha-community.org) + +He rau ringa e oti ai. +(Many hands finish the work) + +Autogenerated release notes updated last on 22 Jan 2017 20:51:28. -- 2.11.4.GIT