Update release notes for 20.05.03 release
[koha.git] / misc / release_notes / release_notes_20_05_03.md
blob85f75dd475084fa974ef7480e880ee780590cb62
1 # RELEASE NOTES FOR KOHA 20.05.03
2 31 Aug 2020
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:
9 - [Koha Community](http://koha-community.org)
11 Koha 20.05.03 can be downloaded from:
13 - [Download](http://download.koha-community.org/koha-20.05.03.tar.gz)
15 Installation instructions can be found at:
17 - [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
18 - OR in the INSTALL files that come in the tarball
20 Koha 20.05.03 is a bugfix/maintenance release.
22 It includes 44 enhancements, 67 bugfixes.
24 ### System requirements
26 Koha is continuously tested against the following configurations and as such these are the recommendations for 
27 deployment: 
29 - Debian Jessie with MySQL 5.5 (End of life)
30 - Debian Stretch with MariaDB 10.1
31 - Debian Buster with MariaDB 10.3
32 - Ubuntu Bionic with MariaDB 10.1 
33 - Debian Stretch with MySQL 8.0 (Experimental MySQL 8.0 support)
35 Additional notes:
36     
37 - Perl 5.10 is required (5.24 is recommended)
38 - Zebra or Elasticsearch is required
43 ## Enhancements
45 ### Architecture, internals, and plumbing
47 - [[23070]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23070) Use Koha::Hold in C4::Reserves::RevertWaitingStatus
48 - [[25511]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25511) Add --force option to update_dbix_class_files.pl
49 - [[25723]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25723) Improve efficiency of holiday calculation
50 - [[25998]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25998) Add 'library' relation to Koha::Account::Line
51 - [[26133]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26133) Unneeded calls in detail.pl can be removed
52 - [[26141]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26141) Duplicated code in search.pl
54 ### Circulation
56 - [[25717]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25717) Improve messages for automatic renewal errors
58   >This change improves the wording and grammar for automatic renewal error messages.
59 - [[25907]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25907) When cancelling a waiting hold on returns.pl, looks for new hold to fill without rescanning barcode
61 ### Command-line Utilities
63 - [[23696]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23696) build_oai_sets.pl should take biblios from deletedbiblio_metadata too
65 ### Fines and fees
67 - [[8338]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8338) Add ability to decrease fines with dropbox mode
68 - [[26161]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26161) Confirm and cancel buttons should be underneath the right hand form on the POS page
70 ### Hold requests
72 - [[23820]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23820) Club hold pickup locations should be able to default to patron's home library
74   **Sponsored by** *South East Kansas Library System*
76 ### I18N/L10N
78 - [[25443]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25443) Improve translation of "Select the host record to link%s to"
79 - [[25922]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25922) aria-labels are currently not translatable
81 ### Notices
83 - [[24591]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24591) Add developer script to preview a letter
85 ### OPAC
87 - [[23795]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23795) Convert OpacCredits system preference to news block
88 - [[23796]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23796) Convert OpacCustomSearch system preference to news block
89 - [[23797]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23797) Convert OpacLoginInstructions system preference to news block
90 - [[25155]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25155) Accessibility: The 'Login modal' contains semantically incorrect headings
91 - [[25237]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25237) Accessibility: The 'Author details' in the full record display contains semantically incorrect headings
92 - [[25244]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25244) Accessibility: Checkboxes on the search results page do not contain specific aria labels
93 - [[25984]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25984) Accessibility: Shelf browse lacks focus visibility when cover image is missing
94 - [[26008]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26008) Remove the use of jquery.checkboxes plugin from OPAC cart
95 - [[26094]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26094) "Suggest for Purchase" button missing unique CSS class
97 ### Plugin architecture
99 - [[25961]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25961) Add hooks for plugins to inject variables to XSLT
101 ### SIP2
103 - [[24165]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24165) Add ability to send any item field in a library chosen SIP field
104 - [[25344]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25344) Add support for circulation status 10 ( item in transit )
105 - [[25347]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25347) Add support for circulation status 11 ( claimed returned )
106 - [[25348]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25348) Add support for circulation status 12 ( lost )
108 ### Staff Client
110 - [[26084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26084) ConsiderOnSiteCheckoutsAsNormalCheckouts description is unclear
112 ### System Administration
114 - [[25709]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25709) Rename systempreference from NotesBlacklist to NotesToHide
116   >This patchset updates a syspref name to be clearer about what it does and to follow community guidelines on using inclusive language.
117   >
118   >https://wiki.koha-community.org/wiki/Coding_Guidelines#TERM3:_Inclusive_Language
120 ### Templates
122 - [[23148]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23148) Replace Bridge icons with transparent PNG files
123 - [[24625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24625) Phase out jquery.cookie.js:  showLastPatron
124 - [[25351]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25351) Move cart-related strings out of opac-bottom.inc and into basket.js
125 - [[25427]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25427) Make authority subfield management interface consistent with bibliographic subfield management view
126 - [[25968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25968) Make logs sort by date descending as a default and add column configuration options
127 - [[26004]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26004) Remove unused jQuery plugin jquery.hoverIntent.minified.js from the OPAC
128 - [[26010]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26010) Remove the use of jquery.checkboxes plugin from staff interface cart
129 - [[26011]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26011) Remove unused jQuery plugin jquery.metadata.min.js from the OPAC
130 - [[26016]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26016) Capitalization: MARC Preview
131 - [[26085]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26085) Add the copy, print and export DataTables buttons to lost items report
133 ### Tools
135 - [[5087]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5087) Option to not show CSV profiles in OPAC
137   **Sponsored by** *Catalyst*
139   >This patch adds an option to show or not show a CSV profile in the OPAC cart and lists download formats list.
140 - [[22660]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22660) Allow use of CodeMirror for editing HTML in the news editor
141 - [[25845]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25845) Cannot limit system logs to 'api' interface
144 ## Critical bugs fixed
146 ### Acquisitions
148 - [[26134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26134) Error when adding to basket from new/staged file when using MARCItemFieldsToOrder
150 ### Architecture, internals, and plumbing
152 - [[25964]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25964) Data loss possible when items are modified
153 - [[26253]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26253) duplicated mana_config in etc/koha-conf.xml
155 ### Circulation
157 - [[25566]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25566) Change in DecreaseLoanHighHolds behaviour
158 - [[25726]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25726) Holds to Pull made empty by pathological holds
159 - [[25850]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25850) CalcDateDue freezes with 'useDaysMode' set to 'Dayweek' and the due date lands on a Sunday
161 ### Command-line Utilities
163 - [[25683]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25683) update_patron_categories.pl should recognize no fine history = 0 outstanding fines
165 ### I18N/L10N
167 - [[26158]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26158) Z3950 search button broken for translations
169 ### ILL
171 - [[26114]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26114) ILL should mark status=RET only if a return happened
173 ### Installation and upgrade (command-line installer)
175 - [[26265]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26265) Makefile.PL is missing pos directory
177 ### Label/patron card printing
179 - [[25852]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25852) If a layout is edited, the layout type will revert to barcode
181 ### OPAC
183 - [[26005]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26005) OPAC cart display fails with error
185   >This fixes a problem with the OPAC cart - it should now work correctly when opened, instead of generating an error message.
186 - [[26037]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26037) openlibrary.org is hit on every Koha requests
188 ### Packaging
190 - [[25792]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25792) Rename 'ttf-dejavu' package to 'fonts-dejavu' for Debian 11
191 - [[25920]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25920) Add liblocale-codes-perl package to fix ubuntu-stable (focal)
193 ### REST API
195 - [[25944]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25944) Bug in ill_requests patch schema
196 - [[26143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26143) The API does not handle requesting all resources
198 ### SIP2
200 - [[25992]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25992) SIP2 server doesn't start - Undefined subroutine set_logger
202 ### Searching - Elasticsearch
204 - [[25882]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25882) Elasticsearch - Advanced search itemtype limits are being double quoted
206 ### Searching - Zebra
208 - [[23086]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23086) Search for collection is broken
210 ### Test Suite
212 - [[26033]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26033) framapic is closing
214 ### Z39.50 / SRU / OpenSearch Servers
216 - [[23542]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23542) SRU import encoding issue
219 ## Other bugs fixed
221 ### Acquisitions
223 - [[21268]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21268) Can't add to basket from staged file if base-level allocated is zero
224 - [[25499]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25499) Fund code column is empty when closing a budget
225 - [[25887]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25887) Filtering funds by library resets to empty in library pull down
227 ### Architecture, internals, and plumbing
229 - [[25950]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25950) REMOTE_ADDR set to null if client_ip in X-Forwarded-For matches a koha_trusted_proxies value
231 ### Circulation
233 - [[25293]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25293) Don't call escapeHtml on null
234 - [[25724]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25724) Transferred item checked in to shelving cart has cart location removed when transfer is filled
235 - [[25868]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25868) Transfers page must show effective itemtype
236 - [[25890]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25890) Checkouts table not sorting on check out date correctly
237 - [[25940]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25940) Two separate print dialogs when checking in/transferring an item
238 - [[26012]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26012) Date in 'Paid for' information not formatted to Time/DateFormat system preferences
239 - [[26136]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26136) Prevent double submit of checkin form
241 ### Command-line Utilities
243 - [[25853]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25853) update_patrons_category.pl has incorrect permissions in repo
244 - [[25955]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25955) compare_es_to_db.pl broken by drop of Catmandu dependency
246 ### Database
248 - [[24379]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24379) Patron login attempts happen to be NULL instead of 0
250 ### Installation and upgrade (web-based installer)
252 - [[25695]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25695) Missing logging of $@ in onboarding.pl after eval block
254 ### Notices
256 - [[25629]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25629) Fix capitalization in sample notices
258 ### OPAC
260 - [[24473]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24473) Syndetics content should be $raw filtered on opac-detail.tt
262   >Syndetics provides enhanced content which is displayed in the OPAC under the tabs 'Title Notes', 'Excerpt', 'About the author', and 'Editions'. They provide this information as HTML but Koha currently displays the content with the HTML tags. This fixes this so that the enhanced content displays correctly.
263 - [[25869]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25869) Coce images not loading for lists (virtualshelves)
264 - [[25982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25982) OPAC shelves RSS link output is HTML not XML
265 - [[26070]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26070) Google Transliterate API has been deprecated
267   >The Google Transliterate API has been deprecated by Google in 2011. This removes the remaining code and GoogleIndicTransliteration system preference from Koha as this is no longer functional.
268 - [[26179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26179) Remove redundant import of Google font
270 ### Packaging
272 - [[25889]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25889) Increase performance of debian/list-deps script
274 ### Patrons
276 - [[25336]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25336) Show checkouts/fines to guarantor is in the wrong section of the patron file
277 - [[26125]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26125) In 'Patron search' tab link should lead to patron details instead of checkout screen
279 ### Plugin architecture
281 - [[25953]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25953) Add ID to installed plugins table to ease styling and DOM mods
283 ### Reports
285 - [[26111]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26111) Serials module does not appear in reports dictionary
286 - [[26165]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26165) Duplicating large saved report leads to error due to length of URI
288 ### Searching - Elasticsearch
290 - [[25873]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25873) Elasticsearch - Records with malformed data are not indexed
291 - [[26009]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26009) Elasticsearch homebranch and holdingbranch facets are limited to 10
293 ### Self checkout
295 - [[26131]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26131) console errors when attempting to open SCO related system preferences
297 ### System Administration
299 - [[25919]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25919) Desks link is available in left side menu even if UseCirculationDesks is disabled
301 ### Templates
303 - [[25718]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25718) Correct typo in additem.tt
304 - [[25762]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25762) Typo in linkitem.tt
305 - [[25765]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25765) Replace LoginBranchname and LoginBranchcode with use of Branches template plugin
306 - [[25987]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25987) Radio buttons are misaligned in New label batches
307 - [[26098]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26098) JS error on the fund list view if no fund displayed
309 ### Test Suite
311 - [[25729]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25729) Charges/Fees.t is failing on slow servers due to wrong date comparison
312 - [[26043]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26043) Holds.t is failing randomly
313 - [[26115]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26115) Remove leftover Carp::Always
314 - [[26162]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26162) Prevent Selenium's StaleElementReferenceException
316 ### Tools
318 - [[25862]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25862) TinyMCE editor mangles  local url links  (relative_urls is true) in tools/koha-new.pl
319 - [[25893]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25893) Log viewer no longer searches using wildcards
320 - [[26017]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26017) Cashup registers never shows on tools page
321 - [[26121]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26121) When using CodeMirror in News Tool DatePicker is hard to see
322 - [[26124]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26124) Console errors on tools_koha-news when editing with TinyMCE
323 ## New sysprefs
325 - NewsToolEditor
326 - NotesToHide
328 ## Documentation
330 The Koha manual is maintained in Sphinx. The home page for Koha 
331 documentation is 
333 - [Koha Documentation](http://koha-community.org/documentation/)
335 As of the date of these release notes, only the English version of the
336 Koha manual is available:
338 - [Koha Manual](http://koha-community.org/manual/20.05/en/html/)
341 The Git repository for the Koha manual can be found at
343 - [Koha Git Repository](https://gitlab.com/koha-community/koha-manual)
345 ## Translations
347 Complete or near-complete translations of the OPAC and staff
348 interface are available in this release for the following languages:
350 - Arabic (100%)
351 - Armenian (99.4%)
352 - Armenian (Classical) (99.7%)
353 - Chinese (Taiwan) (94%)
354 - Czech (81.4%)
355 - English (New Zealand) (67.8%)
356 - English (USA)
357 - Finnish (70.5%)
358 - French (82.1%)
359 - French (Canada) (96.1%)
360 - German (97.7%)
361 - German (Switzerland) (75.7%)
362 - Greek (60.7%)
363 - Hindi (100%)
364 - Italian (81.4%)
365 - Norwegian Bokmål (72.3%)
366 - Polish (73.9%)
367 - Portuguese (88.5%)
368 - Portuguese (Brazil) (99.4%)
369 - Slovak (84%)
370 - Spanish (100%)
371 - Swedish (78.7%)
372 - Telugu (91%)
373 - Turkish (93.2%)
374 - Ukrainian (65.4%)
376 Partial translations are available for various other languages.
378 The Koha team welcomes additional translations; please see
380 - [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
382 For information about translating Koha, and join the koha-translate 
383 list to volunteer:
385 - [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
387 The most up-to-date translations can be found at:
389 - [Koha Translation](http://translate.koha-community.org/)
391 ## Release Team
393 The release team for Koha 20.05.03 is
396 - Release Manager: Martin Renvoize
398 - Release Manager assistants:
399   - Tomás Cohen Arazi
400   - Jonathan Druart
402 - QA Manager: Katrin Fischer
404 - QA Team:
405   - Jonathan Druart
406   - Marcel de Rooy
407   - Joonas Kylmälä
408   - Josef Moravec
409   - Tomás Cohen Arazi
410   - Nick Clemens
411   - Kyle Hall
413 - Topic Experts:
414   - SIP2 -- Colin Campbell
415   - EDI -- Colin Campbell
416   - Elasticsearch -- Fridolin Somers
417   - REST API -- Tomás Cohen Arazi
418   - ILS-DI -- Arthur Suzuki
419   - UI Design -- Owen Leonard
420   - ILL -- Andrew Isherwood
422 - Bug Wranglers:
423   - Michal Denár
424   - Cori Lynn Arnold
425   - Lisette Scheer
426   - Amit Gupta
428 - Packaging Manager: Mason James
431 - Documentation Managers:
432   - Caroline Cyr La Rose
433   - David Nind
435 - Documentation Team:
436   - Donna Bachowski
437   - Lucy Vaux-Harvey
438   - Sugandha Bajaj
440 - Translation Manager: Bernardo González Kriegel
443 - Release Maintainers:
444   - 19.11 -- Joy Nelson
445   - 19.05 -- Lucas Gass
446   - 18.11 -- Hayley Mapley
448 - Release Maintainer mentors:
449   - 19.11 -- Martin Renvoize
450   - 19.05 -- Nick Clemens
451   - 18.11 -- Chris Cormack
453 ## Credits
454 We thank the following libraries who are known to have sponsored
455 new features in Koha 20.05.03:
457 - [Catalyst](https://www.catalyst.net.nz/products/library-management-koha)
458 - [South East Kansas Library System](http://www.sekls.org)
460 We thank the following individuals who contributed patches to Koha 20.05.03.
462 - Aleisha Amohia (1)
463 - Tomás Cohen Arazi (16)
464 - Nick Clemens (20)
465 - David Cook (3)
466 - Jonathan Druart (38)
467 - Katrin Fischer (8)
468 - Andrew Fuerste-Henry (2)
469 - Lucas Gass (22)
470 - Didier Gautheron (4)
471 - Kyle Hall (6)
472 - Mason James (3)
473 - Andreas Jonsson (1)
474 - Bernardo González Kriegel (1)
475 - Joonas Kylmälä (2)
476 - Owen Leonard (25)
477 - Hayley Mapley (1)
478 - Julian Maurice (5)
479 - Josef Moravec (2)
480 - Agustín Moyano (2)
481 - David Nind (1)
482 - Martin Renvoize (37)
483 - David Roberts (1)
484 - Marcel de Rooy (2)
485 - Caroline Cyr La Rose (1)
486 - Slava Shishkin (1)
487 - Fridolin Somers (4)
488 - Koha Translators (1)
489 - Timothy Alexis Vass (1)
491 We thank the following libraries, companies, and other institutions who contributed
492 patches to Koha 20.05.03
494 - Athens County Public Libraries (25)
495 - BibLibre (13)
496 - Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) (8)
497 - ByWater-Solutions (50)
498 - Catalyst (1)
499 - David Nind (1)
500 - Independant Individuals (4)
501 - Koha Community Developers (38)
502 - KohaAloha (3)
503 - Kreablo AB (1)
504 - Prosentient Systems (3)
505 - PTFS-Europe (38)
506 - Rijks Museum (2)
507 - Solutions inLibro inc (1)
508 - Theke Solutions (18)
509 - ub.lu.se (1)
510 - Universidad Nacional de Córdoba (1)
511 - University of Helsinki (2)
513 We also especially thank the following individuals who tested patches
514 for Koha.
516 - Tomás Cohen Arazi (27)
517 - Alex Arnaud (8)
518 - Donna Bachowski (1)
519 - Christopher Brannon (1)
520 - Nick Clemens (26)
521 - Rebecca Coert (1)
522 - Holly Cooper (1)
523 - Frédéric Demians (1)
524 - Michal Denar (2)
525 - Jonathan Druart (139)
526 - Magnus Enger (1)
527 - Katrin Fischer (60)
528 - Andrew Fuerste-Henry (6)
529 - Lucas Gass (194)
530 - Didier Gautheron (4)
531 - Victor Grousset (8)
532 - Amit Gupta (2)
533 - Kyle Hall (2)
534 - Stina Hallin (1)
535 - Sally Healey (22)
536 - Heather Hernandez (1)
537 - Abbey Holt (1)
538 - Barbara Johnson (1)
539 - Jill Kleven (1)
540 - Bernardo González Kriegel (2)
541 - Joonas Kylmälä (13)
542 - Owen Leonard (14)
543 - Ere Maijala (1)
544 - Julian Maurice (11)
545 - Kelly McElligott (2)
546 - Josef Moravec (5)
547 - David Nind (10)
548 - Emma Perks (8)
549 - Martin Renvoize (37)
550 - Jason Robb (4)
551 - Marcel de Rooy (15)
552 - Caroline Cyr La Rose (3)
553 - Lisette Scheer (4)
554 - Maryse Simard (1)
555 - Michael Springer (1)
557 We thank the following individuals who mentored new contributors to the Koha project.
559 - Andrew Nugged
562 We regret any omissions.  If a contributor has been inadvertently missed,
563 please send a patch against these release notes to 
564 koha-patches@lists.koha-community.org.
566 ## Revision control notes
568 The Koha project uses Git for version control.  The current development 
569 version of Koha can be retrieved by checking out the master branch of:
571 - [Koha Git Repository](git://git.koha-community.org/koha.git)
573 The branch for this version of Koha and future bugfixes in this release
574 line is rmain2005.
576 ## Bugs and feature requests
578 Bug reports and feature requests can be filed at the Koha bug
579 tracker at:
581 - [Koha Bugzilla](http://bugs.koha-community.org)
583 He rau ringa e oti ai.
584 (Many hands finish the work)
586 Autogenerated release notes updated last on 31 Aug 2020 21:01:34.