Update release notes for 18.11.14 release
authorHayley Mapley <hayleymapley@catalyst.net.nz>
Fri, 21 Feb 2020 01:06:36 +0000 (14:06 +1300)
committerHayley Mapley <hayleymapley@catalyst.net.nz>
Fri, 21 Feb 2020 01:06:42 +0000 (14:06 +1300)
Signed-off-by: Hayley Mapley <hayleymapley@catalyst.net.nz>

misc/release_notes/release_notes_18_11_14.html [new file with mode: 0644]
misc/release_notes/release_notes_18_11_14.md [new file with mode: 0644]

diff --git a/misc/release_notes/release_notes_18_11_14.html b/misc/release_notes/release_notes_18_11_14.html
new file mode 100644 (file)
index 0000000..066fe0b
--- /dev/null
@@ -0,0 +1,392 @@
+<h1 id="releasenotesforkoha18.11.14">RELEASE NOTES FOR KOHA 18.11.14</h1>
+
+<p>21 Feb 2020</p>
+
+<p>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:</p>
+
+<ul>
+<li><a href="http://koha-community.org">Koha Community</a></li>
+</ul>
+
+<p>Koha 18.11.14 can be downloaded from:</p>
+
+<ul>
+<li><a href="http://download.koha-community.org/koha-18.11.14.tar.gz">Download</a></li>
+</ul>
+
+<p>Installation instructions can be found at:</p>
+
+<ul>
+<li><a href="http://wiki.koha-community.org/wiki/Installation_Documentation">Koha Wiki</a></li>
+<li>OR in the INSTALL files that come in the tarball</li>
+</ul>
+
+<p>Koha 18.11.14 is a bugfix/maintenance release.</p>
+
+<p>It includes 21 bugfixes.</p>
+
+<h3 id="systemrequirements">System requirements</h3>
+
+<p>Koha is continiously tested against the following configurations and as such these are the recommendations for 
+deployment: </p>
+
+<ul>
+<li>Debian Jessie with MySQL 5.5</li>
+<li>Debian Stretch with MariaDB 10.1 (MySQL 8.0 support is experimental)</li>
+<li>Ubuntu Bionic with MariaDB 10.1 (MariaDB 10.3 support is experimental) </li>
+</ul>
+
+<p>Additional notes:</p>
+
+<ul>
+<li>Perl 5.10 is required</li>
+<li>Zebra or Elasticsearch is required</li>
+</ul>
+
+<h2 id="criticalbugsfixed">Critical bugs fixed</h2>
+
+<h3 id="acquisitions">Acquisitions</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17667">[17667]</a> Standing orders - cancelling a receipt increase the original quantity</li>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22868">[22868]</a> Circulation staff with suggestions_manage can have access to acquisition data</li>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24277">[24277]</a> Date Received in acquisitions cannot be changed</li>
+</ul>
+
+<h3 id="patrons">Patrons</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14759">[14759]</a> Replacement for Text::Unaccent</li>
+</ul>
+
+<h2 id="otherbugsfixed">Other bugs fixed</h2>
+
+<h3 id="acquisitions">Acquisitions</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9993">[9993]</a> On editing basket group delivery place resets to logged in library</li>
+</ul>
+
+<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23896">[23896]</a> logaction should pass the correct interface to Koha::Logger</li>
+<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24016">[24016]</a> manager_id in Koha::Patron::Message->store should not depend on userenv alone</p>
+
+<p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p>
+
+<blockquote>
+  <p>Using <code>userenv</code> within Koha::* object classes is deprecated in favour of passing parameters.</p>
+</blockquote></li>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24213">[24213]</a> Koha::Object->get_from_storage should return undef if the object has been deleted</li>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24313">[24313]</a> XSLT errors should show in the logs</li>
+</ul>
+
+<h3 id="cataloging">Cataloging</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24323">[24323]</a> Advanced editor - Invalid 008 with helper silently fails to save</li>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24423">[24423]</a> Broken link to return to record after batch item modification or deletion</li>
+</ul>
+
+<h3 id="opac">OPAC</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22302">[22302]</a> ITEMTYPECAT description doesn't fall back to description if OPAC description is empty</li>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23528">[23528]</a> Show 'log in to add tags' link on all search result entries</li>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24061">[24061]</a> Print List (opac-shelves.pl) broken in Chrome</li>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24371">[24371]</a> OPAC 'Showing only available items/Show all items' is double encoded</li>
+</ul>
+
+<h3 id="staffclient">Staff Client</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23987">[23987]</a> batchMod.pl provides a link back to the record after the record is deleted</li>
+</ul>
+
+<h3 id="templates">Templates</h3>
+
+<ul>
+<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23113">[23113]</a> members/pay.tt account_grp is not longer used</p>
+
+<blockquote>
+  <p>This patch removes markup that is no longer required in the pay.tt template (this template is used in the accounting section for patrons).</p>
+</blockquote></li>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24054">[24054]</a> Typo in ClaimReturnedWarningThreshold system preference</li>
+</ul>
+
+<h3 id="tools">Tools</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24330">[24330]</a> When importing patrons from CSV, automatically strip BOM from file if it exists</li>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24484">[24484]</a> Add explanatory text to batch patron deletion</li>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24497">[24497]</a> CodeMirror indentation problems</li>
+</ul>
+
+<h2 id="documentation">Documentation</h2>
+
+<p>The Koha manual is maintained in Sphinx. The home page for Koha 
+documentation is </p>
+
+<ul>
+<li><a href="http://koha-community.org/documentation/">Koha Documentation</a></li>
+</ul>
+
+<p>As of the date of these release notes, only the English version of the
+Koha manual is available:</p>
+
+<ul>
+<li><a href="http://koha-community.org/manual/18.11/en/html/">Koha Manual</a></li>
+</ul>
+
+<p>The Git repository for the Koha manual can be found at</p>
+
+<ul>
+<li><a href="https://gitlab.com/koha-community/koha-manual">Koha Git Repository</a></li>
+</ul>
+
+<h2 id="translations">Translations</h2>
+
+<p>Complete or near-complete translations of the OPAC and staff
+interface are available in this release for the following languages:</p>
+
+<ul>
+<li>Arabic (97.8%)</li>
+<li>Armenian (100%)</li>
+<li>Basque (65.8%)</li>
+<li>Chinese (China) (63.7%)</li>
+<li>Chinese (Taiwan) (99%)</li>
+<li>Czech (93.7%)</li>
+<li>Danish (55.1%)</li>
+<li>English (New Zealand) (87.9%)</li>
+<li>English (USA)</li>
+<li>Finnish (84.1%)</li>
+<li>French (99.8%)</li>
+<li>French (Canada) (98.8%)</li>
+<li>German (100%)</li>
+<li>German (Switzerland) (91.4%)</li>
+<li>Greek (78.6%)</li>
+<li>Hindi (99.8%)</li>
+<li>Italian (93.5%)</li>
+<li>Norwegian Bokmål (94.2%)</li>
+<li>Occitan (post 1500) (59.3%)</li>
+<li>Polish (86.3%)</li>
+<li>Portuguese (100%)</li>
+<li>Portuguese (Brazil) (87.1%)</li>
+<li>Slovak (89.5%)</li>
+<li>Spanish (100%)</li>
+<li>Swedish (90%)</li>
+<li>Tetun (53.6%)</li>
+<li>Turkish (97.9%)</li>
+<li>Ukrainian (61.8%)</li>
+<li>Vietnamese (54.4%)</li>
+</ul>
+
+<p>Partial translations are available for various other languages.</p>
+
+<p>The Koha team welcomes additional translations; please see</p>
+
+<ul>
+<li><a href="http://wiki.koha-community.org/wiki/Translating_Koha">Koha Translation Info</a></li>
+</ul>
+
+<p>For information about translating Koha, and join the koha-translate 
+list to volunteer:</p>
+
+<ul>
+<li><a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate">Koha Translate List</a></li>
+</ul>
+
+<p>The most up-to-date translations can be found at:</p>
+
+<ul>
+<li><a href="http://translate.koha-community.org/">Koha Translation</a></li>
+</ul>
+
+<h2 id="releaseteam">Release Team</h2>
+
+<p>The release team for Koha 18.11.14 is</p>
+
+<ul>
+<li><p>Release Manager: Martin Renvoize</p></li>
+<li><p>Release Manager assistants:</p>
+
+<ul>
+<li>Tomás Cohen Arazi</li>
+<li>Jonathan Druart</li>
+</ul></li>
+<li><p>QA Manager: Katrin Fischer</p></li>
+<li><p>QA Team:</p>
+
+<ul>
+<li>Jonathan Druart</li>
+<li>Marcel de Rooy</li>
+<li>Joonas Kylmälä</li>
+<li>Josef Moravec</li>
+<li>Tomás Cohen Arazi</li>
+<li>Nick Clemens</li>
+<li>Kyle Hall</li>
+</ul></li>
+<li><p>Topic Experts:</p>
+
+<ul>
+<li>SIP2 -- Colin Campbell</li>
+<li>EDI -- Colin Campbell</li>
+<li>Elasticsearch -- Fridolin Somers</li>
+<li>REST API -- Tomás Cohen Arazi</li>
+<li>ILS-DI -- Arthur Suzuki</li>
+<li>UI Design -- Owen Leonard</li>
+<li>ILL -- Andrew Isherwood</li>
+</ul></li>
+<li><p>Bug Wranglers:</p>
+
+<ul>
+<li>Michal Denár</li>
+<li>Cori Lynn Arnold</li>
+<li>Lisette Scheer</li>
+<li>Amit Gupta</li>
+</ul></li>
+<li><p>Packaging Managers:</p>
+
+<ul>
+<li>Mirko Tietgen</li>
+<li>Mason James</li>
+</ul></li>
+<li><p>Documentation Managers:</p>
+
+<ul>
+<li>Caroline Cyr La Rose</li>
+<li>David Nind</li>
+</ul></li>
+<li><p>Documentation Team:</p>
+
+<ul>
+<li>Donna Bachowski</li>
+<li>Lucy Vaux-Harvey</li>
+<li>Sugandha Bajaj</li>
+</ul></li>
+<li><p>Translation Managers: </p>
+
+<ul>
+<li>Bernardo González Kriegel</li>
+</ul></li>
+<li><p>Release Maintainers:</p>
+
+<ul>
+<li>19.11 -- Joy Nelson</li>
+<li>19.05 -- Lucas Gass</li>
+<li>18.11 -- Hayley Mapley</li>
+</ul></li>
+<li><p>Release Maintainer mentors:</p>
+
+<ul>
+<li>19.11 -- Martin Renvoize</li>
+<li>19.05 -- Nick Clemens</li>
+<li>18.11 -- Chris Cormack</li>
+</ul></li>
+</ul>
+
+<h2 id="credits">Credits</h2>
+
+<p>We thank the following libraries who are known to have sponsored
+new features in Koha 18.11.14:</p>
+
+<ul>
+<li>Koha-Suomi Oy</li>
+</ul>
+
+<p>We thank the following individuals who contributed patches to Koha 18.11.14.</p>
+
+<ul>
+<li>Tomás Cohen Arazi (1)</li>
+<li>Cori Lynn Arnold (1)</li>
+<li>Nick Clemens (4)</li>
+<li>Jonathan Druart (12)</li>
+<li>Lucas Gass (2)</li>
+<li>Kyle Hall (1)</li>
+<li>Bernardo González Kriegel (1)</li>
+<li>Joonas Kylmälä (1)</li>
+<li>Owen Leonard (3)</li>
+<li>Hayley Mapley (4)</li>
+<li>Martin Renvoize (1)</li>
+<li>David Roberts (1)</li>
+<li>Marcel de Rooy (1)</li>
+<li>Lari Taskula (2)</li>
+<li>Koha Translators (1)</li>
+</ul>
+
+<p>We thank the following libraries, companies, and other institutions who contributed
+patches to Koha 18.11.14</p>
+
+<ul>
+<li>ACPL (3)</li>
+<li>ByWater-Solutions (7)</li>
+<li>Catalyst (4)</li>
+<li>hypernova.fi (2)</li>
+<li>Koha Community Developers (12)</li>
+<li>koha-ptfs.co.uk (1)</li>
+<li>PTFS-Europe (1)</li>
+<li>Rijks Museum (1)</li>
+<li>The Donohue Group (1)</li>
+<li>Theke Solutions (1)</li>
+<li>Universidad Nacional de Córdoba (1)</li>
+<li>University of Helsinki (1)</li>
+</ul>
+
+<p>We also especially thank the following individuals who tested patches
+for Koha.</p>
+
+<ul>
+<li>Tomás Cohen Arazi (2)</li>
+<li>Christopher Brannon (1)</li>
+<li>Nick Clemens (1)</li>
+<li>Gabriel DeCarufel (1)</li>
+<li>Jonathan Druart (8)</li>
+<li>Katrin Fischer (14)</li>
+<li>Andrew Fuerste-Henry (4)</li>
+<li>Lucas Gass (32)</li>
+<li>Rhonda Kuiper (1)</li>
+<li>Joonas Kylmälä (3)</li>
+<li>Hayley Mapley (33)</li>
+<li>Kelly McElligott (1)</li>
+<li>Joy Nelson (30)</li>
+<li>David Nind (4)</li>
+<li>Martin Renvoize (34)</li>
+<li>Marcel de Rooy (8)</li>
+<li>Maryse Simard (2)</li>
+<li>George Williams (2)</li>
+<li>Maggie Wong (1)</li>
+</ul>
+
+<p>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.</p>
+
+<h2 id="revisioncontrolnotes">Revision control notes</h2>
+
+<p>The Koha project uses Git for version control.  The current development 
+version of Koha can be retrieved by checking out the master branch of:</p>
+
+<ul>
+<li><a href="git://git.koha-community.org/koha.git">Koha Git Repository</a></li>
+</ul>
+
+<p>The branch for this version of Koha and future bugfixes in this release
+line is 18.11.x.</p>
+
+<h2 id="bugsandfeaturerequests">Bugs and feature requests</h2>
+
+<p>Bug reports and feature requests can be filed at the Koha bug
+tracker at:</p>
+
+<ul>
+<li><a href="http://bugs.koha-community.org">Koha Bugzilla</a></li>
+</ul>
+
+<p>He rau ringa e oti ai.
+(Many hands finish the work)</p>
+
+<p>Autogenerated release notes updated last on 21 Feb 2020 00:57:18.</p>
diff --git a/misc/release_notes/release_notes_18_11_14.md b/misc/release_notes/release_notes_18_11_14.md
new file mode 100644 (file)
index 0000000..b34d328
--- /dev/null
@@ -0,0 +1,322 @@
+# RELEASE NOTES FOR KOHA 18.11.14
+21 Feb 2020
+
+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 18.11.14 can be downloaded from:
+
+- [Download](http://download.koha-community.org/koha-18.11.14.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 18.11.14 is a bugfix/maintenance release.
+
+It includes 21 bugfixes.
+
+### System requirements
+
+Koha is continiously tested against the following configurations and as such these are the recommendations for 
+deployment: 
+
+- Debian Jessie with MySQL 5.5
+- Debian Stretch with MariaDB 10.1 (MySQL 8.0 support is experimental)
+- Ubuntu Bionic with MariaDB 10.1 (MariaDB 10.3 support is experimental) 
+
+Additional notes:
+    
+- Perl 5.10 is required
+- Zebra or Elasticsearch is required
+
+
+
+
+
+
+## Critical bugs fixed
+
+### Acquisitions
+
+- [[17667]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17667) Standing orders - cancelling a receipt increase the original quantity
+- [[22868]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22868) Circulation staff with suggestions_manage can have access to acquisition data
+- [[24277]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24277) Date Received in acquisitions cannot be changed
+
+### Patrons
+
+- [[14759]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14759) Replacement for Text::Unaccent
+
+
+## Other bugs fixed
+
+### Acquisitions
+
+- [[9993]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9993) On editing basket group delivery place resets to logged in library
+
+### Architecture, internals, and plumbing
+
+- [[23896]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23896) logaction should pass the correct interface to Koha::Logger
+- [[24016]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24016) manager_id in Koha::Patron::Message->store should not depend on userenv alone
+
+  **Sponsored by** *Koha-Suomi Oy*
+
+  >Using `userenv` within Koha::* object classes is deprecated in favour of passing parameters.
+- [[24213]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24213) Koha::Object->get_from_storage should return undef if the object has been deleted
+- [[24313]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24313) XSLT errors should show in the logs
+
+### Cataloging
+
+- [[24323]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24323) Advanced editor - Invalid 008 with helper silently fails to save
+- [[24423]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24423) Broken link to return to record after batch item modification or deletion
+
+### OPAC
+
+- [[22302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22302) ITEMTYPECAT description doesn't fall back to description if OPAC description is empty
+- [[23528]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23528) Show 'log in to add tags' link on all search result entries
+- [[24061]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24061) Print List (opac-shelves.pl) broken in Chrome
+- [[24371]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24371) OPAC 'Showing only available items/Show all items' is double encoded
+
+### Staff Client
+
+- [[23987]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23987) batchMod.pl provides a link back to the record after the record is deleted
+
+### Templates
+
+- [[23113]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23113) members/pay.tt account_grp is not longer used
+
+  >This patch removes markup that is no longer required in the pay.tt template (this template is used in the accounting section for patrons).
+- [[24054]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24054) Typo in ClaimReturnedWarningThreshold system preference
+
+### Tools
+
+- [[24330]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24330) When importing patrons from CSV, automatically strip BOM from file if it exists
+- [[24484]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24484) Add explanatory text to batch patron deletion
+- [[24497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24497) CodeMirror indentation problems
+
+
+## Documentation
+
+The Koha manual is maintained in Sphinx. 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://koha-community.org/manual/18.11/en/html/)
+
+
+The Git repository for the Koha manual can be found at
+
+- [Koha Git Repository](https://gitlab.com/koha-community/koha-manual)
+
+## Translations
+
+Complete or near-complete translations of the OPAC and staff
+interface are available in this release for the following languages:
+
+- Arabic (97.8%)
+- Armenian (100%)
+- Basque (65.8%)
+- Chinese (China) (63.7%)
+- Chinese (Taiwan) (99%)
+- Czech (93.7%)
+- Danish (55.1%)
+- English (New Zealand) (87.9%)
+- English (USA)
+- Finnish (84.1%)
+- French (99.8%)
+- French (Canada) (98.8%)
+- German (100%)
+- German (Switzerland) (91.4%)
+- Greek (78.6%)
+- Hindi (99.8%)
+- Italian (93.5%)
+- Norwegian Bokmål (94.2%)
+- Occitan (post 1500) (59.3%)
+- Polish (86.3%)
+- Portuguese (100%)
+- Portuguese (Brazil) (87.1%)
+- Slovak (89.5%)
+- Spanish (100%)
+- Swedish (90%)
+- Tetun (53.6%)
+- Turkish (97.9%)
+- Ukrainian (61.8%)
+- Vietnamese (54.4%)
+
+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 18.11.14 is
+
+
+- Release Manager: Martin Renvoize
+
+- Release Manager assistants:
+  - Tomás Cohen Arazi
+  - Jonathan Druart
+
+- QA Manager: Katrin Fischer
+
+- QA Team:
+  - Jonathan Druart
+  - Marcel de Rooy
+  - Joonas Kylmälä
+  - Josef Moravec
+  - Tomás Cohen Arazi
+  - Nick Clemens
+  - Kyle Hall
+
+- Topic Experts:
+  - SIP2 -- Colin Campbell
+  - EDI -- Colin Campbell
+  - Elasticsearch -- Fridolin Somers
+  - REST API -- Tomás Cohen Arazi
+  - ILS-DI -- Arthur Suzuki
+  - UI Design -- Owen Leonard
+  - ILL -- Andrew Isherwood
+
+- Bug Wranglers:
+  - Michal Denár
+  - Cori Lynn Arnold
+  - Lisette Scheer
+  - Amit Gupta
+
+- Packaging Managers:
+  - Mirko Tietgen
+  - Mason James
+
+- Documentation Managers:
+  - Caroline Cyr La Rose
+  - David Nind
+
+- Documentation Team:
+  - Donna Bachowski
+  - Lucy Vaux-Harvey
+  - Sugandha Bajaj
+
+- Translation Managers: 
+  - Bernardo González Kriegel
+
+- Release Maintainers:
+  - 19.11 -- Joy Nelson
+  - 19.05 -- Lucas Gass
+  - 18.11 -- Hayley Mapley
+
+- Release Maintainer mentors:
+  - 19.11 -- Martin Renvoize
+  - 19.05 -- Nick Clemens
+  - 18.11 -- Chris Cormack
+
+## Credits
+We thank the following libraries who are known to have sponsored
+new features in Koha 18.11.14:
+
+- Koha-Suomi Oy
+
+We thank the following individuals who contributed patches to Koha 18.11.14.
+
+- Tomás Cohen Arazi (1)
+- Cori Lynn Arnold (1)
+- Nick Clemens (4)
+- Jonathan Druart (12)
+- Lucas Gass (2)
+- Kyle Hall (1)
+- Bernardo González Kriegel (1)
+- Joonas Kylmälä (1)
+- Owen Leonard (3)
+- Hayley Mapley (4)
+- Martin Renvoize (1)
+- David Roberts (1)
+- Marcel de Rooy (1)
+- Lari Taskula (2)
+- Koha Translators (1)
+
+We thank the following libraries, companies, and other institutions who contributed
+patches to Koha 18.11.14
+
+- ACPL (3)
+- ByWater-Solutions (7)
+- Catalyst (4)
+- hypernova.fi (2)
+- Koha Community Developers (12)
+- koha-ptfs.co.uk (1)
+- PTFS-Europe (1)
+- Rijks Museum (1)
+- The Donohue Group (1)
+- Theke Solutions (1)
+- Universidad Nacional de Córdoba (1)
+- University of Helsinki (1)
+
+We also especially thank the following individuals who tested patches
+for Koha.
+
+- Tomás Cohen Arazi (2)
+- Christopher Brannon (1)
+- Nick Clemens (1)
+- Gabriel DeCarufel (1)
+- Jonathan Druart (8)
+- Katrin Fischer (14)
+- Andrew Fuerste-Henry (4)
+- Lucas Gass (32)
+- Rhonda Kuiper (1)
+- Joonas Kylmälä (3)
+- Hayley Mapley (33)
+- Kelly McElligott (1)
+- Joy Nelson (30)
+- David Nind (4)
+- Martin Renvoize (34)
+- Marcel de Rooy (8)
+- Maryse Simard (2)
+- George Williams (2)
+- Maggie Wong (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:
+
+- [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 18.11.x.
+
+## 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 21 Feb 2020 00:57:18.