Bug 18830: Fix phrasing of screen message
[koha.git] / misc / release_notes / release_notes_16_11_02.md
1 # RELEASE NOTES FOR KOHA 16.11.02
2 22 Jan 2017
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 16.11.02 can be downloaded from:
12
13 - [Download](http://download.koha-community.org/koha-16.11.02.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 16.11.02 is a bugfix/maintenance release.
21
22 It includes 35 bugfixes.
23
24
25 ## Critical bugs fixed
26
27 ### Architecture, internals, and plumbing
28
29 - [[17246]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17246) GetPreparedLetter should not allow multiple FK defined in arrayref
30 - [[17785]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17785) oai.pl returns wrong URLs under Plack
31 - [[17830]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17830) CSRF token is not generated correctly (bis)
32 - [[17914]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17914) The installer process tries to create borrowers.updated_on twice
33
34 ### Authentication
35
36 - [[17615]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17615) LDAP Auth: regression causes attribute updates to silently fail and corrupt existing data
37
38 ### Cataloging
39
40 - [[17725]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17725) Repeating a field or subfield clones content
41 - [[17817]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17817) Repeat this Tag (cloning) not working
42
43 ### Installation and upgrade (command-line installer)
44
45 - [[17234]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17234) ALTER IGNORE TABLE is invalid in mysql 5.7.  This breaks updatedatabase.pl
46
47 ### OPAC
48
49 - [[17924]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17924) Fix error in password recovery
50
51 ### Patrons
52
53 - [[14637]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14637) Add patron category fails with MySQL 5.6.26
54
55 ### Test Suite
56
57 - [[17917]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17917) t/db_dependent/check_sysprefs.t fails on kohadev strangely
58
59
60 ## Other bugs fixed
61
62 ### About
63
64 - [[7143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143) Bug for tracking changes to the about page
65
66 ### Acquisitions
67
68 - [[17899]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17899) Show only mine does not work in newordersuggestion.pl
69
70 ### Architecture, internals, and plumbing
71
72 - [[17820]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17820) Do not use search->next when find can be used
73 - [[17931]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17931) Remove unused vars from reserves_stats.pl
74
75 ### Circulation
76
77 - [[17781]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17781) Improper branchcode set during renewal
78 - [[17808]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17808) When editing circulation conditions, only ask for confirmation when there is already a rule selected
79
80 ### Hold requests
81
82 - [[17766]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17766) Patron notification does not work with multi item holds
83
84 ### Installation and upgrade (command-line installer)
85
86 - [[17880]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17880) C4::Installer::PerlModules lexicographical comparison is incorrect
87
88 ### Installation and upgrade (web-based installer)
89
90 - [[17469]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17469) fr-CA web installer is missing some sample notices
91
92 ### Label/patron card printing
93
94 - [[15711]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15711) Deleting patroncard images has unexpected behaviour and is broken
95 - [[17879]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17879) Possible to upload images with no image name
96
97 ### MARC Authority data support
98
99 - [[17909]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17909) Add unit tests for authority merge
100
101 ### MARC Bibliographic data support
102
103 - [[17799]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17799) MARC bibliographic frameworks breadcrumbs broken for Default framework
104
105 ### Packaging
106
107 - [[17265]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17265) Make koha-create and koha-dump-defaults less greedy
108
109 ### Patrons
110
111 - [[17891]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17891) typo in housebound.tt div tag
112
113 ### Staff Client
114
115 - [[16933]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16933) Alt-Y not working on "Please confirm checkout" dialogs
116
117 ### Templates
118
119 - [[15460]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15460) Bug 13381 accidentally removed spaces after subfields c and h of 245
120 - [[14610]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14610) Follow-up - Minify opac.css
121
122 ### Test Suite
123
124 - [[17742]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17742) Test t/db_dependent/Patrons.t can fail randomly
125 - [[17920]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17920) t/db_dependent/Sitemapper.t fails because of permissions
126
127 ### Tools
128
129 - [[15415]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15415) Warn when creating new printer profile for patron card creator
130 - [[17777]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17777) koha-remove should deal with temporary uploads
131 - [[17794]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17794) Menu items in Tools menu and Admin menu not bold when active but not on linked page
132
133 ### Web services
134
135 - [[17778]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17778) Make "Earliest Registered Date" in OAI-PMH dynamic
136
137
138
139 ## System requirements
140
141 Important notes:
142     
143 - Perl 5.10 is required
144 - Zebra is required
145
146 ## Documentation
147
148 The Koha manual is maintained in DocBook.The home page for Koha 
149 documentation is 
150
151 - [Koha Documentation](http://koha-community.org/documentation/)
152
153 As of the date of these release notes, only the English version of the
154 Koha manual is available:
155
156 - [Koha Manual](http://manual.koha-community.org//en/)
157
158 The Git repository for the Koha manual can be found at
159
160 - [Koha Git Repository](http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary)
161
162 ## Translations
163
164 Complete or near-complete translations of the OPAC and staff
165 interface are available in this release for the following languages:
166
167 - English (USA)
168 - Arabic (99%)
169 - Armenian (92%)
170 - Chinese (China) (86%)
171 - Chinese (Taiwan) (100%)
172 - Czech (96%)
173 - Danish (72%)
174 - English (New Zealand) (94%)
175 - Finnish (99%)
176 - French (99%)
177 - French (Canada) (92%)
178 - German (100%)
179 - German (Switzerland) (100%)
180 - Greek (78%)
181 - Hindi (99%)
182 - Italian (100%)
183 - Korean (52%)
184 - Kurdish (51%)
185 - Norwegian Bokmål (57%)
186 - Occitan (79%)
187 - Persian (59%)
188 - Polish (100%)
189 - Portuguese (100%)
190 - Portuguese (Brazil) (87%)
191 - Slovak (93%)
192 - Spanish (100%)
193 - Swedish (99%)
194 - Turkish (100%)
195 - Vietnamese (73%)
196
197 Partial translations are available for various other languages.
198
199 The Koha team welcomes additional translations; please see
200
201 - [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
202
203 for information about translating Koha, and join the koha-translate 
204 list to volunteer:
205
206 - [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
207
208 The most up-to-date translations can be found at:
209
210 - [Koha Translation](http://translate.koha-community.org/)
211
212 ## Release Team
213
214 The release team for Koha 16.11.02 is
215
216 - Release Managers:
217   - [Brendan Gallagher](mailto:brendan@bywatersolutions.com)
218   - [Kyle Hall](mailto:kyle@bywatersolutions.com)
219 - QA Manager: [Katrin Fischer](mailto:Katrin.Fischer@bsz-bw.de)
220 - QA Team:
221   - [Kyle Hall](mailto:kyle@bywatersolutions.com)
222   - [Jonathan Druart](mailto:jonathan.druart@biblibre.com)
223   - [Tomás Cohen Arazi](mailto:tomascohen@gmail.com)
224   - [Marcel de Rooy](mailto:m.de.rooy@rijksmuseum.nl)
225   - [Nick Clemens](mailto:nick@bywatersolutions.com)
226   - [Jesse Weaver](mailto:jweaver@bywatersolutions.com)
227 - Bug Wranglers:
228   - [Amit Gupta](mailto:amitddng135@gmail.com)
229   - [Magnus Enger](mailto:magnus@enger.priv.no)
230   - [Mirko Tietgen](mailto:mirko@abunchofthings.net)
231   - [Indranil Das Gupta](mailto:indradg@l2c2.co.in)
232   - [Zeno Tajoli](mailto:z.tajoli@cineca.it)
233   - [Marc Véron](mailto:veron@veron.ch)
234 - Packaging Manager: [Mirko Tietgen](mailto:mirko@abunchofthings.net)
235 - Documentation Manager: [Nicole C. Engard](mailto:nengard@gmail.com)
236 - Translation Manager: [Bernardo Gonzalez Kriegel](mailto:bgkriegel@gmail.com)
237 - Wiki curators: 
238   - [Brooke Johnson](mailto:abesottedphoenix@yahoo.com)
239   - [Thomas Dukleth](mailto:kohadevel@agogme.com)
240 - Release Maintainers:
241   - 16.11 -- [Katrin Fischer](mailto:katrin.fischer.83@web.de)
242   - 16.05 -- [Mason James](mailto:mtj@kohaaloha.com)
243   - 3.22 -- [Julian Maurice](mailto:julian.maurice@biblibre.com)
244
245 ## Credits
246
247 We thank the following libraries who are known to have sponsored
248 new features in Koha 16.11.02:
249
250 - Catalyst IT
251
252 We thank the following individuals who contributed patches to Koha 16.11.02.
253
254 - Blou (1)
255 - Aleisha Amohia (5)
256 - Alex Arnaud (2)
257 - Maxime Beaulieu (1)
258 - Rebecca Blundell (2)
259 - David Cook (2)
260 - Marcel de Rooy (9)
261 - Jonathan Druart (16)
262 - Dani Elder (1)
263 - Magnus Enger (3)
264 - Katrin Fischer (3)
265 - Bernardo González Kriegel (1)
266 - Caitlin Goodger (2)
267 - Patricio Marrone (2)
268 - Julian Maurice (2)
269 - Tim McMahon (1)
270 - Kyle M Hall (4)
271 - Josef Moravec (2)
272 - Benjamin Rokseth (1)
273 - Emma Smith (1)
274 - Fridolin Somers (1)
275 - Mark Tompsett (5)
276
277 We thank the following libraries, companies, and other institutions who contributed
278 patches to Koha 16.11.02
279
280 - BibLibre (5)
281 - BSZ BW (3)
282 - bugs.koha-community.org (16)
283 - ByWater-Solutions (5)
284 - Catalyst (2)
285 - Libriotech (3)
286 - Oslo Public Library (1)
287 - Prosentient Systems (2)
288 - Rijksmuseum (9)
289 - Solutions inLibro inc (2)
290 - unidentified (13)
291 - Universidad Nacional de Córdoba (3)
292 - wegc.school.nz (2)
293 - wlpl.org (1)
294
295 We also especially thank the following individuals who tested patches
296 for Koha.
297
298 - Andreas Roussos (1)
299 - Caitlin Goodger (2)
300 - Claire Gravely (2)
301 - David Kuhn (1)
302 - Emma Smith (1)
303 - Grace McKenzie (1)
304 - Hugo Agud (1)
305 - Jesse Maseto (1)
306 - Jonathan Druart (26)
307 - Josef Moravec (13)
308 - Julian Maurice (7)
309 - Karam Qubsi (1)
310 - Karen Jen (1)
311 - Katrin Fischer (73)
312 - Marc Véron (1)
313 - Mark Tompsett (14)
314 - Martin Renvoize (3)
315 - Nick Clemens (5)
316 - Oliver Bock (1)
317 - Owen Leonard (5)
318 - Zoe Schoeler (2)
319 - Katrin Fischer  (1)
320 - Tomas Cohen Arazi (1)
321 - Kyle M Hall (74)
322 - Bernardo Gonzalez Kriegel (1)
323 - Marcel de Rooy (16)
324
325 We regret any omissions.  If a contributor has been inadvertently missed,
326 please send a patch against these release notes to 
327 koha-patches@lists.koha-community.org.
328
329 ## Revision control notes
330
331 The Koha project uses Git for version control.  The current development 
332 version of Koha can be retrieved by checking out the master branch of:
333
334 - [Koha Git Repository](git://git.koha-community.org/koha.git)
335
336 The branch for this version of Koha and future bugfixes in this release
337 line is 16.11.x.
338 The last Koha release was 16.11.01, which was released on December 22, 2016.  
339
340 ## Bugs and feature requests
341
342 Bug reports and feature requests can be filed at the Koha bug
343 tracker at:
344
345 - [Koha Bugzilla](http://bugs.koha-community.org)
346
347 He rau ringa e oti ai.
348 (Many hands finish the work)
349
350 Autogenerated release notes updated last on 22 Jan 2017 20:51:28.