From 0ba308d4639350c13e3b7497b76347590d2aebfb Mon Sep 17 00:00:00 2001
From: Pedro Amorim 28 ago 2023 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 22.11.09 can be downloaded from: Installation instructions can be found at: Koha 22.11.09 is a bugfix/maintenance release. It includes 3 enhancements, 40 bugfixes. System requirements You can learn about the system components (like OS and database) needed for running Koha on the community wiki. 34056 authorised-values API client file is missing -api-client suffix Sponsored by Bibliothèque Universitaire des Langues et Civilisations (BULAC)RELEASE NOTES FOR KOHA 22.11.09
+
+
+
+
+
+
+
+Security bugs
+
+
+
+
+Bugfixes
+
+Acquisitions
+
+Critical bugs fixed
+
+
+
+
+Other bugs fixed
+
+
+
+
+Architecture, internals, and plumbing
+
+Critical bugs fixed
+
+
+
+
+Other bugs fixed
+
+
+
+
+Authentication
+
+Critical bugs fixed
+
+
+
++ +This fixes the details displayed for manually entering two-factor authentication (2FA) details into a 2FA application (when enabling 2FA). Currently, the wrong information is displayed - so you can't successfully add the account manually to your 2FA application. +
+ +Cataloging
+
33992 Only consider the date when labelling a waiting recall as problematic
+ +Sponsored by Auckland University of Technology
34447 "Actions" columns are exported
+ +Sponsored by Bibliothèque Universitaire des Langues et Civilisations (BULAC)
+This development adds a new attribute for identifying the patron for password validation:
identifier
. It expects to be passed auserid
or acardnumber
in it. It theidentifier
doesn't match auserid
, then Koha will try matching acardnumber
.
The Koha manual is maintained in Sphinx. The home page for Koha +documentation is
+ +Koha Documentation +As of the date of these release notes, the Koha manual is available in the following languages:
Chinese (Taiwan) (71.5%)
The Git repository for the Koha manual can be found at
+ + + +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:
+ + + +The release team for Koha 22.11.09 is
+ +Release Manager: Tomás Cohen Arazi
Release Manager assistants:
+ +QA Manager: Katrin Fischer
QA Team:
+ +Topic Experts:
+ +Bug Wranglers:
+ +Packaging Manager: Mason James
Documentation Manager: Aude Charillon
Documentation Team:
+ +Translation Manager: Bernardo González Kriegel
Wiki curators:
+ +Release Maintainers:
+ +Release Maintainer assistants:
+ +We thank the following libraries, companies, and other institutions who are known to have sponsored +new features in Koha 22.11.09
+ +We thank the following individuals who contributed patches to Koha 22.11.09
+ +We thank the following libraries, companies, and other institutions who contributed +patches to Koha 22.11.09
+ +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-devel@lists.koha-community.org.
+ +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 22.11.x.
+ +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 28 ago 2023 13:09:57.
diff --git a/misc/release_notes/release_notes_22_11_09.md b/misc/release_notes/release_notes_22_11_09.md new file mode 100644 index 0000000000..ac92f406b6 --- /dev/null +++ b/misc/release_notes/release_notes_22_11_09.md @@ -0,0 +1,474 @@ +# RELEASE NOTES FOR KOHA 22.11.09 +28 ago 2023 + +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 22.11.09 can be downloaded from: + +- [Download](http://download.koha-community.org/koha-22.11.09.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 22.11.09 is a bugfix/maintenance release. + +It includes 3 enhancements, 40 bugfixes. + +**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 + +- [30524](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30524) Add base framework for dealing with CSRF in Koha +- [33881](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33881) SCO/SCI user leaving the module doesn't clear session (ie JWT) + +## Bugfixes + +### Acquisitions + +#### Critical bugs fixed + +- [34469](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34469) Modifying an order line of a standing order will delete linked invoice ID + +#### Other bugs fixed + +- [34305](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34305) If actual cost is negative, wrong price will display in the acq details tab +- [34452](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34452) Button 'Update adjustments' is hidden + +### Architecture, internals, and plumbing + +#### Critical bugs fixed + +- [34193](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34193) Default HTTPS template has outdated SSLProtocol value + +#### Other bugs fixed + +- [34056](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34056) authorised-values API client file is missing -api-client suffix + + **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)* +- [34316](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34316) account->add_credit does not rethrow exception +- [34354](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34354) Job progress typo +- [34470](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34470) Real Time Holds Queue - make random numbers play nice with forked processes + +### Authentication + +#### Critical bugs fixed + +- [34028](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34028) Two factor authentication (2FA) shows the wrong values for manual entry + >This fixes the details displayed for manually entering two-factor authentication (2FA) details into a 2FA application (when enabling 2FA). Currently, the wrong information is displayed - so you can't successfully add the account manually to your 2FA application. + +### Cataloging + +#### Other bugs fixed + +- [33755](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33755) Profile used is not saved when importing records + +### 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 + +#### Other bugs fixed + +- [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* +- [34289](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34289) UI issue on checkin page when checking the forgive fines checkbox + +### ERM + +#### Other bugs fixed + +- [34447](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34447) "Actions" columns are exported + + **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)* + +### Fines and fees + +#### Critical bugs fixed + +- [32271](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32271) Overdue fines cap (amount) set to 0.00 when editing rule +- [33028](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028) Wrongly formatted monetary amounts in circulation rules break scripts and calculations + +#### Other bugs fixed + +- [34332](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34332) Syntax error in point of sale email template + +### Hold requests + +#### Other bugs fixed + +- [30846](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30846) "If any unavailable" doesn't consider negative notforloan values as unavailable + +### I18N/L10N + +#### Other bugs fixed + +- [34334](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34334) 'Item(s)' in MARC detail view untranslatable + +### ILL + +#### Other bugs fixed + +- [34133](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34133) ILL table should be sorted by request id descending by default + +### Installation and upgrade (web-based installer) + +#### Critical bugs fixed + +- [34337](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34337) Web installer doesn't install patrons when select all is used + +### MARC Authority data support + +#### Other bugs fixed + +- [33978](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33978) Adding authority from automatic linker closes imported record + +### Notices + +#### Other bugs fixed + +- [34059](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34059) advance_notices.pl -c --digest-per-branch does not work as intended + +### OPAC + +#### Critical bugs fixed + +- [34155](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34155) OPAC item level holds "force" option broken + +#### Other bugs fixed + +- [33848](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33848) Enabling Coce in the OPAC breaks cover images on bibliographic detail page + +### Patrons + +#### Other bugs fixed + +- [33117](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117) Patron checkout search not working if searching with second surname +- [34117](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34117) Duplicate patron sets dateenrolled incorrectly +- [34435](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34435) get_password_expiry_date should not modify its parameter + +### REST API + +#### Critical bugs fixed + +- [34024](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34024) REST API should not allow changing the pickup location on found holds + +#### Other bugs fixed + +- [34365](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34365) Hold cancellation request workflow cannot be triggered on API +- [34387](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34387) API docs tags missing descriptions + +### Searching + +#### Other bugs fixed + +- [33140](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33140) Use facet label value in mouseover title attribute of facet removal link + +### Serials + +#### Critical bugs fixed + +- [30451](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30451) Delete a subscription deletes the linked order + +### System Administration + +#### Critical bugs fixed + +- [34269](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34269) Regression in circulation rules for 'similar' patron categories + +### Templates + +#### Other bugs fixed + +- [31667](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31667) Merge 'tip' and 'hint' classes +- [34343](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34343) Z39.50 search background not updated +- [34493](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34493) Bad indenting in search_indexes.inc + +### Tools + +#### Critical bugs fixed + +- [34181](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34181) Batch patron modification tool missing checkboxes to clear field values + +## 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 + +### Packaging + +#### Enhancements + +- [28493](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28493) Make koha-passwd display the username + +### REST API + +#### Enhancements + +- [32739](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32739) REST API: Extend endpoint /auth/password/validation for cardnumber + >This development adds a new attribute for identifying the patron for password validation: `identifier`. It expects to be passed a `userid` or a `cardnumber` in it. It the `identifier` doesn't match a `userid`, then Koha will try matching a `cardnumber`. + +## 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 (Taiwan)](https://koha-community.org/manual/22.11/zh_TW/html/) (71.5%) +- [English (USA)](https://koha-community.org/manual/22.11/en/html/) +- [French](https://koha-community.org/manual/22.11/fr/html/) (58.4%) +- [German](https://koha-community.org/manual/22.11/de/html/) (55.7%) +- [Hindi](https://koha-community.org/manual/22.11/hi/html/) (80.9%) +- [Italian](https://koha-community.org/manual/22.11/it/html/) (32.2%) +- [Turkish](https://koha-community.org/manual/22.11/tr/html/) (26.2%) + +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: +