Bug 20529: Remove other occurrences of decodeURIComponent from browser.js
[koha.git] / misc / release_notes / release_notes_20_11_02.html
1 <h1 id="releasenotesforkoha20.11.02">RELEASE NOTES FOR KOHA 20.11.02</h1>
2
3 <p>22 janv. 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.02 can be downloaded from:</p>
15
16 <ul>
17 <li><a href="http://download.koha-community.org/koha-20.11.02.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.02 is a bugfix/maintenance release.</p>
28
29 <p>It includes 10 enhancements, 49 bugfixes.</p>
30
31 <h3 id="systemrequirements">System requirements</h3>
32
33 <p>Koha is continuously tested against the following configurations and as such these are the recommendations for 
34 deployment:</p>
35
36 <p>Operating system:</p>
37
38 <ul>
39 <li>Debian 10</li>
40 <li>Debian 9</li>
41 <li>Ubuntu 20.04</li>
42 <li>Ubuntu 18.04</li>
43 <li>Ubuntu 16.04</li>
44 <li>Ubuntu 20.10 (experimental)</li>
45 <li>Debian 11 (experimental)</li>
46 </ul>
47
48 <p>Database:</p>
49
50 <ul>
51 <li>MariaDB 10.3</li>
52 <li>MariaDB 10.1</li>
53 </ul>
54
55 <p>Search engine:</p>
56
57 <ul>
58 <li>ElasticSearch 6</li>
59 <li>Zebra</li>
60 </ul>
61
62 <p>Perl:</p>
63
64 <ul>
65 <li>Perl >= 5.14 is required and 5.24, 5.26, 5.28 or 5.30 are recommended. These are the versions of the recommended operating systems.</li>
66 </ul>
67
68 <h2 id="enhancements">Enhancements</h2>
69
70 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
71
72 <ul>
73 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24254">[24254]</a> Add Koha::Items->filter_by_visible_in_opac</p>
74
75 <blockquote>
76   <p>This patch introduces an efficient way of filtering Koha::Items result sets, to hide items that that shouldn't be exposed on public interfaces.</p>
77   
78   <p>Filtering is governed by the following system preferences. A helper method is added to handle lost items:</p>
79   
80   <ul>
81   <li>hidelostitems: Koha::Items->filter_out_lost is added to handle this.</li>
82   </ul>
83   
84   <p>Some patrons have exceptions so OpacHiddenItems is not enforced on them. That's why the new method [1] has an optional parameter that expects the logged in patron to be passed in the call.</p>
85   
86   <p>[1] Koha::Items->filter_by_visible_in_opac</p>
87 </blockquote></li>
88 </ul>
89
90 <h3 id="circulation">Circulation</h3>
91
92 <ul>
93 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27306">[27306]</a> Add subtitle to return claims table</li>
94 </ul>
95
96 <h3 id="command-lineutilities">Command-line Utilities</h3>
97
98 <ul>
99 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24541">[24541]</a> Database cleanups, purge messages</li>
100 </ul>
101
102 <h3 id="labelpatroncardprinting">Label/patron card printing</h3>
103
104 <ul>
105 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26875">[26875]</a> Allow printing of just one barcode</li>
106 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26962">[26962]</a> Koha notice/slips/receipts should print in true black (#000000)</p>
107
108 <blockquote>
109   <p>Almost black color in CSS rules (like #000066) are now replaced by true black color #000000</p>
110 </blockquote></li>
111 </ul>
112
113 <h3 id="opac">OPAC</h3>
114
115 <ul>
116 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26847">[26847]</a> Make borrower category code accessible in all pages of the OPAC</li>
117 </ul>
118
119 <h3 id="reports">Reports</h3>
120
121 <ul>
122 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26713">[26713]</a> Add pagination to bottom of saved SQL reports table</p>
123
124 <blockquote>
125   <p>This enhancement adds a second pagination menu to the bottom of saved SQL reports tables.</p>
126 </blockquote></li>
127 </ul>
128
129 <h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
130
131 <ul>
132 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24863">[24863]</a> QueryFuzzy syspref says it requires Zebra but Elasticsearch has some support</li>
133 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25054">[25054]</a> Display search field aliases in search engine configuration</p>
134
135 <blockquote>
136   <p>This adds a new column aliases to the search fields tabs of the search engine configuration table. The aliases table shows the abbreviated and alternative index names available for each defined index.</p>
137 </blockquote></li>
138 </ul>
139
140 <h3 id="staffclient">Staff Client</h3>
141
142 <ul>
143 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25462">[25462]</a> Shelving location should be on a new line in holdings table</p>
144
145 <blockquote>
146   <p>In the holdings table, the shelving location is now displayed on a new line after the 'Home library'.</p>
147 </blockquote></li>
148 </ul>
149
150 <h2 id="criticalbugsfixed">Critical bugs fixed</h2>
151
152 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
153
154 <ul>
155 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27252">[27252]</a> ES5 no longer supported (since 20.11.00)</p>
156
157 <blockquote>
158   <p>This prepares Koha to officially no longer support Elasticsearch 5.X.</p>
159   
160   <p>It adds a new system preference 'ElasticsearchCrossFields' to allow users to choose whether or not to enable this feature.</p>
161 </blockquote></li>
162 </ul>
163
164 <h3 id="command-lineutilities">Command-line Utilities</h3>
165
166 <ul>
167 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27245">[27245]</a> bulkmarcimport.pl error 'Already in a transaction'</li>
168 </ul>
169
170 <h3 id="opac">OPAC</h3>
171
172 <ul>
173 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15448">[15448]</a> Placing hold on specific items doesn't enforce OpacHiddenItems</li>
174 </ul>
175
176 <h3 id="patrons">Patrons</h3>
177
178 <ul>
179 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27420">[27420]</a> A mistake in bug 5161 leads to some patron attributes appearing without a fieldset</li>
180 </ul>
181
182 <h2 id="otherbugsfixed">Other bugs fixed</h2>
183
184 <h3 id="acquisitions">Acquisitions</h3>
185
186 <ul>
187 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24470">[24470]</a> Set import_status when file used to populate basket in acquisitions</li>
188 </ul>
189
190 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
191
192 <ul>
193 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25292">[25292]</a> L1 cache too long in Z3950 server (z3950-responder)</li>
194 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26848">[26848]</a> Fix Readonly dependency in cpanfile</li>
195 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27345">[27345]</a> C4::Auth::get_template_and_user is missing some permissions for superlibrarian</li>
196 </ul>
197
198 <h3 id="cataloging">Cataloging</h3>
199
200 <ul>
201 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20971">[20971]</a> Corrupted storable string breaks SubfieldsToUseWhenPrefill functionality</li>
202 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27130">[27130]</a> Adding local cover image at item level shows 'File type' section</li>
203 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27135">[27135]</a> Viewing local cover images at item level shows a link to upload image at record level</li>
204 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27164">[27164]</a> Fix item search CSV export</li>
205 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27308">[27308]</a> Advanced editor should skip blank lines when inserting new fields</li>
206 </ul>
207
208 <h3 id="circulation">Circulation</h3>
209
210 <ul>
211 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26953">[26953]</a> Phone &amp; SMS transports always displayed in overdue status triggers</li>
212 </ul>
213
214 <h3 id="command-lineutilities">Command-line Utilities</h3>
215
216 <ul>
217 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17429">[17429]</a> Document the --plack option for koha-list</li>
218 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26851">[26851]</a> Overdue notices should not send a report to the library if there is no content</li>
219 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27085">[27085]</a> Corrections in overdue_notices.pl help text</p>
220
221 <p><strong>Sponsored by</strong> <em>Lund University Library</em></p></li>
222 </ul>
223
224 <h3 id="finesandfees">Fines and fees</h3>
225
226 <ul>
227 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26593">[26593]</a> Rental discounts are applied in wrong precedence order</li>
228 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27180">[27180]</a> Fines cronjob does not update fines on holidays when finesCalendar is set to ignore</li>
229 </ul>
230
231 <h3 id="holdrequests">Hold requests</h3>
232
233 <ul>
234 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26367">[26367]</a> Warn in HoldsQueue if request itemtype set but request is not item specific</li>
235 </ul>
236
237 <h3 id="marcbibliographicrecordstagingimport">MARC Bibliographic record staging/import</h3>
238
239 <ul>
240 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26171">[26171]</a> Show biblionumber in Koha::Exceptions::Metadata::Invalid</li>
241 </ul>
242
243 <h3 id="opac">OPAC</h3>
244
245 <ul>
246 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27047">[27047]</a> Purchase suggestions search filter is broken</li>
247 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27090">[27090]</a> In the location column of an OPAC cart the 'In transit from' and 'to' fields are empty</li>
248 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27168">[27168]</a> Most popular doesn't always sort correctly</li>
249 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27178">[27178]</a> OPAC results and lists pages contain invalid attributes (xmlns:str="http://exslt.org/strings")</li>
250 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27297">[27297]</a> When itemtype is marked as required in OpacSuggestion MandatoryFields the field is not required</li>
251 </ul>
252
253 <h3 id="patrons">Patrons</h3>
254
255 <ul>
256 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26417">[26417]</a> Remove warn in Koha::Patron is_valid_age</li>
257 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26797">[26797]</a> Error when trying to access Relative Checkouts between Professional and Organizational patron categories</li>
258 </ul>
259
260 <h3 id="searching">Searching</h3>
261
262 <ul>
263 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26957">[26957]</a> Find duplicate removes operators from the middle of search terms</li>
264 </ul>
265
266 <h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
267
268 <ul>
269 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26996">[26996]</a> Elasticsearch: Multiprocess reindexing sometimes doesn't reindex all records</p>
270
271 <p><strong>Sponsored by</strong> <em>Lund University Library</em></p></li>
272 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27043">[27043]</a> Add to number_of_replicas and number_of_shards  to index config</p>
273
274 <blockquote>
275   <p>Elasticsearch 6 server has default value 5 for "number_of_shards" but warn about Elasticsearch 7 having default value 1.
276   So its is better to set this value in configuration file.
277   Patch also sets number_of_replicas to 1.
278   If you have only one Elasticsearch node, you have to set this value to 0.</p>
279 </blockquote></li>
280 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27307">[27307]</a> "Keyword as phrase" option in search dropdown doesn't work with Elastic</li>
281 </ul>
282
283 <h3 id="searching-zebra">Searching - Zebra</h3>
284
285 <ul>
286 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299">[27299]</a> Zebra phrase register is incorrectly tokenized when using ICU</p>
287
288 <blockquote>
289   <p>Previously, Zebra indexing in ICU mode was incorrectly tokenizing text for the "p" register. This meant that particular phrase searches were not working as expected. With this change, phrase searching works the same in ICU and CHR modes.</p>
290 </blockquote></li>
291 </ul>
292
293 <h3 id="staffclient">Staff Client</h3>
294
295 <ul>
296 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27336">[27336]</a> JS error in Administration - System preferences page</li>
297 </ul>
298
299 <h3 id="systemadministration">System Administration</h3>
300
301 <ul>
302 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27280">[27280]</a> Explanation for "Days mode" is not consistent</li>
303 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27310">[27310]</a> Wrong CSS float on 'Visibility' in framework edition</p>
304
305 <blockquote>
306   <p>This fixes the display of the 'Visibility' label when editing subfields for a framework. The label is now aligned correctly with the other labels.</p>
307 </blockquote></li>
308 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27349">[27349]</a> Mana system preference wrong type YesNo</li>
309 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27351">[27351]</a> UsageStatsCountry system preference wrong type YesNo</li>
310 </ul>
311
312 <h3 id="taskscheduler">Task Scheduler</h3>
313
314 <ul>
315 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27109">[27109]</a> Better labels for background job details</li>
316 </ul>
317
318 <h3 id="templates">Templates</h3>
319
320 <ul>
321 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25954">[25954]</a> Header search forms should be labeled</li>
322 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27031">[27031]</a> Koha.Preference() should be used more often in header.inc and js_includes.inc</li>
323 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27292">[27292]</a> TablesSettings.GetColumns() returning nothing creates unexpected Javascript on request.tt</li>
324 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27356">[27356]</a> Don't hide the SMTP servers table when last displayed is deleted</li>
325 </ul>
326
327 <h3 id="testsuite">Test Suite</h3>
328
329 <ul>
330 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26364">[26364]</a> XISBN.t makes a bad assumption about return values</li>
331 </ul>
332
333 <h3 id="tools">Tools</h3>
334
335 <ul>
336 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26894">[26894]</a> Marc Modification Templates treat subfield 0 as no subfield set when moving fields</li>
337 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26983">[26983]</a> Selecting ALL Items in Inventory- only selects 20</li>
338 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27413">[27413]</a> Cannot add debarment with batch patron modification tool</li>
339 </ul>
340
341 <h3 id="webservices">Web services</h3>
342
343 <ul>
344 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21301">[21301]</a> Restriction of the informations given by GetRecords ILS-DI service</p>
345
346 <blockquote>
347   <p>For privacy protection, ILS-DI webservice GetRecords will not give patron information anymore. Also old issues are not given anymore.
348   This removes method C4::Circulation::GetBiblioIssues().</p>
349 </blockquote></li>
350 </ul>
351
352 <h3 id="z39.50sruopensearchservers">Z39.50 / SRU / OpenSearch Servers</h3>
353
354 <ul>
355 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27149">[27149]</a> Z3950Responder removes itemnumber when adding item statuses</p>
356
357 <h2 id="newsysprefs">New sysprefs</h2></li>
358 <li><p>ElasticsearchCrossFields</p></li>
359 </ul>
360
361 <h2 id="documentation">Documentation</h2>
362
363 <p>The Koha manual is maintained in Sphinx. The home page for Koha 
364 documentation is </p>
365
366 <ul>
367 <li><a href="http://koha-community.org/documentation/">Koha Documentation</a></li>
368 </ul>
369
370 <p>As of the date of these release notes, the Koha manual is available in the following languages:</p>
371
372 <ul>
373 <li><a href="http://koha-community.org/manual/20.11/en/html/">English</a></li>
374 <li><a href="http://koha-community.org/manual/20.11/ar/html/">Arabic</a></li>
375 <li><a href="http://koha-community.org/manual/20.11/zh_TW/html/">Chinese - Taiwan</a></li>
376 <li><a href="http://koha-community.org/manual/20.11/cs/html/">Czech</a></li>
377 <li><a href="http://koha-community.org/manual/20.11/fr/html/">French</a></li>
378 <li><a href="http://koha-community.org/manual/20.11/fr_CA/html/">French (Canada)</a></li>
379 <li><a href="http://koha-community.org/manual/20.11/de/html/">German</a></li>
380 <li><a href="http://koha-community.org/manual/20.11/hi/html/">Hindi</a></li>
381 <li><a href="http://koha-community.org/manual/20.11/it/html/">Italian</a></li>
382 <li><a href="http://koha-community.org/manual/20.11/pt_BR/html/">Portuguese - Brazil</a></li>
383 <li><a href="http://koha-community.org/manual/20.11/es/html/">Spanish</a></li>
384 <li><a href="http://koha-community.org/manual/20.11/tr/html/">Turkish</a></li>
385 </ul>
386
387 <p>The Git repository for the Koha manual can be found at</p>
388
389 <ul>
390 <li><a href="https://gitlab.com/koha-community/koha-manual">Koha Git Repository</a></li>
391 </ul>
392
393 <h2 id="translations">Translations</h2>
394
395 <p>Complete or near-complete translations of the OPAC and staff
396 interface are available in this release for the following languages:</p>
397
398 <ul>
399 <li>Arabic (90.2%)</li>
400 <li>Armenian (100%)</li>
401 <li>Armenian (Classical) (89%)</li>
402 <li>Chinese (Taiwan) (86.2%)</li>
403 <li>Czech (73.4%)</li>
404 <li>English (New Zealand) (59.9%)</li>
405 <li>English (USA)</li>
406 <li>Finnish (78.6%)</li>
407 <li>French (73.9%)</li>
408 <li>French (Canada) (91.7%)</li>
409 <li>German (100%)</li>
410 <li>German (Switzerland) (67.3%)</li>
411 <li>Greek (60.8%)</li>
412 <li>Hindi (95.6%)</li>
413 <li>Italian (100%)</li>
414 <li>Norwegian Bokmål (63.8%)</li>
415 <li>Polish (71.2%)</li>
416 <li>Portuguese (77.7%)</li>
417 <li>Portuguese (Brazil) (89.2%)</li>
418 <li>Russian (50.8%)</li>
419 <li>Slovak (81.1%)</li>
420 <li>Spanish (94.6%)</li>
421 <li>Swedish (75%)</li>
422 <li>Telugu (80.1%)</li>
423 <li>Turkish (88.3%)</li>
424 <li>Ukrainian (63%)</li>
425 </ul>
426
427 <p>Partial translations are available for various other languages.</p>
428
429 <p>The Koha team welcomes additional translations; please see</p>
430
431 <ul>
432 <li><a href="http://wiki.koha-community.org/wiki/Translating_Koha">Koha Translation Info</a></li>
433 </ul>
434
435 <p>For information about translating Koha, and join the koha-translate 
436 list to volunteer:</p>
437
438 <ul>
439 <li><a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate">Koha Translate List</a></li>
440 </ul>
441
442 <p>The most up-to-date translations can be found at:</p>
443
444 <ul>
445 <li><a href="http://translate.koha-community.org/">Koha Translation</a></li>
446 </ul>
447
448 <h2 id="releaseteam">Release Team</h2>
449
450 <p>The release team for Koha 20.11.02 is</p>
451
452 <ul>
453 <li><p>Release Manager: Jonathan Druart</p></li>
454 <li><p>Release Manager assistants:</p>
455
456 <ul>
457 <li>Martin Renvoize</li>
458 <li>Tomás Cohen Arazi</li>
459 </ul></li>
460 <li><p>QA Manager: Katrin Fischer</p></li>
461 <li><p>QA Team:</p>
462
463 <ul>
464 <li>David Cook</li>
465 <li>Agustín Moyano</li>
466 <li>Martin Renvoize</li>
467 <li>Marcel de Rooy</li>
468 <li>Joonas Kylmälä</li>
469 <li>Julian Maurice</li>
470 <li>Tomás Cohen Arazi</li>
471 <li>Josef Moravec</li>
472 <li>Nick Clemens</li>
473 <li>Kyle Hall</li>
474 <li>Victor Grousset</li>
475 </ul></li>
476 <li><p>Topic Experts:</p>
477
478 <ul>
479 <li>UI Design -- Owen Leonard</li>
480 <li>REST API -- Tomás Cohen Arazi</li>
481 <li>Zebra -- Fridolin Somers</li>
482 <li>Accounts -- Martin Renvoize</li>
483 </ul></li>
484 <li><p>Bug Wranglers:</p>
485
486 <ul>
487 <li>Amit Gupta</li>
488 <li>Mengü Yazıcıoğlu</li>
489 <li>Indranil Das Gupta</li>
490 </ul></li>
491 <li><p>Packaging Managers:</p>
492
493 <ul>
494 <li>David Cook</li>
495 <li>Mason James</li>
496 <li>Agustín Moyano</li>
497 </ul></li>
498 <li><p>Documentation Manager: Caroline Cyr La Rose</p></li>
499 <li><p>Documentation Team:</p>
500
501 <ul>
502 <li>Marie-Luce Laflamme</li>
503 <li>Lucy Vaux-Harvey</li>
504 <li>Henry Bolshaw</li>
505 <li>David Nind</li>
506 </ul></li>
507 <li><p>Translation Managers: </p>
508
509 <ul>
510 <li>Indranil Das Gupta</li>
511 <li>Bernardo González Kriegel</li>
512 </ul></li>
513 <li><p>Release Maintainers:</p>
514
515 <ul>
516 <li>20.11 -- Fridolin Somers</li>
517 <li>20.05 -- Andrew Fuerste-Henry</li>
518 <li>19.11 -- Victor Grousset</li>
519 </ul></li>
520 </ul>
521
522 <h2 id="credits">Credits</h2>
523
524 <p>We thank the following libraries who are known to have sponsored
525 new features in Koha 20.11.02:</p>
526
527 <ul>
528 <li>Lund University Library</li>
529 </ul>
530
531 <p>We thank the following individuals who contributed patches to Koha 20.11.02.</p>
532
533 <ul>
534 <li>Tomás Cohen Arazi (8)</li>
535 <li>Nick Clemens (24)</li>
536 <li>David Cook (3)</li>
537 <li>Christophe Croullebois (1)</li>
538 <li>Jonathan Druart (27)</li>
539 <li>Katrin Fischer (2)</li>
540 <li>Andrew Fuerste-Henry (1)</li>
541 <li>Lucas Gass (3)</li>
542 <li>Didier Gautheron (1)</li>
543 <li>Victor Grousset (3)</li>
544 <li>Pasi Kallinen (1)</li>
545 <li>Owen Leonard (5)</li>
546 <li>Julian Maurice (2)</li>
547 <li>Josef Moravec (1)</li>
548 <li>Björn Nylén (1)</li>
549 <li>Martin Renvoize (5)</li>
550 <li>David Roberts (1)</li>
551 <li>Marcel de Rooy (1)</li>
552 <li>Andreas Roussos (1)</li>
553 <li>Lisette Scheer (1)</li>
554 <li>Fridolin Somers (14)</li>
555 <li>Koha Translators (1)</li>
556 <li>Timothy Alexis Vass (1)</li>
557 </ul>
558
559 <p>We thank the following libraries, companies, and other institutions who contributed
560 patches to Koha 20.11.02</p>
561
562 <ul>
563 <li>Athens County Public Libraries (5)</li>
564 <li>BibLibre (18)</li>
565 <li>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) (2)</li>
566 <li>ByWater-Solutions (28)</li>
567 <li>Dataly Tech (1)</li>
568 <li>Independant Individuals (1)</li>
569 <li>Koha Community Developers (30)</li>
570 <li>Latah County Library District (1)</li>
571 <li>Prosentient Systems (3)</li>
572 <li>PTFS-Europe (6)</li>
573 <li>Rijks Museum (1)</li>
574 <li>The City of Joensuu (1)</li>
575 <li>Theke Solutions (8)</li>
576 <li>ub.lu.se (2)</li>
577 </ul>
578
579 <p>We also especially thank the following individuals who tested patches
580 for Koha.</p>
581
582 <ul>
583 <li>Tomás Cohen Arazi (1)</li>
584 <li>Nick Clemens (26)</li>
585 <li>David Cook (2)</li>
586 <li>Jonathan Druart (81)</li>
587 <li>Katrin Fischer (23)</li>
588 <li>Andrew Fuerste-Henry (4)</li>
589 <li>Lucas Gass (6)</li>
590 <li>Victor Grousset (18)</li>
591 <li>Kyle M Hall (9)</li>
592 <li>Mason James (1)</li>
593 <li>Barbara Johnson (3)</li>
594 <li>Mazen Khallaf (1)</li>
595 <li>Joonas Kylmälä (2)</li>
596 <li>Owen Leonard (4)</li>
597 <li>Julian Maurice (3)</li>
598 <li>Kelly McElligott (2)</li>
599 <li>Josef Moravec (2)</li>
600 <li>David Nind (17)</li>
601 <li>James O'Keeffe (1)</li>
602 <li>Séverine Queune (2)</li>
603 <li>Martin Renvoize (29)</li>
604 <li>Caroline Cyr La Rose (1)</li>
605 <li>Fridolin Somers (105)</li>
606 </ul>
607
608 <p>We regret any omissions.  If a contributor has been inadvertently missed,
609 please send a patch against these release notes to 
610 koha-patches@lists.koha-community.org.</p>
611
612 <h2 id="revisioncontrolnotes">Revision control notes</h2>
613
614 <p>The Koha project uses Git for version control.  The current development 
615 version of Koha can be retrieved by checking out the master branch of:</p>
616
617 <ul>
618 <li><a href="https://git.koha-community.org/Koha-community/Koha.git">Koha Git Repository</a></li>
619 </ul>
620
621 <p>The branch for this version of Koha and future bugfixes in this release
622 line is 20.11.x.</p>
623
624 <h2 id="bugsandfeaturerequests">Bugs and feature requests</h2>
625
626 <p>Bug reports and feature requests can be filed at the Koha bug
627 tracker at:</p>
628
629 <ul>
630 <li><a href="http://bugs.koha-community.org">Koha Bugzilla</a></li>
631 </ul>
632
633 <p>He rau ringa e oti ai.
634 (Many hands finish the work)</p>
635
636 <p>Autogenerated release notes updated last on 22 janv. 2021 14:08:52.</p>