Update release notes for 22.05.21 release
[koha.git] / misc / release_notes / release_notes_22_05_21.html
1 <h1 id="releasenotesforkoha22.05.21">RELEASE NOTES FOR KOHA 22.05.21</h1>
2
3 <p>06 May 2024</p>
4
5 <p>Koha is the first free and open source software library automation
6 package (ILS). Development is sponsored by libraries of varying types
7 and sizes, volunteers, and support companies from around the world. The
8 website for the Koha project is:</p>
9
10 <ul>
11 <li><a href="http://koha-community.org">Koha Community</a></li>
12 </ul>
13
14 <p>Koha 22.05.21 can be downloaded from:</p>
15
16 <ul>
17 <li><a href="http://download.koha-community.org/koha-22.05.21.tar.gz">Download</a></li>
18 </ul>
19
20 <p>Installation instructions can be found at:</p>
21
22 <ul>
23 <li><a href="http://wiki.koha-community.org/wiki/Installation_Documentation">Koha Wiki</a></li>
24 <li>OR in the INSTALL files that come in the tarball</li>
25 </ul>
26
27 <p>Koha 22.05.21 is a bugfix/maintenance release.</p>
28
29 <p>It includes 2 enhancements, 15 bugfixes.</p>
30
31 <p><strong>System requirements</strong></p>
32
33 <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>
34
35 <h4 id="securitybugs">Security bugs</h4>
36
37 <ul>
38 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19613">19613</a> Scrub borrowers fields: borrowernotes opacnote</li>
39 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30524">30524</a> Add base framework for dealing with CSRF in Koha</li>
40 <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>
41 </ul>
42
43 <h2 id="bugfixes">Bugfixes</h2>
44
45 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
46
47 <h4 id="criticalbugsfixed">Critical bugs fixed</h4>
48
49 <ul>
50 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29510">29510</a> objects.find should call search_limited if present</li>
51 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35890">35890</a> AutoLocation system preference + setting the library IP field - can still login and unexpected results</li>
52 </ul>
53
54 <h4 id="otherbugsfixed">Other bugs fixed</h4>
55
56 <ul>
57 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35918">35918</a> Incorrect library used when AutoLocation configured using the same IP</li>
58 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36072">36072</a> Can request articles even if ArticleRequests is off</li>
59 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36092">36092</a> sessionID not passed to the template on auth.tt</li>
60 </ul>
61
62 <h3 id="authentication">Authentication</h3>
63
64 <h4 id="criticalbugsfixed">Critical bugs fixed</h4>
65
66 <ul>
67 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36034">36034</a> cas_ticket is set to serialized patron object in session</li>
68 </ul>
69
70 <h3 id="cataloging">Cataloging</h3>
71
72 <h4 id="criticalbugsfixed">Critical bugs fixed</h4>
73
74 <ul>
75 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35343">35343</a> record method, required for bug 26611, missing from Koha::Authority</li>
76 <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>
77 </ul>
78
79 <h3 id="circulation">Circulation</h3>
80
81 <h4 id="criticalbugsfixed">Critical bugs fixed</h4>
82
83 <ul>
84 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35518">35518</a> Call to C4::Context->userenv happens before it's gets populated breaks code logic in circulation</li>
85 </ul>
86
87 <h3 id="opac">OPAC</h3>
88
89 <h4 id="criticalbugsfixed">Critical bugs fixed</h4>
90
91 <ul>
92 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35941">35941</a> OPAC user can guess clubs of other users</li>
93 </ul>
94
95 <h4 id="otherbugsfixed">Other bugs fixed</h4>
96
97 <ul>
98 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35942">35942</a> OPAC user can enroll several times to the same club</li>
99 </ul>
100
101 <h3 id="testsuite">Test Suite</h3>
102
103 <h4 id="otherbugsfixed">Other bugs fixed</h4>
104
105 <ul>
106 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35904">35904</a> C4::Auth::checkauth cannot be tested easily</li>
107 </ul>
108
109 <h2 id="enhancements">Enhancements</h2>
110
111 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
112
113 <h4 id="enhancements">Enhancements</h4>
114
115 <ul>
116 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27342">27342</a> Improve readability and improvement of C4::Auth::get_template_and_user</li>
117 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36328">36328</a> C4::Scrubber should allow more HTML tags</li>
118 </ul>
119
120 <h2 id="documentation">Documentation</h2>
121
122 <p>The Koha manual is maintained in Sphinx. The home page for Koha
123 documentation is</p>
124
125 <ul>
126 <li><p><a href="http://koha-community.org/documentation/">Koha Documentation</a>
127 As of the date of these release notes, the Koha manual is available in the following languages:</p></li>
128 <li><p><a href="https://koha-community.org/manual/22.05//html/">Chinese (Traditional)</a> (70%)</p></li>
129 <li><a href="https://koha-community.org/manual/22.05//html/">English</a> (100%)</li>
130 <li><a href="https://koha-community.org/manual/22.05/en/html/">English (USA)</a></li>
131 <li><a href="https://koha-community.org/manual/22.05/fr/html/">French</a> (41%)</li>
132 <li><a href="https://koha-community.org/manual/22.05/de/html/">German</a> (40%)</li>
133 <li><a href="https://koha-community.org/manual/22.05/hi/html/">Hindi</a> (81%)</li>
134 </ul>
135
136 <p>The Git repository for the Koha manual can be found at</p>
137
138 <ul>
139 <li><a href="https://gitlab.com/koha-community/koha-manual">Koha Git Repository</a></li>
140 </ul>
141
142 <h2 id="translations">Translations</h2>
143
144 <p>Complete or near-complete translations of the OPAC and staff
145 interface are available in this release for the following languages:</p>
146
147 <div style="column-count: 2;">
148
149 - Arabic (ar_ARAB) (91%)
150 - Armenian (hy_ARMN) (100%)
151 - Bulgarian (bg_CYRL) (100%)
152 - Chinese (Traditional) (95%)
153 - Czech (72%)
154 - Dutch (84%)
155 - English (100%)
156 - English (New Zealand) (69%)
157 - English (USA)
158 - Finnish (95%)
159 - French (100%)
160 - French (Canada) (99%)
161 - German (100%)
162 - German (Switzerland) (61%)
163 - Greek (61%)
164 - Hindi (100%)
165 - Italian (100%)
166 - Norwegian Bokmål (61%)
167 - Persian (fa_ARAB) (69%)
168 - Polish (100%)
169 - Portuguese (Brazil) (83%)
170 - Portuguese (Portugal) (85%)
171 - Russian (79%)
172 - Slovak (71%)
173 - Spanish (100%)
174 - Swedish (88%)
175 - Telugu (85%)
176 - Turkish (99%)
177 - Ukrainian (73%)
178 - hyw_ARMN (generated) (hyw_ARMN) (76%)
179 </div>
180
181 <p>Partial translations are available for various other languages.</p>
182
183 <p>The Koha team welcomes additional translations; please see</p>
184
185 <ul>
186 <li><a href="http://wiki.koha-community.org/wiki/Translating_Koha">Koha Translation Info</a></li>
187 </ul>
188
189 <p>For information about translating Koha, and join the koha-translate 
190 list to volunteer:</p>
191
192 <ul>
193 <li><a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate">Koha Translate List</a></li>
194 </ul>
195
196 <p>The most up-to-date translations can be found at:</p>
197
198 <ul>
199 <li><a href="http://translate.koha-community.org/">Koha Translation</a></li>
200 </ul>
201
202 <h2 id="releaseteam">Release Team</h2>
203
204 <p>The release team for Koha 22.05.21 is</p>
205
206 <ul>
207 <li><p>Release Manager: Katrin Fischer</p></li>
208 <li><p>Release Manager assistants:</p>
209
210 <ul>
211 <li>Tomás Cohen Arazi</li>
212 <li>Martin Renvoize</li>
213 <li>Jonathan Druart</li>
214 </ul></li>
215 <li><p>QA Manager: Marcel de Rooy</p></li>
216 <li><p>QA Team:</p>
217
218 <ul>
219 <li>Marcel de Rooy</li>
220 <li>Julian Maurice</li>
221 <li>Lucas Gass</li>
222 <li>Victor Grousset</li>
223 <li>Kyle M Hall</li>
224 <li>Nick Clemens</li>
225 <li>Martin Renvoize</li>
226 <li>Tomás Cohen Arazi</li>
227 <li>Aleisha Amohia</li>
228 <li>Emily Lamancusa</li>
229 <li>David Cook</li>
230 <li>Jonathan Druart</li>
231 <li>Pedor Amorim</li>
232 </ul></li>
233 <li><p>Topic Experts:</p>
234
235 <ul>
236 <li>UI Design -- Owen Leonard</li>
237 <li>Zebra -- Fridolin Somers</li>
238 <li>REST API -- Tomás Cohen Arazi</li>
239 <li>ERM -- Matt Blenkinsop</li>
240 <li>ILL -- Pedro Amorim</li>
241 <li>SIP2 -- Matthias Meusburger</li>
242 <li>CAS -- Matthias Meusburger</li>
243 </ul></li>
244 <li><p>Bug Wranglers:</p>
245
246 <ul>
247 <li>Aleisha Amohia</li>
248 <li>Indranil Das Gupta</li>
249 </ul></li>
250 <li><p>Packaging Managers:</p>
251
252 <ul>
253 <li>Mason James</li>
254 <li>Indranil Das Gupta</li>
255 <li>Tomás Cohen Arazi</li>
256 </ul></li>
257 <li><p>Documentation Manager: Aude Charillon</p></li>
258 <li><p>Documentation Team:</p>
259
260 <ul>
261 <li>Caroline Cyr La Rose</li>
262 <li>Kelly McElligott</li>
263 <li>Philip Orr</li>
264 <li>Marie-Luce Laflamme</li>
265 <li>Lucy Vaux-Harvey</li>
266 </ul></li>
267 <li><p>Translation Manager: Jonathan Druart</p></li>
268 <li><p>Wiki curators: </p>
269
270 <ul>
271 <li>Thomas Dukleth</li>
272 <li>Katrin Fischer</li>
273 </ul></li>
274 <li><p>Release Maintainers:</p>
275
276 <ul>
277 <li>23.11 -- Fridolin Somers</li>
278 <li>23.05 -- Lucas Gass</li>
279 <li>22.11 -- Frédéric Demians</li>
280 <li>22.05 -- Danyon Sewell</li>
281 </ul></li>
282 <li><p>Release Maintainer assistants:</p>
283
284 <ul>
285 <li>22.05 -- Wainui Witika-Park</li>
286 </ul></li>
287 </ul>
288
289 <h2 id="credits">Credits</h2>
290
291 <p>We thank the following individuals who contributed patches to Koha 22.05.21</p>
292
293 <div style="column-count: 2;">
294
295 - Aleisha Amohia (1)
296 - Tomás Cohen Arazi (8)
297 - Nick Clemens (3)
298 - Jonathan Druart (19)
299 - Victor Grousset (1)
300 - Kyle M Hall (3)
301 - Andreas Jonsson (1)
302 - Owen Leonard (1)
303 - Julian Maurice (1)
304 - Martin Renvoize (3)
305 - root (1)
306 - Marcel de Rooy (1)
307 - Wainui Witika-Park (6)
308 </div>
309
310 <p>We thank the following libraries, companies, and other institutions who contributed
311 patches to Koha 22.05.21</p>
312
313 <div style="column-count: 2;">
314
315 - Athens County Public Libraries (1)
316 - BibLibre (1)
317 - ByWater-Solutions (6)
318 - Catalyst (6)
319 - Catalyst Open Source Academy (1)
320 - Koha Community Developers (20)
321 - Kreablo AB (1)
322 - PTFS-Europe (3)
323 - Rijksmuseum (1)
324 - Theke Solutions (8)
325 - wainuiwitikapark-lp.dynamic.wgtn.cat-it.co.nz (1)
326 </div>
327
328 <p>We also especially thank the following individuals who tested patches
329 for Koha</p>
330
331 <div style="column-count: 2;">
332
333 - Aleisha Amohia (6)
334 - Tomás Cohen Arazi (1)
335 - Matt Blenkinsop (7)
336 - Nick Clemens (6)
337 - David Cook (5)
338 - danyonsewell (1)
339 - Frédéric Demians (4)
340 - Jonathan Druart (3)
341 - Magnus Enger (2)
342 - Katrin Fischer (1)
343 - Lucas Gass (2)
344 - Victor Grousset (1)
345 - Kyle M Hall (14)
346 - David Nind (1)
347 - Martin Renvoize (15)
348 - Marcel de Rooy (3)
349 - Fridolin Somers (7)
350 - Wainui Witika-Park (24)
351 </div>
352
353 <p>We regret any omissions.  If a contributor has been inadvertently missed,
354 please send a patch against these release notes to koha-devel@lists.koha-community.org.</p>
355
356 <h2 id="revisioncontrolnotes">Revision control notes</h2>
357
358 <p>The Koha project uses Git for version control.  The current development
359 version of Koha can be retrieved by checking out the master branch of:</p>
360
361 <ul>
362 <li><a href="https://git.koha-community.org/koha-community/koha">Koha Git Repository</a></li>
363 </ul>
364
365 <p>The branch for this version of Koha and future bugfixes in this release
366 line is 22.05.x-security.</p>
367
368 <h2 id="bugsandfeaturerequests">Bugs and feature requests</h2>
369
370 <p>Bug reports and feature requests can be filed at the Koha bug
371 tracker at:</p>
372
373 <ul>
374 <li><a href="http://bugs.koha-community.org">Koha Bugzilla</a></li>
375 </ul>
376
377 <p>He rau ringa e oti ai.
378 (Many hands finish the work)</p>
379
380 <p>Autogenerated release notes updated last on 06 May 2024 01:46:38.</p>