Update release notes for 20.11.06 release
[koha.git] / misc / release_notes / release_notes_20_11_06.md
1 # RELEASE NOTES FOR KOHA 20.11.06
2 25 mai 2021
3
4 Koha is the first free and open source software library automation
5 package (ILS). Development is sponsored by libraries of varying types
6 and sizes, volunteers, and support companies from around the world. The
7 website for the Koha project is:
8
9 - [Koha Community](http://koha-community.org)
10
11 Koha 20.11.06 can be downloaded from:
12
13 - [Download](http://download.koha-community.org/koha-20.11.06.tar.gz)
14
15 Installation instructions can be found at:
16
17 - [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
18 - OR in the INSTALL files that come in the tarball
19
20 Koha 20.11.06 is a bugfix/maintenance release with security fixes.
21
22 It includes 3 security fixes, 5 enhancements, 81 bugfixes.
23
24 ### System requirements
25
26 These are the [recommendations for deployment](https://wiki.koha-community.org/wiki/Release_maintenance#System_requirements_and_recommendations).
27
28
29 ## Security bugs
30
31 ### Koha
32
33 - [[15720]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15720) OCLC Connexion daemon does not verify username or password
34 - [[20982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20982) opac-shelves.pl vulnerable to Cross-site scripting attacks
35 - [[27942]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27942) QOTD: quote CSV uploads may contain JavaScript payloads (XSS)
36
37
38 ## Enhancements
39
40 ### Circulation
41
42 - [[21883]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21883) Show authorized value description for withdrawn in check-in
43
44   >This adds the description of the withdrawn status to the message that is displayed when a withdrawn item is returned.
45
46 ### MARC Bibliographic data support
47
48 - [[27852]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27852) Link YES_NO authorized value category to 942$n in Default framework
49
50   >This patch adds a Yes/No drop-down menu in the default bibliographic framework for field 942$n (MARC21). This field controls whether or not the record is hidden in the OPAC.
51
52 ### SIP2
53
54 - [[14300]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14300) siplogs do not record process IDs
55
56   >This addition to the default configuration for the SIP section of the Log4Perl configuration will add the process ID to the log lines for SIP logs.  This allows for tracing a transaction from start to finish when using forked SIP services.
57
58 ### Tools
59
60 - [[25476]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25476) Uploaded files can't be easily browsed via upload.pl
61 - [[27594]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27594) Add access to public download link for publicly-accessible uploads
62
63   >This patch adds a link to the display of publicly-accessible downloads so that the public link can be copied.
64
65
66 ## Critical bugs fixed
67
68 ### Acquisitions
69
70 - [[27203]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27203) Order unitprice is not set anymore and  totals are 0
71
72 ### Architecture, internals, and plumbing
73
74 - [[28302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28302) Koha does not work with CGI::Compile 0.24
75
76 ### Cataloging
77
78 - [[18017]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18017) Use index_heading and index_match_heading in UNIMARC authorities zebra configuration
79 - [[24564]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24564) The adding of new subfields according to IFLA updates doesn't respect existing tab
80
81 ### Circulation
82
83 - [[28064]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28064) Transits are not created at check in despite user responding 'Yes, print slip' to the prompt
84
85 ### Database
86
87 - [[28298]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28298) DBRev 19.12.00.076 broken
88
89 ### OPAC
90
91 - [[28193]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28193) OpacLoginInstructions news block broken by Bug 20168
92
93 ### Patrons
94
95 - [[28217]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28217) Several non-repeatable attributes when merging patrons
96
97 ### REST API
98
99 - [[28248]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28248) Exception when getting all orders
100
101 ### Serials
102
103 - [[27842]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27842) Incorrect biblionumber handling in serials subscriptions
104
105 ### Templates
106
107 - [[28351]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28351) Cannot set restrictions when 'dateformat' is other than 'us'
108
109
110 ## Other bugs fixed
111
112 ### Acquisitions
113
114 - [[23195]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23195) Shipping costs are inconsistent in where displayed
115
116   >With this patch the shipping costs added to an invoice are always counted as "spent". With this change the totals on the start page of the acquisition module will match the totals on the ordered and spent pages for a fund.
117 - [[26989]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26989) Ensure no CR occurs in an EDIFACT order message
118 - [[28223]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28223) Total for budgets is incorrect when child funds have negative values
119
120 ### Architecture, internals, and plumbing
121
122 - [[27562]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27562) itiva notices break if record title contains quotes
123 - [[27844]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27844) koha-worker systemd service should run as %i-koha in package install
124 - [[28221]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28221) process_message_queue.pl missing `use Try::Tiny`
125 - [[28244]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28244) Ukrainian is misspelled in language tables for English
126 - [[28276]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28276) Do not fetch config ($KOHA_CONF) from memcached
127 - [[28293]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28293) Wrong key used in Patrons::Import->generate_patron_attributes
128 - [[28367]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28367) Wrong plack condition in C4/Auth_with_shibboleth.pm
129
130 ### Authentication
131
132 - [[20854]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20854) Redirect after logout with CAS 3.0 broken
133
134   >This patch adds a new system preference casServerVersion, that will allow Koha to work correctly with different CAS protocol versions. In this case it fixes a problem that arose by changing the name of a parameter in the logout request between CAS 2 and 3 that broke the redirect after successful logout.
135
136 ### Browser compatibility
137
138 - [[27282]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27282) Printing broken in some versions of Chrome
139
140   >Printing in some versions of Google Chrome does not work correctly making it impossible to print. This patch alters the JavaScript which controls the print dialogues in order to make for a better a printing experience across all browsers.
141
142 ### Cataloging
143
144 - [[23406]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23406) When using an authorised value for suppression, record doesn't show as suppressed in staff interface
145 - [[27125]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27125) Show authority type for UNIMARC in authority search result display
146 - [[27577]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27577) Autolink bibs after generating the biblionumber
147 - [[27837]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27837) Permanent location is reverted to location when location updated and permanent_location mapped to MARC field
148 - [[28270]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28270) Wrong tooltip displayed on moredetail for the claim lost status
149
150 ### Circulation
151
152 - [[16785]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16785) Autocomplete broken on overdues report
153 - [[27836]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27836) Document that CircControl syspref changes which library's calendar to use
154 - [[28013]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28013) Improvements to CanBookBeRenewed
155 - [[28139]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28139) Processing holds are not filled automatically
156 - [[28148]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28148) JavaScript error when printing transfer slip for existing transfer
157 - [[28202]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28202) Pickup libraries not sorted by name when placing hold
158
159   >This corrects the sort order for library names for the pickup list when placing a hold. The list of libraries now sorts by library name, instead of the library code.
160
161 ### Command-line Utilities
162
163 - [[27819]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27819) Spurious errors when running delete_records_via_leader.pl
164 - [[28028]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28028) Remove broken fix_onloan.pl maintenance script
165
166   >This script is removed from the codebase, as it was non-functional for a long time which also suggests that it wasn't used.
167 - [[28255]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28255) Follow up to bug 23463 - use item_object in misc/cronjobs/delete_items.pl
168
169 ### Fines and fees
170
171 - [[27811]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27811) Manage patrons fines and fees (updatecharges)  subpermissions shows links/buttons that cannot be accessed
172 - [[28144]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28144) Historical OVERDUE fines may not have an issue_id
173 - [[28181]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28181) Archived debit type still shows as available in Point of Sale
174 - [[28266]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28266) Misspelled word: recieved in cashup confirmation pop-up
175
176 ### Hold requests
177
178 - [[25760]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25760) Holds ratio report is not reporting on records with 1 hold
179 - [[28078]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28078) Add option to ignore hold counts when checking CanItemBeReserved
180 - [[28125]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28125) All OPAC holds blocked when OPACHiddenItems contains incorrect values
181 - [[28286]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28286) Place hold button not displayed when biblio has only Ordered items
182
183 ### MARC Authority data support
184
185 - [[28159]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28159) URI-encode existing values put into query string for z39.50 authority search
186
187 ### Mana-kb
188
189 - [[27061]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27061) Double permission check in svc/mana/search
190
191 ### Notices
192
193 - [[13613]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13613) Don't allow digest to be selected without a digest-able transport selected
194 - [[28258]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28258) Bad date formatting in AUTO_RENEWALS notice
195
196 ### OPAC
197
198 - [[27566]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27566) CSS rule not applying to HTML select / option -  displays with serif font ignoring rules
199 - [[27830]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27830) OPAC library list does not use AddressFormat
200 - [[28140]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28140) Accessibility: OPAC - "sort_by"  select isn't labelled on search results page
201 - [[28241]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28241) OPACNoResultsFound {QUERY_KW} placeholder doesn't always match the search terms when commas are included in the search
202
203 ### Patrons
204
205 - [[26940]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940) debarred comment in borrowers table is lost on patron modifications in memberentry.pl page
206
207 ### Plugin architecture
208
209 - [[27114]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27114) Use Template Toolkit plugin for Koha plugins hook 'intranet_catalog_biblio_tab'
210
211   >Koha plugins hook 'intranet_catalog_biblio_tab' now uses Template Toolkit plugin (like hook 'intranet_js', ...).
212   >It makes it easy to use it in other places (like MARC details page for example).
213 - [[27120]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27120) Send biblio to Koha plugins hook 'intranet_catalog_biblio_tab'
214
215 ### SIP2
216
217 - [[28320]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28320) SIP SC Status message should check the DB connection
218
219 ### Searching
220
221 - [[26533]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26533) Searching authorities using 'is exactly' doesn't work as expected
222
223   **Sponsored by** *Education Services Australia SCIS*
224
225   >Searching authorities using 'is exactly' was matching on any word in the heading. Now it is matching the heading exactly (the entire heading).
226 - [[28213]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28213) Deleting a patron or patron club causes server error on searching
227
228 ### Searching - Elasticsearch
229
230 - [[27724]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27724) Use lenient also in Elasticsearch authorities search
231 - [[28268]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28268) Improve memory usage when indexing authorities in Elasticsearch
232
233 ### Staff Client
234
235 - [[28187]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28187) rowGroup headings are getting their styles overriden
236
237 ### System Administration
238
239 - [[27968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27968) MARC framework CSV and ODS import incomplete or corrupted
240 - [[28207]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28207) Crash when seeing MARC structure of a new framework
241 - [[28345]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28345) Patron attributes no longer have option to select empty class
242
243 ### Templates
244
245 - [[26471]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26471) Datatables js error on missing pdfmake.min.js.map
246 - [[27232]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27232) Missing spaces in member-alt-contact-style.inc make some strings appearing twice in po
247 - [[27277]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27277) Queued vs Enqueued
248 - [[27695]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27695) Fix style of messages on Elasticsearch configuration page
249 - [[27827]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27827) Authority type input field for new authority types should be wider
250 - [[27861]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27861) Warning in C4/XSLT.pm - use of uninitialized value in numeric eq (==)
251 - [[28190]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28190) Library limitation column not toggable on itemtypes table
252
253 ### Test Suite
254
255 - [[26405]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26405) Circulation.t fails on 'AddRenewal left both fines'
256 - [[28234]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28234) TestBuilder->build_sample_biblio does not deal correctly with encoding
257 - [[28249]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28249) Selenium->wait_for_element_visible can fall in an infinite loop
258 - [[28250]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28250) Debug from Selenium error handler is no longer working
259 - [[28288]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28288) XISBN.t is failing is 500 is returned by the webservice
260
261 ### Tools
262
263 - [[21818]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21818) Don't use AutoCommit flag in stage-marc-import.pl
264 - [[28170]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28170) Downloading some files via Tools - Upload is broken
265 - [[28178]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28178) Image viewer does not select the correct image
266
267   **Sponsored by** *Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)*
268 - [[28229]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28229) Hide clubs from place a hold screen if no clubs exist
269 ## New sysprefs
270
271 - casServerVersion
272
273 ## Documentation
274
275 The Koha manual is maintained in Sphinx. The home page for Koha 
276 documentation is 
277
278 - [Koha Documentation](http://koha-community.org/documentation/)
279
280 As of the date of these release notes, the Koha manual is available in the following languages:
281
282 - [English](http://koha-community.org/manual/20.11/en/html/)
283 - [Arabic](http://koha-community.org/manual/20.11/ar/html/)
284 - [Chinese - Taiwan](http://koha-community.org/manual/20.11/zh_TW/html/)
285 - [Czech](http://koha-community.org/manual/20.11/cs/html/)
286 - [French](http://koha-community.org/manual/20.11/fr/html/)
287 - [French (Canada)](http://koha-community.org/manual/20.11/fr_CA/html/)
288 - [German](http://koha-community.org/manual/20.11/de/html/)
289 - [Hindi](http://koha-community.org/manual/20.11/hi/html/)
290 - [Italian](http://koha-community.org/manual/20.11/it/html/)
291 - [Portuguese - Brazil](http://koha-community.org/manual/20.11/pt_BR/html/)
292 - [Spanish](http://koha-community.org/manual/20.11/es/html/)
293 - [Turkish](http://koha-community.org/manual/20.11/tr/html/)
294
295 The Git repository for the Koha manual can be found at
296
297 - [Koha Git Repository](https://gitlab.com/koha-community/koha-manual)
298
299 ## Translations
300
301 Complete or near-complete translations of the OPAC and staff
302 interface are available in this release for the following languages:
303
304 - Arabic (99.5%)
305 - Armenian (100%)
306 - Armenian (Classical) (89%)
307 - Catalan; Valencian (54.4%)
308 - Chinese (Taiwan) (91.1%)
309 - Czech (73%)
310 - English (New Zealand) (59.6%)
311 - English (USA)
312 - Finnish (79.3%)
313 - French (89.3%)
314 - French (Canada) (91.1%)
315 - German (100%)
316 - German (Switzerland) (66.9%)
317 - Greek (60.7%)
318 - Hindi (100%)
319 - Italian (100%)
320 - Nederlands-Nederland (Dutch-The Netherlands) (70.9%)
321 - Norwegian Bokmål (63.8%)
322 - Polish (92%)
323 - Portuguese (88.5%)
324 - Portuguese (Brazil) (95.9%)
325 - Russian (94%)
326 - Slovak (80.7%)
327 - Spanish (99.1%)
328 - Swedish (74.5%)
329 - Telugu (100%)
330 - Turkish (98.2%)
331 - Ukrainian (65.5%)
332
333 Partial translations are available for various other languages.
334
335 The Koha team welcomes additional translations; please see
336
337 - [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
338
339 For information about translating Koha, and join the koha-translate 
340 list to volunteer:
341
342 - [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
343
344 The most up-to-date translations can be found at:
345
346 - [Koha Translation](http://translate.koha-community.org/)
347
348 ## Release Team
349
350 The release team for Koha 20.11.06 is
351
352
353 - Release Manager: Jonathan Druart
354
355 - Release Manager assistants:
356   - Martin Renvoize
357   - Tomás Cohen Arazi
358
359 - QA Manager: Katrin Fischer
360
361 - QA Team:
362   - David Cook
363   - Agustín Moyano
364   - Martin Renvoize
365   - Marcel de Rooy
366   - Joonas Kylmälä
367   - Julian Maurice
368   - Tomás Cohen Arazi
369   - Josef Moravec
370   - Nick Clemens
371   - Kyle Hall
372   - Victor Grousset
373
374 - Topic Experts:
375   - UI Design -- Owen Leonard
376   - REST API -- Tomás Cohen Arazi
377   - Zebra -- Fridolin Somers
378   - Accounts -- Martin Renvoize
379
380 - Bug Wranglers:
381   - Amit Gupta
382   - Mengü Yazıcıoğlu
383   - Indranil Das Gupta
384
385 - Packaging Managers:
386   - David Cook
387   - Mason James
388   - Agustín Moyano
389
390 - Documentation Manager: Caroline Cyr La Rose
391
392
393 - Documentation Team:
394   - Marie-Luce Laflamme
395   - Lucy Vaux-Harvey
396   - Henry Bolshaw
397   - David Nind
398
399 - Translation Managers: 
400   - Indranil Das Gupta
401   - Bernardo González Kriegel
402
403 - Release Maintainers:
404   - 20.11 -- Fridolin Somers
405   - 20.05 -- Andrew Fuerste-Henry
406   - 19.11 -- Victor Grousset
407
408 ## Credits
409 We thank the following libraries who are known to have sponsored
410 new features in Koha 20.11.06:
411
412 - Education Services Australia SCIS
413 - Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)
414
415 We thank the following individuals who contributed patches to Koha 20.11.06.
416
417 - Aleisha Amohia (1)
418 - Tomás Cohen Arazi (6)
419 - Alex Arnaud (1)
420 - Henry Bolshaw (1)
421 - Colin Campbell (1)
422 - Nick Clemens (31)
423 - David Cook (3)
424 - Jonathan Druart (38)
425 - Katrin Fischer (1)
426 - Lucas Gass (6)
427 - Didier Gautheron (1)
428 - Victor Grousset (3)
429 - Kyle M Hall (8)
430 - Mason James (2)
431 - Joonas Kylmälä (4)
432 - Owen Leonard (13)
433 - Ere Maijala (1)
434 - Julian Maurice (4)
435 - Matthias Meusburger (1)
436 - James O'Keeffe (2)
437 - Martin Renvoize (7)
438 - Phil Ringnalda (1)
439 - Caroline Cyr La Rose (1)
440 - Andreas Roussos (2)
441 - Fridolin Somers (22)
442 - Emmi Takkinen (1)
443 - Lari Taskula (1)
444 - Koha Translators (1)
445 - Petro Vashchuk (1)
446
447 We thank the following libraries, companies, and other institutions who contributed
448 patches to Koha 20.11.06
449
450 - Athens County Public Libraries (13)
451 - BibLibre (29)
452 - Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) (1)
453 - ByWater-Solutions (45)
454 - Catalyst Open Source Academy (1)
455 - Chetco Community Public Library (1)
456 - Dataly Tech (2)
457 - Hypernova Oy (1)
458 - Independant Individuals (4)
459 - Koha Community Developers (41)
460 - KohaAloha (2)
461 - Prosentient Systems (3)
462 - PTFS-Europe (8)
463 - Solutions inLibro inc (1)
464 - Theke Solutions (6)
465 - UK Parliament (1)
466 - University of Helsinki (5)
467
468 We also especially thank the following individuals who tested patches
469 for Koha.
470
471 - Aleisha Amohia (1)
472 - Tomás Cohen Arazi (13)
473 - Marjorie Barry-Vila (1)
474 - Allison Blanning (1)
475 - Henry Bolshaw (2)
476 - Sonia Bouis (2)
477 - Galen Charlton (1)
478 - Nick Clemens (20)
479 - David Cook (2)
480 - Michal Denar (1)
481 - Jonathan Druart (130)
482 - Katrin Fischer (31)
483 - Andrew Fuerste-Henry (5)
484 - Lucas Gass (3)
485 - Victor Grousset (21)
486 - Amit Gupta (1)
487 - Kyle M Hall (28)
488 - Katariina Hanhisalo (3)
489 - Frank Hansen (1)
490 - Sally Healey (4)
491 - Mazen Khallaf (1)
492 - Rhonda Kuiper (2)
493 - Joonas Kylmälä (7)
494 - Owen Leonard (24)
495 - Julian Maurice (6)
496 - David Nind (20)
497 - Séverine Queune (4)
498 - Martin Renvoize (40)
499 - Phil Ringnalda (3)
500 - Marcel de Rooy (2)
501 - Andreas Roussos (1)
502 - Lisette Scheer (1)
503 - Fridolin Somers (139)
504 - Lyon 3 Team (1)
505 - Petro Vashchuk (3)
506
507
508
509 We regret any omissions.  If a contributor has been inadvertently missed,
510 please send a patch against these release notes to 
511 koha-patches@lists.koha-community.org.
512
513 ## Revision control notes
514
515 The Koha project uses Git for version control.  The current development 
516 version of Koha can be retrieved by checking out the master branch of:
517
518 - [Koha Git Repository](https://git.koha-community.org/koha-community/koha)
519
520 The branch for this version of Koha and future bugfixes in this release
521 line is 20.11.x.
522
523 ## Bugs and feature requests
524
525 Bug reports and feature requests can be filed at the Koha bug
526 tracker at:
527
528 - [Koha Bugzilla](http://bugs.koha-community.org)
529
530 He rau ringa e oti ai.
531 (Many hands finish the work)
532
533 Autogenerated release notes updated last on 25 mai 2021 13:28:35.