Update release notes for 23.11.05 release
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
0aaee9fab5
commit
89f7bfae73
2 changed files with 727 additions and 0 deletions
392
misc/release_notes/release_notes_23_11_05.html
Normal file
392
misc/release_notes/release_notes_23_11_05.html
Normal file
|
@ -0,0 +1,392 @@
|
|||
<h1 id="releasenotesforkoha23.11.05">RELEASE NOTES FOR KOHA 23.11.05</h1>
|
||||
|
||||
<p>03 May 2024</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 23.11.05 can be downloaded from:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://download.koha-community.org/koha-23.11.05.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 23.11.05 is a bugfix/maintenance release with security fixes.</p>
|
||||
|
||||
<p>It includes 4 security bugfixes, 11 bugfixes and 1 enhancement.</p>
|
||||
|
||||
<p><strong>System requirements</strong></p>
|
||||
|
||||
<p>You can learn about the system components (like OS and database) needed for running Koha on the <a href="https://wiki.koha-community.org/wiki/System_requirements_and_recommendations">community wiki</a>.</p>
|
||||
|
||||
<h4 id="securitybugs">Security bugs</h4>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19613">19613</a> Scrub borrowers fields: borrowernotes opacnote</li>
|
||||
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36149">36149</a> userenv stored in plack worker's memory and survive from one request to another</li>
|
||||
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36382">36382</a> XSS in showLastPatron dropdown</li>
|
||||
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36532">36532</a> Any authenticated OPAC user can run opac-dismiss-message.pl for any user/any message</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="bugfixes">Bugfixes</h2>
|
||||
|
||||
<h3 id="acquisitions">Acquisitions</h3>
|
||||
|
||||
<h4 id="criticalbugsfixed">Critical bugs fixed</h4>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36035">36035</a> Form is broken in addorderiso2709.pl</li>
|
||||
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36053">36053</a> Replacement prices not populating when supplied from MarcItemFieldsToOrder</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="otherbugsfixed">Other bugs fixed</h4>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36036">36036</a> Fix location field when ordering from staged files</li>
|
||||
</ul>
|
||||
|
||||
<h3 id="cataloging">Cataloging</h3>
|
||||
|
||||
<h4 id="criticalbugsfixed">Critical bugs fixed</h4>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36511">36511</a> Some scripts missing a dependency following Bug 24879</li>
|
||||
</ul>
|
||||
|
||||
<h3 id="circulation">Circulation</h3>
|
||||
|
||||
<h4 id="criticalbugsfixed">Critical bugs fixed</h4>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35944">35944</a> Bookings is not taken into account in CanBookBeRenewed</li>
|
||||
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36331">36331</a> Items that cannot be held are prevented renewal when there are holds on the record</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="otherbugsfixed">Other bugs fixed</h4>
|
||||
|
||||
<p><ul>
|
||||
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36139">36139</a> Bug 35518 follow-up: fix AutoSwitchPatron</p>
|
||||
|
||||
<blockquote>
|
||||
<p>This fixes an issue when the AutoSwitchPatron system preference is enabled (the issue was caused by bug 35518 - added to Koha 24.05.00, 23.11.03, and 23.05.09).</p>
|
||||
|
||||
<p>If you went to check out an item to a patron, and then entered another patron's card number in the item bar code, it was correctly:
|
||||
- switching to that patron
|
||||
- showing a message to say that the patron was switched.</p>
|
||||
|
||||
<p>However, it was also incorrectly showing a "Barcode not found" message - this is now fixed, and is no longer displayed.</li>
|
||||
</ul></p>
|
||||
|
||||
<h3 id="opac">OPAC</h3>
|
||||
</blockquote>
|
||||
|
||||
<h4 id="criticalbugsfixed">Critical bugs fixed</h4>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34886">34886</a> Regression in when hold button appears</li>
|
||||
</ul>
|
||||
|
||||
<h3 id="patrons">Patrons</h3>
|
||||
|
||||
<h4 id="criticalbugsfixed">Critical bugs fixed</h4>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35980">35980</a> Add message to patron needs permission check</li>
|
||||
</ul>
|
||||
|
||||
<h3 id="staffinterface">Staff interface</h3>
|
||||
|
||||
<h4 id="criticalbugsfixed">Critical bugs fixed</h4>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36447">36447</a> Circ rules slow to load when many itemtypes and categories</li>
|
||||
</ul>
|
||||
|
||||
<h3 id="tools">Tools</h3>
|
||||
|
||||
<h4 id="criticalbugsfixed">Critical bugs fixed</h4>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36159">36159</a> Patron imports record a change for non-text columns that are not in the import file</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="enhancements">Enhancements</h2>
|
||||
|
||||
<h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
|
||||
|
||||
<h4 id="enhancements">Enhancements</h4>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36328">36328</a> C4::Scrubber should allow more HTML tags</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><p><a href="http://koha-community.org/documentation/">Koha Documentation</a>
|
||||
As of the date of these release notes, the Koha manual is available in the following languages:</p></li>
|
||||
<li><p><a href="https://koha-community.org/manual/23.11//html/">Chinese (Traditional)</a> (68%)</p></li>
|
||||
<li><a href="https://koha-community.org/manual/23.11//html/">English</a> (100%)</li>
|
||||
<li><a href="https://koha-community.org/manual/23.11/en/html/">English (USA)</a></li>
|
||||
<li><a href="https://koha-community.org/manual/23.11/fr/html/">French</a> (41%)</li>
|
||||
<li><a href="https://koha-community.org/manual/23.11/de/html/">German</a> (40%)</li>
|
||||
<li><a href="https://koha-community.org/manual/23.11/hi/html/">Hindi</a> (81%)</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>
|
||||
|
||||
<div style="column-count: 2;">
|
||||
|
||||
- Arabic (ar_ARAB) (89%)
|
||||
- Armenian (hy_ARMN) (100%)
|
||||
- Bulgarian (bg_CYRL) (100%)
|
||||
- Chinese (Traditional) (91%)
|
||||
- Czech (69%)
|
||||
- Dutch (77%)
|
||||
- English (100%)
|
||||
- English (New Zealand) (64%)
|
||||
- English (USA)
|
||||
- Finnish (99%)
|
||||
- French (99%)
|
||||
- French (Canada) (96%)
|
||||
- German (99%)
|
||||
- German (Switzerland) (52%)
|
||||
- Greek (52%)
|
||||
- Hindi (100%)
|
||||
- Italian (84%)
|
||||
- Norwegian Bokmål (76%)
|
||||
- Persian (fa_ARAB) (92%)
|
||||
- Polish (98%)
|
||||
- Portuguese (Brazil) (92%)
|
||||
- Portuguese (Portugal) (88%)
|
||||
- Russian (91%)
|
||||
- Slovak (62%)
|
||||
- Spanish (100%)
|
||||
- Swedish (87%)
|
||||
- Telugu (71%)
|
||||
- Turkish (80%)
|
||||
- Ukrainian (74%)
|
||||
- hyw_ARMN (generated) (hyw_ARMN) (65%)
|
||||
</div>
|
||||
|
||||
<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 23.11.05 is</p>
|
||||
|
||||
<ul>
|
||||
<li><p>Release Manager: Katrin Fischer</p></li>
|
||||
<li><p>Release Manager assistants:</p>
|
||||
|
||||
<ul>
|
||||
<li>Tomás Cohen Arazi</li>
|
||||
<li>Martin Renvoize</li>
|
||||
<li>Jonathan Druart</li>
|
||||
</ul></li>
|
||||
<li><p>QA Manager: Marcel de Rooy</p></li>
|
||||
<li><p>QA Team:</p>
|
||||
|
||||
<ul>
|
||||
<li>Marcel de Rooy</li>
|
||||
<li>Julian Maurice</li>
|
||||
<li>Lucas Gass</li>
|
||||
<li>Victor Grousset</li>
|
||||
<li>Kyle M Hall</li>
|
||||
<li>Nick Clemens</li>
|
||||
<li>Martin Renvoize</li>
|
||||
<li>Tomás Cohen Arazi</li>
|
||||
<li>Aleisha Amohia</li>
|
||||
<li>Emily Lamancusa</li>
|
||||
<li>David Cook</li>
|
||||
<li>Jonathan Druart</li>
|
||||
<li>Pedor Amorim</li>
|
||||
</ul></li>
|
||||
<li><p>Topic Experts:</p>
|
||||
|
||||
<ul>
|
||||
<li>UI Design -- Owen Leonard</li>
|
||||
<li>Zebra -- Fridolin Somers</li>
|
||||
<li>REST API -- Tomás Cohen Arazi</li>
|
||||
<li>ERM -- Matt Blenkinsop</li>
|
||||
<li>ILL -- Pedro Amorim</li>
|
||||
<li>SIP2 -- Matthias Meusburger</li>
|
||||
<li>CAS -- Matthias Meusburger</li>
|
||||
</ul></li>
|
||||
<li><p>Bug Wranglers:</p>
|
||||
|
||||
<ul>
|
||||
<li>Aleisha Amohia</li>
|
||||
<li>Indranil Das Gupta</li>
|
||||
</ul></li>
|
||||
<li><p>Packaging Managers:</p>
|
||||
|
||||
<ul>
|
||||
<li>Mason James</li>
|
||||
<li>Indranil Das Gupta</li>
|
||||
<li>Tomás Cohen Arazi</li>
|
||||
</ul></li>
|
||||
<li><p>Documentation Manager: Aude Charillon</p></li>
|
||||
<li><p>Documentation Team:</p>
|
||||
|
||||
<ul>
|
||||
<li>Caroline Cyr La Rose</li>
|
||||
<li>Kelly McElligott</li>
|
||||
<li>Philip Orr</li>
|
||||
<li>Marie-Luce Laflamme</li>
|
||||
<li>Lucy Vaux-Harvey</li>
|
||||
</ul></li>
|
||||
<li><p>Translation Manager: Jonathan Druart</p></li>
|
||||
<li><p>Wiki curators: </p>
|
||||
|
||||
<ul>
|
||||
<li>Thomas Dukleth</li>
|
||||
<li>Katrin Fischer</li>
|
||||
</ul></li>
|
||||
<li><p>Release Maintainers:</p>
|
||||
|
||||
<ul>
|
||||
<li>23.11 -- Fridolin Somers</li>
|
||||
<li>23.05 -- Lucas Gass</li>
|
||||
<li>22.11 -- Frédéric Demians</li>
|
||||
<li>22.05 -- Danyon Sewell</li>
|
||||
</ul></li>
|
||||
<li><p>Release Maintainer assistants:</p>
|
||||
|
||||
<ul>
|
||||
<li>22.05 -- Wainui Witika-Park</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="credits">Credits</h2>
|
||||
|
||||
<p>We thank the following individuals who contributed patches to Koha 23.11.05</p>
|
||||
|
||||
<div style="column-count: 2;">
|
||||
|
||||
- Pedro Amorim (2)
|
||||
- Matt Blenkinsop (1)
|
||||
- Nick Clemens (9)
|
||||
- Jonathan Druart (7)
|
||||
- Michael Hafen (1)
|
||||
- Kyle M Hall (7)
|
||||
- Brendan Lawlor (3)
|
||||
- Owen Leonard (2)
|
||||
- Julian Maurice (1)
|
||||
- Martin Renvoize (4)
|
||||
- Marcel de Rooy (1)
|
||||
- Fridolin Somers (1)
|
||||
</div>
|
||||
|
||||
<p>We thank the following libraries, companies, and other institutions who contributed
|
||||
patches to Koha 23.11.05</p>
|
||||
|
||||
<div style="column-count: 2;">
|
||||
|
||||
- Athens County Public Libraries (2)
|
||||
- BibLibre (2)
|
||||
- ByWater-Solutions (16)
|
||||
- clamsnet.org (3)
|
||||
- Independant Individuals (1)
|
||||
- Koha Community Developers (7)
|
||||
- PTFS-Europe (7)
|
||||
- Rijksmuseum (1)
|
||||
</div>
|
||||
|
||||
<p>We also especially thank the following individuals who tested patches
|
||||
for Koha</p>
|
||||
|
||||
<div style="column-count: 2;">
|
||||
|
||||
- Tomás Cohen Arazi (1)
|
||||
- Matt Blenkinsop (1)
|
||||
- Nick Clemens (6)
|
||||
- David Cook (6)
|
||||
- danyonsewell (1)
|
||||
- Jonathan Druart (1)
|
||||
- Esther (2)
|
||||
- Katrin Fischer (26)
|
||||
- Lucas Gass (1)
|
||||
- Kyle M Hall (3)
|
||||
- Andrew Fuerste Henry (1)
|
||||
- Barbara Johnson (1)
|
||||
- Brendan Lawlor (2)
|
||||
- Owen Leonard (3)
|
||||
- Julian Maurice (3)
|
||||
- David Nind (5)
|
||||
- Marcel de Rooy (11)
|
||||
- Fridolin Somers (36)
|
||||
</div>
|
||||
|
||||
<p>We regret any omissions. If a contributor has been inadvertently missed,
|
||||
please send a patch against these release notes to koha-devel@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 main branch of:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://git.koha-community.org/koha-community/koha">Koha Git Repository</a></li>
|
||||
</ul>
|
||||
|
||||
<p>The branch for this version of Koha and future bugfixes in this release
|
||||
line is 23.11.x-security.</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 03 May 2024 13:10:30.</p>
|
335
misc/release_notes/release_notes_23_11_05.md
Normal file
335
misc/release_notes/release_notes_23_11_05.md
Normal file
|
@ -0,0 +1,335 @@
|
|||
# RELEASE NOTES FOR KOHA 23.11.05
|
||||
03 May 2024
|
||||
|
||||
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 23.11.05 can be downloaded from:
|
||||
|
||||
- [Download](http://download.koha-community.org/koha-23.11.05.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 23.11.05 is a bugfix/maintenance release with security fixes.
|
||||
|
||||
It includes 4 security bugfixes, 11 bugfixes and 1 enhancement.
|
||||
|
||||
**System requirements**
|
||||
|
||||
You can learn about the system components (like OS and database) needed for running Koha on the [community wiki](https://wiki.koha-community.org/wiki/System_requirements_and_recommendations).
|
||||
|
||||
|
||||
#### Security bugs
|
||||
|
||||
- [19613](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19613) Scrub borrowers fields: borrowernotes opacnote
|
||||
- [36149](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36149) userenv stored in plack worker's memory and survive from one request to another
|
||||
- [36382](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36382) XSS in showLastPatron dropdown
|
||||
- [36532](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36532) Any authenticated OPAC user can run opac-dismiss-message.pl for any user/any message
|
||||
|
||||
## Bugfixes
|
||||
|
||||
### Acquisitions
|
||||
|
||||
#### Critical bugs fixed
|
||||
|
||||
- [36035](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36035) Form is broken in addorderiso2709.pl
|
||||
- [36053](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36053) Replacement prices not populating when supplied from MarcItemFieldsToOrder
|
||||
|
||||
#### Other bugs fixed
|
||||
|
||||
- [36036](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36036) Fix location field when ordering from staged files
|
||||
|
||||
### Cataloging
|
||||
|
||||
#### Critical bugs fixed
|
||||
|
||||
- [36511](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36511) Some scripts missing a dependency following Bug 24879
|
||||
|
||||
### Circulation
|
||||
|
||||
#### Critical bugs fixed
|
||||
|
||||
- [35944](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35944) Bookings is not taken into account in CanBookBeRenewed
|
||||
- [36331](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36331) Items that cannot be held are prevented renewal when there are holds on the record
|
||||
|
||||
#### Other bugs fixed
|
||||
|
||||
- [36139](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36139) Bug 35518 follow-up: fix AutoSwitchPatron
|
||||
>This fixes an issue when the AutoSwitchPatron system preference is enabled (the issue was caused by bug 35518 - added to Koha 24.05.00, 23.11.03, and 23.05.09).
|
||||
>
|
||||
>If you went to check out an item to a patron, and then entered another patron's card number in the item bar code, it was correctly:
|
||||
>- switching to that patron
|
||||
>- showing a message to say that the patron was switched.
|
||||
>
|
||||
>However, it was also incorrectly showing a "Barcode not found" message - this is now fixed, and is no longer displayed.
|
||||
|
||||
### OPAC
|
||||
|
||||
#### Critical bugs fixed
|
||||
|
||||
- [34886](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34886) Regression in when hold button appears
|
||||
|
||||
### Patrons
|
||||
|
||||
#### Critical bugs fixed
|
||||
|
||||
- [35980](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35980) Add message to patron needs permission check
|
||||
|
||||
### Staff interface
|
||||
|
||||
#### Critical bugs fixed
|
||||
|
||||
- [36447](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36447) Circ rules slow to load when many itemtypes and categories
|
||||
|
||||
### Tools
|
||||
|
||||
#### Critical bugs fixed
|
||||
|
||||
- [36159](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36159) Patron imports record a change for non-text columns that are not in the import file
|
||||
|
||||
## Enhancements
|
||||
|
||||
### Architecture, internals, and plumbing
|
||||
|
||||
#### Enhancements
|
||||
|
||||
- [36328](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36328) C4::Scrubber should allow more HTML tags
|
||||
|
||||
## 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, the Koha manual is available in the following languages:
|
||||
|
||||
- [Chinese (Traditional)](https://koha-community.org/manual/23.11//html/) (68%)
|
||||
- [English](https://koha-community.org/manual/23.11//html/) (100%)
|
||||
- [English (USA)](https://koha-community.org/manual/23.11/en/html/)
|
||||
- [French](https://koha-community.org/manual/23.11/fr/html/) (41%)
|
||||
- [German](https://koha-community.org/manual/23.11/de/html/) (40%)
|
||||
- [Hindi](https://koha-community.org/manual/23.11/hi/html/) (81%)
|
||||
|
||||
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:
|
||||
<div style="column-count: 2;">
|
||||
|
||||
- Arabic (ar_ARAB) (89%)
|
||||
- Armenian (hy_ARMN) (100%)
|
||||
- Bulgarian (bg_CYRL) (100%)
|
||||
- Chinese (Traditional) (91%)
|
||||
- Czech (69%)
|
||||
- Dutch (77%)
|
||||
- English (100%)
|
||||
- English (New Zealand) (64%)
|
||||
- English (USA)
|
||||
- Finnish (99%)
|
||||
- French (99%)
|
||||
- French (Canada) (96%)
|
||||
- German (99%)
|
||||
- German (Switzerland) (52%)
|
||||
- Greek (52%)
|
||||
- Hindi (100%)
|
||||
- Italian (84%)
|
||||
- Norwegian Bokmål (76%)
|
||||
- Persian (fa_ARAB) (92%)
|
||||
- Polish (98%)
|
||||
- Portuguese (Brazil) (92%)
|
||||
- Portuguese (Portugal) (88%)
|
||||
- Russian (91%)
|
||||
- Slovak (62%)
|
||||
- Spanish (100%)
|
||||
- Swedish (87%)
|
||||
- Telugu (71%)
|
||||
- Turkish (80%)
|
||||
- Ukrainian (74%)
|
||||
- hyw_ARMN (generated) (hyw_ARMN) (65%)
|
||||
</div>
|
||||
|
||||
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 23.11.05 is
|
||||
|
||||
|
||||
- Release Manager: Katrin Fischer
|
||||
|
||||
- Release Manager assistants:
|
||||
- Tomás Cohen Arazi
|
||||
- Martin Renvoize
|
||||
- Jonathan Druart
|
||||
|
||||
- QA Manager: Marcel de Rooy
|
||||
|
||||
- QA Team:
|
||||
- Marcel de Rooy
|
||||
- Julian Maurice
|
||||
- Lucas Gass
|
||||
- Victor Grousset
|
||||
- Kyle M Hall
|
||||
- Nick Clemens
|
||||
- Martin Renvoize
|
||||
- Tomás Cohen Arazi
|
||||
- Aleisha Amohia
|
||||
- Emily Lamancusa
|
||||
- David Cook
|
||||
- Jonathan Druart
|
||||
- Pedor Amorim
|
||||
|
||||
- Topic Experts:
|
||||
- UI Design -- Owen Leonard
|
||||
- Zebra -- Fridolin Somers
|
||||
- REST API -- Tomás Cohen Arazi
|
||||
- ERM -- Matt Blenkinsop
|
||||
- ILL -- Pedro Amorim
|
||||
- SIP2 -- Matthias Meusburger
|
||||
- CAS -- Matthias Meusburger
|
||||
|
||||
- Bug Wranglers:
|
||||
- Aleisha Amohia
|
||||
- Indranil Das Gupta
|
||||
|
||||
- Packaging Managers:
|
||||
- Mason James
|
||||
- Indranil Das Gupta
|
||||
- Tomás Cohen Arazi
|
||||
|
||||
- Documentation Manager: Aude Charillon
|
||||
|
||||
- Documentation Team:
|
||||
- Caroline Cyr La Rose
|
||||
- Kelly McElligott
|
||||
- Philip Orr
|
||||
- Marie-Luce Laflamme
|
||||
- Lucy Vaux-Harvey
|
||||
|
||||
- Translation Manager: Jonathan Druart
|
||||
|
||||
|
||||
- Wiki curators:
|
||||
- Thomas Dukleth
|
||||
- Katrin Fischer
|
||||
|
||||
- Release Maintainers:
|
||||
- 23.11 -- Fridolin Somers
|
||||
- 23.05 -- Lucas Gass
|
||||
- 22.11 -- Frédéric Demians
|
||||
- 22.05 -- Danyon Sewell
|
||||
|
||||
- Release Maintainer assistants:
|
||||
- 22.05 -- Wainui Witika-Park
|
||||
|
||||
## Credits
|
||||
|
||||
|
||||
|
||||
We thank the following individuals who contributed patches to Koha 23.11.05
|
||||
<div style="column-count: 2;">
|
||||
|
||||
- Pedro Amorim (2)
|
||||
- Matt Blenkinsop (1)
|
||||
- Nick Clemens (9)
|
||||
- Jonathan Druart (7)
|
||||
- Michael Hafen (1)
|
||||
- Kyle M Hall (7)
|
||||
- Brendan Lawlor (3)
|
||||
- Owen Leonard (2)
|
||||
- Julian Maurice (1)
|
||||
- Martin Renvoize (4)
|
||||
- Marcel de Rooy (1)
|
||||
- Fridolin Somers (1)
|
||||
</div>
|
||||
|
||||
We thank the following libraries, companies, and other institutions who contributed
|
||||
patches to Koha 23.11.05
|
||||
<div style="column-count: 2;">
|
||||
|
||||
- Athens County Public Libraries (2)
|
||||
- BibLibre (2)
|
||||
- ByWater-Solutions (16)
|
||||
- clamsnet.org (3)
|
||||
- Independant Individuals (1)
|
||||
- Koha Community Developers (7)
|
||||
- PTFS-Europe (7)
|
||||
- Rijksmuseum (1)
|
||||
</div>
|
||||
|
||||
We also especially thank the following individuals who tested patches
|
||||
for Koha
|
||||
<div style="column-count: 2;">
|
||||
|
||||
- Tomás Cohen Arazi (1)
|
||||
- Matt Blenkinsop (1)
|
||||
- Nick Clemens (6)
|
||||
- David Cook (6)
|
||||
- danyonsewell (1)
|
||||
- Jonathan Druart (1)
|
||||
- Esther (2)
|
||||
- Katrin Fischer (26)
|
||||
- Lucas Gass (1)
|
||||
- Kyle M Hall (3)
|
||||
- Andrew Fuerste Henry (1)
|
||||
- Barbara Johnson (1)
|
||||
- Brendan Lawlor (2)
|
||||
- Owen Leonard (3)
|
||||
- Julian Maurice (3)
|
||||
- David Nind (5)
|
||||
- Marcel de Rooy (11)
|
||||
- Fridolin Somers (36)
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
We regret any omissions. If a contributor has been inadvertently missed,
|
||||
please send a patch against these release notes to koha-devel@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 main branch of:
|
||||
|
||||
- [Koha Git Repository](https://git.koha-community.org/koha-community/koha)
|
||||
|
||||
The branch for this version of Koha and future bugfixes in this release
|
||||
line is 23.11.x-security.
|
||||
|
||||
## 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 03 May 2024 13:10:30.
|
Loading…
Reference in a new issue