Browse Source

22.05.16.000 81da27f303

master
PTFS Admin 7 months ago
parent
commit
051b2082e5
  1. 224
      release_notes_22_05_16.md

224
release_notes_22_05_16.md

@ -1,5 +1,5 @@
# RELEASE NOTES FOR KOHA 22.05.15 # RELEASE NOTES FOR KOHA 22.05.16
03 Aug 2023 28 Sep 2023
Koha is the first free and open source software library automation Koha is the first free and open source software library automation
package (ILS). Development is sponsored by libraries of varying types package (ILS). Development is sponsored by libraries of varying types
@ -8,38 +8,102 @@ website for the Koha project is:
- [Koha Community](http://koha-community.org) - [Koha Community](http://koha-community.org)
Koha 22.05.15 can be downloaded from: Koha 22.05.16 can be downloaded from:
- [Download](http://download.koha-community.org/koha-22.05.15.tar.gz) - [Download](http://download.koha-community.org/koha-22.05.16.tar.gz)
Installation instructions can be found at: Installation instructions can be found at:
- [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation) - [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
- OR in the INSTALL files that come in the tarball - OR in the INSTALL files that come in the tarball
Koha 22.05.15 is a bugfix/maintenance release. Koha 22.05.16 is a bugfix/maintenance release.
It includes 5 bugfixes. It includes 3 enhancements, 12 bugfixes, and 3 security fixes.
**System requirements** **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). 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 #### Security bugs
- [22990](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22990) Add CSRF protection to boraccount, pay, suggestions and virtualshelves on staff - [34349](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34349) Validate inputs for task scheduler
- [30524](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30524) Add base framework for dealing with CSRF in Koha - [34369](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34369) Add CSRF protection to system preferences
- [34023](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34023) HTML injection in "back to results" link from search page - [34513](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34513) Authenticated users can bypass permissions and view some privileged pages
- [34368](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34368) Add CSRF protection to Content Management pages
## Bugfixes ## Bugfixes
### Command-line Utilities ### Acquisitions
#### Other bugs fixed
- [33939](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33939) JavaScript needs to distinguish between order budgets and default budgets when adding to staged file form a basket
### Architecture, internals, and plumbing
#### Other bugs fixed
- [34243](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34243) Too many cities are created (at least in comments)
- [34303](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34303) t/00-testcritic.t should only test files part of git repo
- [34316](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34316) account->add_credit does not rethrow exception
### Cataloging
#### Other bugs fixed
- [34097](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34097) Using the three ellipses to set the date accessioned for an item repositions the screen to the top
- [34182](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34182) AddBiblio shouldn't set biblio.serial based on biblio.seriestitle
### Circulation
#### Critical bugs fixed
- [34279](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34279) overduefinescap of 0 is ignored, but overduefinescap of 0.00 is enforced
- [34601](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34601) Cannot manage suggestions without CSRF error
#### Other bugs fixed #### Other bugs fixed
- [33717](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33717) Typo in search_for_data_inconsistencies.pl - [33992](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33992) Only consider the date when labelling a waiting recall as problematic
**Sponsored by** *Auckland University of Technology*
### Patrons
#### Other bugs fixed
- [33132](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33132) Searching by DOB still broken in 22.05.x
### Templates
#### Other bugs fixed
- [34184](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34184) "Document type" in suggestions form should have an empty entry
### Test Suite
#### Other bugs fixed
- [33727](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33727) Merge Calendar tests
## Enhancements
### Command-line Utilities
#### Enhancements
- [34213](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34213) False POD for matchpoint option in import_patrons.pl
### OPAC
#### Enhancements
- [33808](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33808) Accessibility: Non-descriptive links
### Packaging
#### Enhancements
- [28493](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28493) Make koha-passwd display the username
## Documentation ## Documentation
@ -50,7 +114,7 @@ documentation is
As of the date of these release notes, the Koha manual is available in the following languages: As of the date of these release notes, the Koha manual is available in the following languages:
- [Arabic](https://koha-community.org/manual/22.05/ar/html/) (28.2%) - [Arabic](https://koha-community.org/manual/22.05/ar/html/) (28.2%)
- [Chinese (Taiwan)](https://koha-community.org/manual/22.05/zh_TW/html/) (95.5%) - [Chinese (Taiwan)](https://koha-community.org/manual/22.05/zh_TW/html/) (98.6%)
- [English (USA)](https://koha-community.org/manual/22.05/en/html/) - [English (USA)](https://koha-community.org/manual/22.05/en/html/)
- [French](https://koha-community.org/manual/22.05/fr/html/) (66.7%) - [French](https://koha-community.org/manual/22.05/fr/html/) (66.7%)
- [German](https://koha-community.org/manual/22.05/de/html/) (69.5%) - [German](https://koha-community.org/manual/22.05/de/html/) (69.5%)
@ -73,11 +137,11 @@ interface are available in this release for the following languages:
- Armenian (100%) - Armenian (100%)
- Armenian (Classical) (69.7%) - Armenian (Classical) (69.7%)
- Bulgarian (85.5%) - Bulgarian (85.5%)
- Chinese (Taiwan) (96.1%) - Chinese (Taiwan) (96%)
- Czech (62.2%) - Czech (62.2%)
- English (New Zealand) (68.4%) - English (New Zealand) (68.4%)
- English (USA) - English (USA)
- Finnish (94.8%) - Finnish (94.9%)
- French (100%) - French (100%)
- French (Canada) (99.5%) - French (Canada) (99.5%)
- German (100%) - German (100%)
@ -88,15 +152,15 @@ interface are available in this release for the following languages:
- Nederlands-Nederland (Dutch-The Netherlands) (85.2%) - Nederlands-Nederland (Dutch-The Netherlands) (85.2%)
- Norwegian Bokmål (55.8%) - Norwegian Bokmål (55.8%)
- Persian (58.7%) - Persian (58.7%)
- Polish (99.8%) - Polish (100%)
- Portuguese (87.1%) - Portuguese (87.3%)
- Portuguese (Brazil) (78.3%) - Portuguese (Brazil) (81.1%)
- Russian (78.2%) - Russian (78.2%)
- Slovak (64%) - Slovak (64%)
- Spanish (99.8%) - Spanish (100%)
- Swedish (81.8%) - Swedish (83.5%)
- Telugu (84.3%) - Telugu (84.3%)
- Turkish (95.8%) - Turkish (98.1%)
- Ukrainian (74%) - Ukrainian (74%)
</div> </div>
@ -117,97 +181,127 @@ The most up-to-date translations can be found at:
## Release Team ## Release Team
The release team for Koha 22.05.15 is The release team for Koha 22.05.16 is
- Release Manager: Fridolin Somers - Release Manager: Tomás Cohen Arazi
- Release Manager assistants: - Release Manager assistants:
- Jonathan Druart - Jonathan Druart
- Martin Renvoize - Martin Renvoize
- Tomás Cohen Arazi
- QA Manager: Katrin Fischer - QA Manager: Katrin Fischer
- QA Team: - QA Team:
- Andrew Nugged - Aleisha Amohia
- Nick Clemens
- David Cook
- Jonathan Druart - Jonathan Druart
- Joonas Kylmälä - Lucas Gass
- Victor Grousset
- Kyle M Hall - Kyle M Hall
- Marcel de Rooy - Andrii Nugged
- Martin Renvoize - Martin Renvoize
- Nick Clemens - Marcel de Rooy
- Petro Vashchuk - Petro Vashchuk
- Tomás Cohen Arazi
- Victor Grousset
- Topic Experts: - Topic Experts:
- UI Design -- Owen Leonard - UI Design -- Owen Leonard
- REST API -- Tomás Cohen Arazi
- Zebra -- Fridolin Somers - Zebra -- Fridolin Somers
- Accounts -- Martin Renvoize - REST API -- Martin Renvoize
- ERM -- Pedro Amorim
- ILL -- Pedro Amorim
- Bug Wranglers: - Bug Wranglers:
- Indranil Das Gupta - Aleisha Amohia
- Erica Rohlfs
- Packaging Manager: Mason James - Packaging Manager: Mason James
- Documentation Manager: David Nind - Documentation Manager: Aude Charillon
- Documentation Team: - Documentation Team:
- Aude Charillon
- Caroline Cyr La Rose - Caroline Cyr La Rose
- Kelly McElligott
- Lucy Vaux-Harvey - Lucy Vaux-Harvey
- Martin Renvoize
- Rocio Lopez
- Translation Manager: Bernardo González Kriegel - Translation Manager: Bernardo González Kriegel
- Wiki curators: - Wiki curators:
- Thomas Dukleth - Thomas Dukleth
- Katrin Fischer
- Release Maintainers: - Release Maintainers:
- 21.11 -- Kyle M Hall - 23.05 -- Fridolin Somers
- 21.05 -- Andrew Fuerste-Henry - 22.11 -- PTFS Europe (Matt Blenkinsop, Pedro Amorim)
- 20.11 -- Victor Grousset - 22.05 -- Lucas Gass
- 19.11 -- Wainui Witika-Park - 21.11 -- Danyon Sewell
- Release Maintainer assistants:
- 21.11 -- Wainui Witika-Park
## Credits ## Credits
We thank the following individuals who contributed patches to Koha 22.05.15 We thank the following libraries, companies, and other institutions who are known to have sponsored
new features in Koha 22.05.16
<div style="column-count: 2;">
- Auckland University of Technology
</div>
We thank the following individuals who contributed patches to Koha 22.05.16
<div style="column-count: 2;">
- Tomás Cohen Arazi (1) - Aleisha Amohia (1)
- Matt Blenkinsop (1)
- Nick Clemens (2)
- David Cook (5)
- Jonathan Druart (4)
- Lucas Gass (2) - Lucas Gass (2)
- Amit Gupta (1) - Kyle M Hall (2)
- Michał Górny (1) - Mason James (1)
- Martin Renvoize (1) - Phil Ringnalda (2)
- Caroline Cyr La Rose (1) - Marcel de Rooy (6)
- Koha translators (1) - Koha translators (1)
</div>
We thank the following libraries, companies, and other institutions who contributed We thank the following libraries, companies, and other institutions who contributed
patches to Koha 22.05.15 patches to Koha 22.05.16
<div style="column-count: 2;">
- ByWater-Solutions (2) - ByWater-Solutions (6)
- gentoo.org (1) - Catalyst Open Source Academy (1)
- Informatics Publishing Ltd (1) - Chetco Community Public Library (2)
- Koha Community Developers (4)
- KohaAloha (1)
- Prosentient Systems (5)
- PTFS-Europe (1) - PTFS-Europe (1)
- Solutions inLibro inc (1) - Rijksmuseum (6)
- Theke Solutions (1) </div>
We also especially thank the following individuals who tested patches We also especially thank the following individuals who tested patches
for Koha for Koha
<div style="column-count: 2;">
- Pedro Amorim (1) - Pedro Amorim (6)
- Tomás Cohen Arazi (5) - Tomás Cohen Arazi (16)
- David Cook (4) - Matt Blenkinsop (9)
- Jonathan Druart (1) - Nick Clemens (3)
- Katrin Fischer (1) - Jonathan Druart (4)
- Lucas Gass (1) - Katrin Fischer (9)
- Kyle M Hall (2) - Andrew Fuerste-Henry (1)
- Lucas Gass (24)
- Kyle M Hall (1)
- Sam Lau (1)
- Owen Leonard (2)
- David Nind (2)
- Martin Renvoize (13)
- Marcel de Rooy (8) - Marcel de Rooy (8)
- Fridolin Somers (6)
</div>
We regret any omissions. If a contributor has been inadvertently missed, 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. please send a patch against these release notes to koha-devel@lists.koha-community.org.
@ -220,7 +314,7 @@ version of Koha can be retrieved by checking out the master branch of:
- [Koha Git Repository](https://git.koha-community.org/koha-community/koha) - [Koha Git Repository](https://git.koha-community.org/koha-community/koha)
The branch for this version of Koha and future bugfixes in this release The branch for this version of Koha and future bugfixes in this release
line is 22.05.x. line is 22.05.x-security.
## Bugs and feature requests ## Bugs and feature requests
@ -232,4 +326,4 @@ tracker at:
He rau ringa e oti ai. He rau ringa e oti ai.
(Many hands finish the work) (Many hands finish the work)
Autogenerated release notes updated last on 03 Aug 2023 19:33:41. Autogenerated release notes updated last on 28 Sep 2023 16:36:33.

Loading…
Cancel
Save