Bug 20529: Remove other occurrences of decodeURIComponent from browser.js
[koha.git] / misc / release_notes / release_notes_20_11_05.html
1 <h1 id="releasenotesforkoha20.11.05">RELEASE NOTES FOR KOHA 20.11.05</h1>
2
3 <p>26 avril 2021</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 20.11.05 can be downloaded from:</p>
15
16 <ul>
17 <li><a href="http://download.koha-community.org/koha-20.11.05.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 20.11.05 is a bugfix/maintenance release.</p>
28
29 <p>It includes 8 enhancements, 61 bugfixes.</p>
30
31 <h3 id="systemrequirements">System requirements</h3>
32
33 <p>These are the <a href="https://wiki.koha-community.org/wiki/Release_maintenance#System_requirements_and_recommendations">recommendations for deployment</a>.</p>
34
35 <h2 id="enhancements">Enhancements</h2>
36
37 <h3 id="command-lineutilities">Command-line Utilities</h3>
38
39 <ul>
40 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26459">[26459]</a> Allow sip_cli_emulator to handle cancelling holds</li>
41 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27839">[27839]</a> koha-worker missing tab-completion in bash</li>
42 </ul>
43
44 <h3 id="opac">OPAC</h3>
45
46 <ul>
47 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27991">[27991]</a> Message field for checkout notes should have a maxlength set</li>
48 </ul>
49
50 <h3 id="templates">Templates</h3>
51
52 <ul>
53 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25846">[25846]</a> Improve handling of multiple covers on catalog search results in the staff client</p>
54
55 <blockquote>
56   <p>This enhancement updates the staff interface catalog search results to improve the display of multiple covers associated with each search result:</p>
57   
58   <ul>
59   <li>Adlibris</li>
60   <li>Amazon</li>
61   <li>Google</li>
62   <li>OpenLibrary</li>
63   <li>Local cover images (including multiple local cover images)</li>
64   <li>Coce (serving up Amazon, Google, and OpenLibrary images)</li>
65   <li>Images from the CustomCoverImages preference
66   A single cover is now displayed for each result, with controls for scrolling through any other available cover.</li>
67   </ul>
68 </blockquote></li>
69 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26970">[26970]</a> Add row highlight on drag in Elasticsearch mapping template</li>
70 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28006">[28006]</a> Restore "Additional fields" link on serials navigation menu</li>
71 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28046">[28046]</a> Add "Additional fields" link on acquisition navigation menu</li>
72 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28132">[28132]</a> Remove "this" from button descriptions on basket and basket group pages</li>
73 </ul>
74
75 <h2 id="criticalbugsfixed">Critical bugs fixed</h2>
76
77 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
78
79 <ul>
80 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26705">[26705]</a> System preference NoticeBcc not working</p>
81
82 <blockquote>
83   <p>The Email::Stuffer library we use, doesn't handle Bcc as Mail::Sendmail does. So Bcc handling wasn't working as expected. This patchset adds support for explicitly handling Bcc (including the NoticeBcc feature) to our Koha::Email library.</p>
84 </blockquote></li>
85 </ul>
86
87 <h3 id="circulation">Circulation</h3>
88
89 <ul>
90 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28136">[28136]</a> Transferred holds are not triggering</li>
91 </ul>
92
93 <h3 id="finesandfees">Fines and fees</h3>
94
95 <ul>
96 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25508">[25508]</a> Confusing renewal message when paying accruing fine with RenewAccruingItemWhenPaid turned off</li>
97 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27796">[27796]</a> SIP payment types should not be available as refund types</li>
98 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27927">[27927]</a> longoverdue cronjob renews items before marking lost when both RenewAccruingItemWhenPaid and  WhenLostForgiveFine  are enabled</li>
99 </ul>
100
101 <h3 id="holdrequests">Hold requests</h3>
102
103 <ul>
104 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27529">[27529]</a> Cannot place hold on OPAC if hold_fullfillment_policy is set to group and  OPACAllowUserToChooseBranch  not allowed</li>
105 </ul>
106
107 <h3 id="notices">Notices</h3>
108
109 <ul>
110 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28023">[28023]</a> Typo in Reply-To header</li>
111 </ul>
112
113 <h3 id="patrons">Patrons</h3>
114
115 <ul>
116 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25946">[25946]</a> borrowerRelationship can no longer be empty</li>
117 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26517">[26517]</a> Avoid deleting patrons with permission</li>
118 </ul>
119
120 <h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
121
122 <ul>
123 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26312">[26312]</a> Add some error handling during Elasticsearch indexing</li>
124 </ul>
125
126 <h3 id="tools">Tools</h3>
127
128 <ul>
129 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28015">[28015]</a> Inventory tool fails when timeformat=12h</li>
130 </ul>
131
132 <h2 id="otherbugsfixed">Other bugs fixed</h2>
133
134 <h3 id="acquisitions">Acquisitions</h3>
135
136 <ul>
137 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27900">[27900]</a> regression: add from existing record with null results deadends</li>
138 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28003">[28003]</a> Invoice adjustments using inactive budgets do not indicate that status</li>
139 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28077">[28077]</a> Missing colon on suggestion modification page</li>
140 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28103">[28103]</a> Barcode fails when adding item during order receival</li>
141 </ul>
142
143 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
144
145 <ul>
146 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24000">[24000]</a> Some modules do not return 1</li>
147 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27807">[27807]</a> API DataTables Wrapper fails for ordered on multiple columns</li>
148 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28053">[28053]</a> Warning in C4::Members::patronflags</li>
149 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28156">[28156]</a> Koha::Account::Line->renewable must be named is_renewable</li>
150 </ul>
151
152 <h3 id="cataloging">Cataloging</h3>
153
154 <ul>
155 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27738">[27738]</a> Set fallback for unset DefaultCountryField008 to |||, "no attempt to code"</li>
156 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27739">[27739]</a> Advanced editor should use DefaultCountryField008 system preference rather than hardcoding xxu</li>
157 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28123">[28123]</a> Commas in file names of uploaded files cause inconsistently broken 856$u links</li>
158 </ul>
159
160 <h3 id="circulation">Circulation</h3>
161
162 <ul>
163 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27969">[27969]</a> On checkin, relabel "Remember due date" as "Remember return date"</li>
164 </ul>
165
166 <h3 id="command-lineutilities">Command-line Utilities</h3>
167
168 <ul>
169 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27656">[27656]</a> misc/cronjobs/longoverdue.pl better error message</li>
170 </ul>
171
172 <h3 id="finesandfees">Fines and fees</h3>
173
174 <ul>
175 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28097">[28097]</a> t/db_dependent/Koha/Account/Line.t test fails with FinesMode set to calculate</li>
176 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28147">[28147]</a> Pass itemnumber when writing off a single debit</li>
177 </ul>
178
179 <h3 id="holdrequests">Hold requests</h3>
180
181 <ul>
182 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18729">[18729]</a> Librarian unable to update hold pickup library from patron pages without "modify_holds_priority" permission</li>
183 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26999">[26999]</a> "Any library" not translatable on the hold list</li>
184 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27921">[27921]</a> Timestamp in holds log is out of date when a hold is marked as waiting</li>
185 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28118">[28118]</a> Fix missing "selected" attribute in "Pickup at" dropdown</li>
186 </ul>
187
188 <h3 id="lists">Lists</h3>
189
190 <ul>
191 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28069">[28069]</a> Can't sort lists on staff client</li>
192 </ul>
193
194 <h3 id="notices">Notices</h3>
195
196 <ul>
197 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28017">[28017]</a> Allow non-FQDN and IP addresses in emails</li>
198 </ul>
199
200 <h3 id="opac">OPAC</h3>
201
202 <ul>
203 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27726">[27726]</a> OPACProblemReports cuts off message text</li>
204 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27748">[27748]</a> Encoding problem in link to OverDrive results</li>
205 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27881">[27881]</a> Markup error in masthead-langmenu.inc</li>
206 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27889">[27889]</a> Form fields in OPAC are "out of shape"</p>
207
208 <blockquote>
209   <p>This patch tweaks the CSS for the advanced search form in the OPAC so that it adjusts well at various browser widths, including preventing the form from taking up the whole width of the page at higher browser widths.</p>
210 </blockquote></li>
211 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27940">[27940]</a> Fix missing email in OpacMaintenance page</p>
212
213 <blockquote>
214   <p>This fixes no email address being shown on the OPAC maintenance page for "site administrator" link (when OpacMaintenance is set). Before this the link was showing as an empty "mailto:" instead of the value of KohaAdminEmailAddress</p>
215 </blockquote></li>
216 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27961">[27961]</a> External track clicks links should get uri filtered</p>
217
218 <p><strong>Sponsored by</strong> <em>Parliamentary Library New Zealand</em></p></li>
219 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27979">[27979]</a> Multiple item URIs break redirect if TrackClicks enabled</p>
220
221 <p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
222 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28094">[28094]</a> Fix bad encoding of OVERRIDE_SYSPREF_LibraryName</li>
223 </ul>
224
225 <h3 id="patrons">Patrons</h3>
226
227 <ul>
228 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27937">[27937]</a> Date of birth entered  without correct format causes internal server error</li>
229 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28043">[28043]</a> Some patron clubs operations don't work from later pages of results</li>
230 </ul>
231
232 <h3 id="sip2">SIP2</h3>
233
234 <ul>
235 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27936">[27936]</a> AllowItemsOnHoldCheckoutSIP does not allow checkout of items currently waiting for a hold</li>
236 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28052">[28052]</a> keys omitted in check for system preference override</li>
237 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28054">[28054]</a> SIPServer.pm is a program and requires a shebang</li>
238 </ul>
239
240 <h3 id="searching">Searching</h3>
241
242 <ul>
243 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26679">[26679]</a> Genre tags linking to subject search, causing null results</li>
244 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27746">[27746]</a> Use of uninitialized value $oclc in pattern match (m//) error at C4/Koha.pm</li>
245 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27928">[27928]</a> FindDuplicate is hardcoded to use Zebra</li>
246 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28074">[28074]</a> Browse controls on staff detail pages are sometimes weird</li>
247 </ul>
248
249 <h3 id="serials">Serials</h3>
250
251 <ul>
252 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27397">[27397]</a> Serials: The description input field when defining numbering patterns is too short</li>
253 </ul>
254
255 <h3 id="staffclient">Staff Client</h3>
256
257 <ul>
258 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27926">[27926]</a> Date of birth sorting with British English format is broken</li>
259 </ul>
260
261 <h3 id="systemadministration">System Administration</h3>
262
263 <ul>
264 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27999">[27999]</a> Display the description of authorized values category</li>
265 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28121">[28121]</a> Wrong punctuation on desk deletion</li>
266 </ul>
267
268 <h3 id="templates">Templates</h3>
269
270 <ul>
271 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28004">[28004]</a> Incomplete breadcrumbs in authorized valued</p>
272
273 <blockquote>
274   <p>This patch fixes some incorrect displays within the breadcrumbs on authorised_values.tt</p>
275 </blockquote></li>
276 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28032">[28032]</a> Button corrections in point of sale pages</li>
277 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28042">[28042]</a> Button corrections in OAI set mappings template</li>
278 </ul>
279
280 <h3 id="tools">Tools</h3>
281
282 <ul>
283 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26942">[26942]</a> TinyMCE in the News Tool is still doing some types of automatic code cleanup</li>
284 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27963">[27963]</a> touch_all_items.pl script is not working at all</li>
285 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28044">[28044]</a> Calendar: Tables with closed days are no longer color coded</li>
286 </ul>
287
288 <h3 id="z39.50sruopensearchservers">Z39.50 / SRU / OpenSearch Servers</h3>
289
290 <ul>
291 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26528">[26528]</a> Koha return no result if  there's  invalid records in Z39.50/SRU server reply</li>
292 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28112">[28112]</a> Z39.50 does not populate form with all passed criteria</li>
293 </ul>
294
295 <h2 id="documentation">Documentation</h2>
296
297 <p>The Koha manual is maintained in Sphinx. The home page for Koha 
298 documentation is </p>
299
300 <ul>
301 <li><a href="http://koha-community.org/documentation/">Koha Documentation</a></li>
302 </ul>
303
304 <p>As of the date of these release notes, the Koha manual is available in the following languages:</p>
305
306 <ul>
307 <li><a href="http://koha-community.org/manual/20.11/en/html/">English</a></li>
308 <li><a href="http://koha-community.org/manual/20.11/ar/html/">Arabic</a></li>
309 <li><a href="http://koha-community.org/manual/20.11/zh_TW/html/">Chinese - Taiwan</a></li>
310 <li><a href="http://koha-community.org/manual/20.11/cs/html/">Czech</a></li>
311 <li><a href="http://koha-community.org/manual/20.11/fr/html/">French</a></li>
312 <li><a href="http://koha-community.org/manual/20.11/fr_CA/html/">French (Canada)</a></li>
313 <li><a href="http://koha-community.org/manual/20.11/de/html/">German</a></li>
314 <li><a href="http://koha-community.org/manual/20.11/hi/html/">Hindi</a></li>
315 <li><a href="http://koha-community.org/manual/20.11/it/html/">Italian</a></li>
316 <li><a href="http://koha-community.org/manual/20.11/pt_BR/html/">Portuguese - Brazil</a></li>
317 <li><a href="http://koha-community.org/manual/20.11/es/html/">Spanish</a></li>
318 <li><a href="http://koha-community.org/manual/20.11/tr/html/">Turkish</a></li>
319 </ul>
320
321 <p>The Git repository for the Koha manual can be found at</p>
322
323 <ul>
324 <li><a href="https://gitlab.com/koha-community/koha-manual">Koha Git Repository</a></li>
325 </ul>
326
327 <h2 id="translations">Translations</h2>
328
329 <p>Complete or near-complete translations of the OPAC and staff
330 interface are available in this release for the following languages:</p>
331
332 <ul>
333 <li>Arabic (99.6%)</li>
334 <li>Armenian (100%)</li>
335 <li>Armenian (Classical) (89%)</li>
336 <li>Catalan; Valencian (52.7%)</li>
337 <li>Chinese (Taiwan) (89.2%)</li>
338 <li>Czech (73.1%)</li>
339 <li>English (New Zealand) (59.6%)</li>
340 <li>English (USA)</li>
341 <li>Finnish (78.2%)</li>
342 <li>French (88.4%)</li>
343 <li>French (Canada) (91.2%)</li>
344 <li>German (100%)</li>
345 <li>German (Switzerland) (67%)</li>
346 <li>Greek (60.8%)</li>
347 <li>Hindi (100%)</li>
348 <li>Italian (100%)</li>
349 <li>Norwegian Bokmål (63.5%)</li>
350 <li>Polish (83.7%)</li>
351 <li>Portuguese (77.3%)</li>
352 <li>Portuguese (Brazil) (94.6%)</li>
353 <li>Russian (94.2%)</li>
354 <li>Slovak (80.8%)</li>
355 <li>Spanish (98.9%)</li>
356 <li>Swedish (74.6%)</li>
357 <li>Telugu (79.9%)</li>
358 <li>Turkish (96.9%)</li>
359 <li>Ukrainian (64.3%)</li>
360 </ul>
361
362 <p>Partial translations are available for various other languages.</p>
363
364 <p>The Koha team welcomes additional translations; please see</p>
365
366 <ul>
367 <li><a href="http://wiki.koha-community.org/wiki/Translating_Koha">Koha Translation Info</a></li>
368 </ul>
369
370 <p>For information about translating Koha, and join the koha-translate 
371 list to volunteer:</p>
372
373 <ul>
374 <li><a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate">Koha Translate List</a></li>
375 </ul>
376
377 <p>The most up-to-date translations can be found at:</p>
378
379 <ul>
380 <li><a href="http://translate.koha-community.org/">Koha Translation</a></li>
381 </ul>
382
383 <h2 id="releaseteam">Release Team</h2>
384
385 <p>The release team for Koha 20.11.05 is</p>
386
387 <ul>
388 <li><p>Release Manager: Jonathan Druart</p></li>
389 <li><p>Release Manager assistants:</p>
390
391 <ul>
392 <li>Martin Renvoize</li>
393 <li>Tomás Cohen Arazi</li>
394 </ul></li>
395 <li><p>QA Manager: Katrin Fischer</p></li>
396 <li><p>QA Team:</p>
397
398 <ul>
399 <li>David Cook</li>
400 <li>Agustín Moyano</li>
401 <li>Martin Renvoize</li>
402 <li>Marcel de Rooy</li>
403 <li>Joonas Kylmälä</li>
404 <li>Julian Maurice</li>
405 <li>Tomás Cohen Arazi</li>
406 <li>Josef Moravec</li>
407 <li>Nick Clemens</li>
408 <li>Kyle Hall</li>
409 <li>Victor Grousset</li>
410 </ul></li>
411 <li><p>Topic Experts:</p>
412
413 <ul>
414 <li>UI Design -- Owen Leonard</li>
415 <li>REST API -- Tomás Cohen Arazi</li>
416 <li>Zebra -- Fridolin Somers</li>
417 <li>Accounts -- Martin Renvoize</li>
418 </ul></li>
419 <li><p>Bug Wranglers:</p>
420
421 <ul>
422 <li>Amit Gupta</li>
423 <li>Mengü Yazıcıoğlu</li>
424 <li>Indranil Das Gupta</li>
425 </ul></li>
426 <li><p>Packaging Managers:</p>
427
428 <ul>
429 <li>David Cook</li>
430 <li>Mason James</li>
431 <li>Agustín Moyano</li>
432 </ul></li>
433 <li><p>Documentation Manager: Caroline Cyr La Rose</p></li>
434 <li><p>Documentation Team:</p>
435
436 <ul>
437 <li>Marie-Luce Laflamme</li>
438 <li>Lucy Vaux-Harvey</li>
439 <li>Henry Bolshaw</li>
440 <li>David Nind</li>
441 </ul></li>
442 <li><p>Translation Managers: </p>
443
444 <ul>
445 <li>Indranil Das Gupta</li>
446 <li>Bernardo González Kriegel</li>
447 </ul></li>
448 <li><p>Release Maintainers:</p>
449
450 <ul>
451 <li>20.11 -- Fridolin Somers</li>
452 <li>20.05 -- Andrew Fuerste-Henry</li>
453 <li>19.11 -- Victor Grousset</li>
454 </ul></li>
455 </ul>
456
457 <h2 id="credits">Credits</h2>
458
459 <p>We thank the following libraries who are known to have sponsored
460 new features in Koha 20.11.05:</p>
461
462 <ul>
463 <li><a href="https://www.catalyst.net.nz/products/library-management-koha">Catalyst</a></li>
464 <li>Parliamentary Library New Zealand</li>
465 </ul>
466
467 <p>We thank the following individuals who contributed patches to Koha 20.11.05.</p>
468
469 <ul>
470 <li>Aleisha Amohia (2)</li>
471 <li>Tomás Cohen Arazi (17)</li>
472 <li>Colin Campbell (2)</li>
473 <li>Nick Clemens (12)</li>
474 <li>David Cook (2)</li>
475 <li>Jonathan Druart (13)</li>
476 <li>Magnus Enger (2)</li>
477 <li>Katrin Fischer (2)</li>
478 <li>Andrew Fuerste-Henry (2)</li>
479 <li>Lucas Gass (3)</li>
480 <li>Didier Gautheron (1)</li>
481 <li>Joonas Kylmälä (1)</li>
482 <li>Owen Leonard (14)</li>
483 <li>Catherine Ma (1)</li>
484 <li>James O'Keeffe (1)</li>
485 <li>Séverine Queune (2)</li>
486 <li>Martin Renvoize (15)</li>
487 <li>Phil Ringnalda (2)</li>
488 <li>Marcel de Rooy (1)</li>
489 <li>Fridolin Somers (9)</li>
490 <li>Koha Translators (1)</li>
491 <li>Petro Vashchuk (4)</li>
492 </ul>
493
494 <p>We thank the following libraries, companies, and other institutions who contributed
495 patches to Koha 20.11.05</p>
496
497 <ul>
498 <li>Athens County Public Libraries (14)</li>
499 <li>BibLibre (10)</li>
500 <li>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) (2)</li>
501 <li>Bibliothèque Universitaire des Langues et Civilisations (BULAC) (2)</li>
502 <li>ByWater-Solutions (17)</li>
503 <li>Catalyst Open Source Academy (2)</li>
504 <li>Chetco Community Public Library (2)</li>
505 <li>Independant Individuals (6)</li>
506 <li>Koha Community Developers (13)</li>
507 <li>Libriotech (2)</li>
508 <li>Prosentient Systems (2)</li>
509 <li>PTFS-Europe (17)</li>
510 <li>Rijks Museum (1)</li>
511 <li>Theke Solutions (17)</li>
512 <li>University of Helsinki (1)</li>
513 </ul>
514
515 <p>We also especially thank the following individuals who tested patches
516 for Koha.</p>
517
518 <ul>
519 <li>Tomás Cohen Arazi (3)</li>
520 <li>Donna Bachowski (1)</li>
521 <li>Nick Clemens (15)</li>
522 <li>Jonathan Druart (96)</li>
523 <li>Katrin Fischer (22)</li>
524 <li>Andrew Fuerste-Henry (8)</li>
525 <li>Lucas Gass (2)</li>
526 <li>Victor Grousset (3)</li>
527 <li>Amit Gupta (9)</li>
528 <li>Kyle M Hall (13)</li>
529 <li>Sally Healey (1)</li>
530 <li>Joonas Kylmälä (11)</li>
531 <li>Owen Leonard (13)</li>
532 <li>Julian Maurice (2)</li>
533 <li>Kelly McElligott (1)</li>
534 <li>David Nind (22)</li>
535 <li>Séverine Queune (5)</li>
536 <li>Martin Renvoize (34)</li>
537 <li>Phil Ringnalda (1)</li>
538 <li>Marcel de Rooy (2)</li>
539 <li>Fridolin Somers (100)</li>
540 <li>Petro Vashchuk (2)</li>
541 </ul>
542
543 <p>We thank the following individuals who mentored new contributors to the Koha project.</p>
544
545 <ul>
546 <li>Andrew Nugged</li>
547 </ul>
548
549 <p>We regret any omissions.  If a contributor has been inadvertently missed,
550 please send a patch against these release notes to 
551 koha-patches@lists.koha-community.org.</p>
552
553 <h2 id="revisioncontrolnotes">Revision control notes</h2>
554
555 <p>The Koha project uses Git for version control.  The current development 
556 version of Koha can be retrieved by checking out the master branch of:</p>
557
558 <ul>
559 <li><a href="https://git.koha-community.org/Koha-community/Koha.git">Koha Git Repository</a></li>
560 </ul>
561
562 <p>The branch for this version of Koha and future bugfixes in this release
563 line is 20.11.x.</p>
564
565 <h2 id="bugsandfeaturerequests">Bugs and feature requests</h2>
566
567 <p>Bug reports and feature requests can be filed at the Koha bug
568 tracker at:</p>
569
570 <ul>
571 <li><a href="http://bugs.koha-community.org">Koha Bugzilla</a></li>
572 </ul>
573
574 <p>He rau ringa e oti ai.
575 (Many hands finish the work)</p>
576
577 <p>Autogenerated release notes updated last on 26 avril 2021 12:40:23.</p>