Update release notes for 19.05.12 release v19.05.12
authorVictor Grousset/tuxayo <victor@tuxayo.net>
Tue, 23 Jun 2020 15:58:17 +0000 (17:58 +0200)
committerVictor Grousset/tuxayo <victor@tuxayo.net>
Tue, 23 Jun 2020 16:26:10 +0000 (18:26 +0200)
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>

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

diff --git a/misc/release_notes/release_notes_19_05_12.html b/misc/release_notes/release_notes_19_05_12.html
new file mode 100644 (file)
index 0000000..cf5ef84
--- /dev/null
@@ -0,0 +1,463 @@
+<h1 id="releasenotesforkoha19.05.12">RELEASE NOTES FOR KOHA 19.05.12</h1>
+
+<p>22 Jun 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 19.05.12 can be downloaded from:</p>
+
+<ul>
+<li><a href="http://download.koha-community.org/koha-19.05.12.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 19.05.12 is a bugfix/maintenance release.</p>
+
+<p>It includes 1 enhancements, 30 bugfixes.</p>
+
+<h3 id="systemrequirements">System requirements</h3>
+
+<ul>
+<li><strong>Debian 8 (Jessie) is not supported anymore</strong></li>
+<li><strong>MySQL 5.5 is not supported anymore</strong></li>
+</ul>
+
+<p>Koha is tested against the following configurations and as such these are the recommendations for 
+deployment: </p>
+
+<ul>
+<li>Debian 9 (Stretch) with MariaDB 10.1 (MariaDB 10.3 support is experimental)</li>
+<li>Ubuntu 18.04 (Bionic) with MariaDB 10.1</li>
+</ul>
+
+<p>Additional notes:</p>
+
+<ul>
+<li>Perl 5.24 or 5.26 are required</li>
+<li>Zebra or Elasticsearch is required</li>
+</ul>
+
+<h2 id="enhancements">Enhancements</h2>
+
+<h3 id="testsuite">Test Suite</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23994">[23994]</a> AdditionalFields.t is failing randomly (U18)</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=25473">[25473]</a> Can't add order from MARC file, save button does nothing</li>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25563">[25563]</a> Cannot submit "add order from MARC file" form after alert</li>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25677">[25677]</a> Checkbox options for EDI accounts cannot be enabled</li>
+</ul>
+
+<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25634">[25634]</a> koha-foreach exits too early if any command has non-zero status</li>
+</ul>
+
+<h3 id="circulation">Circulation</h3>
+
+<ul>
+<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25184">[25184]</a> Items with a negative notforloan status should not be captured for holds</p>
+
+<blockquote>
+  <p><strong>New system preference</strong>: <code>TrapHoldsOnOrder</code> defaults to enabled.</p>
+</blockquote></li>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25531">[25531]</a> Patron may not be debarred if backdated return</li>
+</ul>
+
+<h3 id="command-lineutilities">Command-line Utilities</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25538">[25538]</a> koha-shell should pass --login to sudo if no command</li>
+</ul>
+
+<h3 id="finesandfees">Fines and fees</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25526">[25526]</a> Using Write Off Selected will not allow for a different amount to be written off</li>
+</ul>
+
+<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25653">[25653]</a> Authorities search does not retain selection</li>
+</ul>
+
+<h3 id="opac">OPAC</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17842">[17842]</a> Broken diacritics on records exported as MARC from cart</li>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25492">[25492]</a> Your Account Menu button does nothing on mobile devices</li>
+</ul>
+
+<h3 id="sip2">SIP2</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23403">[23403]</a> SIP2 lends to wrong patron if cardnumber is missing</li>
+</ul>
+
+<h3 id="searching">Searching</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24458">[24458]</a> Search results don't use Koha::Filter::MARC::ViewPolicy</li>
+</ul>
+
+<h3 id="systemadministration">System Administration</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25617">[25617]</a> Error on about page when TimeFormat preference is set to 12hr</li>
+</ul>
+
+<h3 id="tools">Tools</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25557">[25557]</a> Column config table in acquisitions order does not match the acq table in baskets</li>
+</ul>
+
+<h2 id="otherbugsfixed">Other bugs fixed</h2>
+
+<h3 id="about">About</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25506">[25506]</a> Perl undef warning on the "About Koha" page</li>
+</ul>
+
+<h3 id="acquisitions">Acquisitions</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25507">[25507]</a> PDF order print for German 2-pages is broken</li>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25545">[25545]</a> Invoice page - Adjustments are not included in the Total + adjustments + shipment cost (Column tax. inc.)</li>
+</ul>
+
+<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25535">[25535]</a> Hold API mapping maps cancellationdate to cancelation_date, but it should be cancellation_date</li>
+</ul>
+
+<h3 id="circulation">Circulation</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24413">[24413]</a> MarkLostItemsAsReturned functionality does not lift restrictions caused by long overdues</li>
+</ul>
+
+<h3 id="i18nl10n">I18N/L10N</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25517">[25517]</a> Koha.mo not found on package installations / Translations not working</li>
+</ul>
+
+<h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25428">[25428]</a> Escaped HTML shows in authority detail view when subfield is a link</li>
+</ul>
+
+<h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25701">[25701]</a> Facets display in random order</li>
+</ul>
+
+<h3 id="opac">OPAC</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24854">[24854]</a> Remove IDreamBooks integration</li>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25597">[25597]</a> Javascript errors in self-checkout printslip.pl preventing printing</li>
+</ul>
+
+<h3 id="patrons">Patrons</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25452">[25452]</a> Alternate email contact not displayed</li>
+</ul>
+
+<h3 id="staffclient">Staff Client</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25521">[25521]</a> NewItemsDefaultLocation description should not mention cart_to_shelf.pl</li>
+</ul>
+
+<h3 id="testsuite">Test Suite</h3>
+
+<ul>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23825">[23825]</a> Object.t is failing - Exception not caught</li>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24062">[24062]</a> Circulation tests fail randomly if patron category type is 'X'</li>
+<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881">[24881]</a> Circulation.t still fails if tests are ran slowly</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/19.05/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 (98.7%)</li>
+<li>Armenian (100%)</li>
+<li>Armenian (Classical) (99.9%)</li>
+<li>Basque (59.3%)</li>
+<li>Chinese (China) (59.8%)</li>
+<li>Chinese (Taiwan) (99.5%)</li>
+<li>Czech (92.8%)</li>
+<li>Danish (52.1%)</li>
+<li>English (New Zealand) (82.8%)</li>
+<li>English (USA)</li>
+<li>Finnish (79.1%)</li>
+<li>French (98.5%)</li>
+<li>French (Canada) (99.2%)</li>
+<li>German (100%)</li>
+<li>German (Switzerland) (85.8%)</li>
+<li>Greek (73.6%)</li>
+<li>Hindi (100%)</li>
+<li>Italian (90.2%)</li>
+<li>Norwegian Bokmål (88.5%)</li>
+<li>Occitan (post 1500) (56%)</li>
+<li>Polish (82.8%)</li>
+<li>Portuguese (99.9%)</li>
+<li>Portuguese (Brazil) (94.2%)</li>
+<li>Slovak (86.7%)</li>
+<li>Spanish (99.9%)</li>
+<li>Swedish (88%)</li>
+<li>Turkish (99.7%)</li>
+<li>Ukrainian (73.8%)</li>
+<li>Vietnamese (50.8%)</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 19.05.12 is</p>
+
+<ul>
+<li><p>Release Manager: Jonathan Druart</p></li>
+<li><p>Release Manager assistants:</p>
+
+<ul>
+<li>Martin Renvoize</li>
+<li>Tomás Cohen Arazi</li>
+</ul></li>
+<li><p>QA Manager: Katrin Fischer</p></li>
+<li><p>QA Team:</p>
+
+<ul>
+<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>
+<li>Martin Renvoize</li>
+<li>Alex Arnaud</li>
+<li>Julian Maurice</li>
+<li>Matthias Meusburger</li>
+</ul></li>
+<li><p>Topic Experts:</p>
+
+<ul>
+<li>Elasticsearch -- Frédéric Demians</li>
+<li>REST API -- Tomás Cohen Arazi</li>
+<li>UI Design -- Owen Leonard</li>
+<li>Zebra -- Fridolin Somers</li>
+<li>Accounts -- Martin Renvoize</li>
+<li>CAS/Shibboleth -- Matthias Meusburger</li>
+</ul></li>
+<li><p>Bug Wranglers:</p>
+
+<ul>
+<li>Michal Denár</li>
+<li>Holly Cooper</li>
+<li>Henry Bolshaw</li>
+<li>Lisette Scheer</li>
+<li>Mengü Yazıcıoğlu</li>
+</ul></li>
+<li><p>Packaging Manager: Mason James</p></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>Martin Renvoize</li>
+<li>Donna Bachowski</li>
+<li>Lucy Vaux-Harvey</li>
+<li>Kelly McElligott</li>
+<li>Jessica Zairo</li>
+<li>Chris Cormack</li>
+<li>Henry Bolshaw</li>
+<li>Jon Drucker</li>
+</ul></li>
+<li><p>Translation Manager: Bernardo González Kriegel</p></li>
+<li><p>Release Maintainers:</p>
+
+<ul>
+<li>20.05 -- Lucas Gass</li>
+<li>19.11 -- Aleisha Amohia</li>
+<li>19.05 -- Victor Grousset</li>
+</ul></li>
+<li><p>Release Maintainer mentors:</p>
+
+<ul>
+<li>19.11 -- Hayley Mapley</li>
+<li>19.05 -- Martin Renvoize</li>
+</ul></li>
+</ul>
+
+<h2 id="credits">Credits</h2>
+
+<p>We thank the following individuals who contributed patches to Koha 19.05.12.</p>
+
+<ul>
+<li>Tomás Cohen Arazi (2)</li>
+<li>Nick Clemens (5)</li>
+<li>David Cook (3)</li>
+<li>Jonathan Druart (22)</li>
+<li>Katrin Fischer (2)</li>
+<li>Andrew Fuerste-Henry (1)</li>
+<li>Lucas Gass (2)</li>
+<li>Victor Grousset (3)</li>
+<li>Kyle Hall (3)</li>
+<li>Owen Leonard (3)</li>
+<li>Julian Maurice (1)</li>
+<li>Joy Nelson (1)</li>
+<li>Martin Renvoize (1)</li>
+<li>Marcel de Rooy (2)</li>
+<li>Slava Shishkin (1)</li>
+<li>Koha Translators (1)</li>
+</ul>
+
+<p>We thank the following libraries, companies, and other institutions who contributed
+patches to Koha 19.05.12</p>
+
+<ul>
+<li>Athens County Public Libraries (3)</li>
+<li>BibLibre (1)</li>
+<li>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) (2)</li>
+<li>ByWater-Solutions (12)</li>
+<li>Independant Individuals (1)</li>
+<li>Koha Community Developers (25)</li>
+<li>Prosentient Systems (3)</li>
+<li>PTFS-Europe (1)</li>
+<li>Rijks Museum (2)</li>
+<li>Theke Solutions (2)</li>
+</ul>
+
+<p>We also especially thank the following individuals who tested patches
+for Koha.</p>
+
+<ul>
+<li>Aleisha Amohia (27)</li>
+<li>Tomás Cohen Arazi (3)</li>
+<li>Alex Arnaud (3)</li>
+<li>Nick Clemens (9)</li>
+<li>Holly Cooper (1)</li>
+<li>Jonathan Druart (14)</li>
+<li>Bouzid Fergani (1)</li>
+<li>Katrin Fischer (16)</li>
+<li>Andrew Fuerste-Henry (1)</li>
+<li>Lucas Gass (17)</li>
+<li>Claire Gravely (1)</li>
+<li>Victor Grousset (60)</li>
+<li>Kyle Hall (2)</li>
+<li>Bernardo González Kriegel (1)</li>
+<li>Julian Maurice (5)</li>
+<li>Joy Nelson (11)</li>
+<li>David Nind (4)</li>
+<li>Martin Renvoize (30)</li>
+<li>Marcel de Rooy (4)</li>
+<li>Andreas Roussos (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 19.05.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 22 Jun 2020 23:44:46.</p>
diff --git a/misc/release_notes/release_notes_19_05_12.md b/misc/release_notes/release_notes_19_05_12.md
new file mode 100644 (file)
index 0000000..bd5e61e
--- /dev/null
@@ -0,0 +1,375 @@
+# RELEASE NOTES FOR KOHA 19.05.12
+22 Jun 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 19.05.12 can be downloaded from:
+
+- [Download](http://download.koha-community.org/koha-19.05.12.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 19.05.12 is a bugfix/maintenance release.
+
+It includes 1 enhancements, 30 bugfixes.
+
+### System requirements
+
+- **Debian 8 (Jessie) is not supported anymore**
+- **MySQL 5.5 is not supported anymore**
+
+Koha is tested against the following configurations and as such these are the recommendations for 
+deployment: 
+
+- Debian 9 (Stretch) with MariaDB 10.1 (MariaDB 10.3 support is experimental)
+- Ubuntu 18.04 (Bionic) with MariaDB 10.1
+
+Additional notes:
+    
+- Perl 5.24 or 5.26 are required
+- Zebra or Elasticsearch is required
+
+
+
+
+## Enhancements
+
+### Test Suite
+
+- [[23994]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23994) AdditionalFields.t is failing randomly (U18)
+
+
+## Critical bugs fixed
+
+### Acquisitions
+
+- [[25473]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25473) Can't add order from MARC file, save button does nothing
+- [[25563]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25563) Cannot submit "add order from MARC file" form after alert
+- [[25677]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25677) Checkbox options for EDI accounts cannot be enabled
+
+### Architecture, internals, and plumbing
+
+- [[25634]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25634) koha-foreach exits too early if any command has non-zero status
+
+### Circulation
+
+- [[25184]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25184) Items with a negative notforloan status should not be captured for holds
+
+  >**New system preference**: `TrapHoldsOnOrder` defaults to enabled.
+- [[25531]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25531) Patron may not be debarred if backdated return
+
+### Command-line Utilities
+
+- [[25538]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25538) koha-shell should pass --login to sudo if no command
+
+### Fines and fees
+
+- [[25526]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25526) Using Write Off Selected will not allow for a different amount to be written off
+
+### MARC Authority data support
+
+- [[25653]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25653) Authorities search does not retain selection
+
+### OPAC
+
+- [[17842]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17842) Broken diacritics on records exported as MARC from cart
+- [[25492]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25492) Your Account Menu button does nothing on mobile devices
+
+### SIP2
+
+- [[23403]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23403) SIP2 lends to wrong patron if cardnumber is missing
+
+### Searching
+
+- [[24458]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24458) Search results don't use Koha::Filter::MARC::ViewPolicy
+
+### System Administration
+
+- [[25617]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25617) Error on about page when TimeFormat preference is set to 12hr
+
+### Tools
+
+- [[25557]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25557) Column config table in acquisitions order does not match the acq table in baskets
+
+
+## Other bugs fixed
+
+### About
+
+- [[25506]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25506) Perl undef warning on the "About Koha" page
+
+### Acquisitions
+
+- [[25507]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25507) PDF order print for German 2-pages is broken
+- [[25545]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25545) Invoice page - Adjustments are not included in the Total + adjustments + shipment cost (Column tax. inc.)
+
+### Architecture, internals, and plumbing
+
+- [[25535]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25535) Hold API mapping maps cancellationdate to cancelation_date, but it should be cancellation_date
+
+### Circulation
+
+- [[24413]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24413) MarkLostItemsAsReturned functionality does not lift restrictions caused by long overdues
+
+### I18N/L10N
+
+- [[25517]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25517) Koha.mo not found on package installations / Translations not working
+
+### MARC Authority data support
+
+- [[25428]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25428) Escaped HTML shows in authority detail view when subfield is a link
+
+### MARC Bibliographic data support
+
+- [[25701]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25701) Facets display in random order
+
+### OPAC
+
+- [[24854]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24854) Remove IDreamBooks integration
+- [[25597]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25597) Javascript errors in self-checkout printslip.pl preventing printing
+
+### Patrons
+
+- [[25452]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25452) Alternate email contact not displayed
+
+### Staff Client
+
+- [[25521]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25521) NewItemsDefaultLocation description should not mention cart_to_shelf.pl
+
+### Test Suite
+
+- [[23825]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23825) Object.t is failing - Exception not caught
+- [[24062]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24062) Circulation tests fail randomly if patron category type is 'X'
+- [[24881]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881) Circulation.t still fails if tests are ran slowly
+
+
+## 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/19.05/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 (98.7%)
+- Armenian (100%)
+- Armenian (Classical) (99.9%)
+- Basque (59.3%)
+- Chinese (China) (59.8%)
+- Chinese (Taiwan) (99.5%)
+- Czech (92.8%)
+- Danish (52.1%)
+- English (New Zealand) (82.8%)
+- English (USA)
+- Finnish (79.1%)
+- French (98.5%)
+- French (Canada) (99.2%)
+- German (100%)
+- German (Switzerland) (85.8%)
+- Greek (73.6%)
+- Hindi (100%)
+- Italian (90.2%)
+- Norwegian Bokmål (88.5%)
+- Occitan (post 1500) (56%)
+- Polish (82.8%)
+- Portuguese (99.9%)
+- Portuguese (Brazil) (94.2%)
+- Slovak (86.7%)
+- Spanish (99.9%)
+- Swedish (88%)
+- Turkish (99.7%)
+- Ukrainian (73.8%)
+- Vietnamese (50.8%)
+
+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 19.05.12 is
+
+
+- Release Manager: Jonathan Druart
+
+- Release Manager assistants:
+  - Martin Renvoize
+  - Tomás Cohen Arazi
+
+- QA Manager: Katrin Fischer
+
+- QA Team:
+  - Marcel de Rooy
+  - Joonas Kylmälä
+  - Josef Moravec
+  - Tomás Cohen Arazi
+  - Nick Clemens
+  - Kyle Hall
+  - Martin Renvoize
+  - Alex Arnaud
+  - Julian Maurice
+  - Matthias Meusburger
+
+- Topic Experts:
+  - Elasticsearch -- Frédéric Demians
+  - REST API -- Tomás Cohen Arazi
+  - UI Design -- Owen Leonard
+  - Zebra -- Fridolin Somers
+  - Accounts -- Martin Renvoize
+  - CAS/Shibboleth -- Matthias Meusburger
+
+- Bug Wranglers:
+  - Michal Denár
+  - Holly Cooper
+  - Henry Bolshaw
+  - Lisette Scheer
+  - Mengü Yazıcıoğlu
+
+- Packaging Manager: Mason James
+
+
+- Documentation Managers:
+  - Caroline Cyr La Rose
+  - David Nind
+
+- Documentation Team:
+  - Martin Renvoize
+  - Donna Bachowski
+  - Lucy Vaux-Harvey
+  - Kelly McElligott
+  - Jessica Zairo
+  - Chris Cormack
+  - Henry Bolshaw
+  - Jon Drucker
+
+- Translation Manager: Bernardo González Kriegel
+
+
+- Release Maintainers:
+  - 20.05 -- Lucas Gass
+  - 19.11 -- Aleisha Amohia
+  - 19.05 -- Victor Grousset
+
+- Release Maintainer mentors:
+  - 19.11 -- Hayley Mapley
+  - 19.05 -- Martin Renvoize
+
+## Credits
+
+We thank the following individuals who contributed patches to Koha 19.05.12.
+
+- Tomás Cohen Arazi (2)
+- Nick Clemens (5)
+- David Cook (3)
+- Jonathan Druart (22)
+- Katrin Fischer (2)
+- Andrew Fuerste-Henry (1)
+- Lucas Gass (2)
+- Victor Grousset (3)
+- Kyle Hall (3)
+- Owen Leonard (3)
+- Julian Maurice (1)
+- Joy Nelson (1)
+- Martin Renvoize (1)
+- Marcel de Rooy (2)
+- Slava Shishkin (1)
+- Koha Translators (1)
+
+We thank the following libraries, companies, and other institutions who contributed
+patches to Koha 19.05.12
+
+- Athens County Public Libraries (3)
+- BibLibre (1)
+- Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) (2)
+- ByWater-Solutions (12)
+- Independant Individuals (1)
+- Koha Community Developers (25)
+- Prosentient Systems (3)
+- PTFS-Europe (1)
+- Rijks Museum (2)
+- Theke Solutions (2)
+
+We also especially thank the following individuals who tested patches
+for Koha.
+
+- Aleisha Amohia (27)
+- Tomás Cohen Arazi (3)
+- Alex Arnaud (3)
+- Nick Clemens (9)
+- Holly Cooper (1)
+- Jonathan Druart (14)
+- Bouzid Fergani (1)
+- Katrin Fischer (16)
+- Andrew Fuerste-Henry (1)
+- Lucas Gass (17)
+- Claire Gravely (1)
+- Victor Grousset (60)
+- Kyle Hall (2)
+- Bernardo González Kriegel (1)
+- Julian Maurice (5)
+- Joy Nelson (11)
+- David Nind (4)
+- Martin Renvoize (30)
+- Marcel de Rooy (4)
+- Andreas Roussos (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 19.05.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 22 Jun 2020 23:44:46.