]> git.evergreen-ils.org Git - working/Evergreen.git/blob - 1.6/intro/releasenotes.xml
Merge github.com:rsoulliere/Evergreen-DocBook
[working/Evergreen.git] / 1.6 / intro / releasenotes.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <chapter xml:id="releasenotes" xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="EN"\r
3     xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink">\r
4         <chapterinfo>\r
5         <title>Release Notes</title>\r
6         </chapterinfo>\r
7         <simplesect>\r
8                 <title>1.6.0.6</title>\r
9                 <simplesect>\r
10                         <title>Security</title>\r
11                         <itemizedlist>\r
12                                 <listitem>Address a security vulnerability in open-ils.pcrud that allows retrieval of information beyond the bounds of the permissions for \r
13                                 the targeted objects.</listitem>\r
14                         </itemizedlist> \r
15                 </simplesect>\r
16                 <simplesect>\r
17                         <title>Bug fixes</title>\r
18                         <itemizedlist>\r
19                                 <listitem>Remove a call to a non-existent method.</listitem>\r
20                                 <listitem>Add debugging messages to the action-trigger script and server code</listitem>\r
21                         </itemizedlist> \r
22                 </simplesect>\r
23         </simplesect>\r
24         <simplesect>\r
25                 <title>1.6.0.5</title>\r
26                 <simplesect>\r
27                         <title>New features</title>\r
28                         <itemizedlist>\r
29                                 <listitem> Patch from James Fournie to add a setting for first-in, first-out (FIFO) holds resolution so that items checked in will be assigned to holds \r
30                                 by request date first, rather than proximity.</listitem>\r
31                         </itemizedlist> \r
32                 </simplesect>\r
33                 <simplesect>\r
34                         <title>Bug fixes</title>\r
35                         <itemizedlist>\r
36                                 <listitem>Patch from Dan Wells to enable the bookbag menu to show up in Craftsman skin.</listitem>\r
37                                 <listitem>Patch from Bill Ott to add missing apostrophe in rdetail.js.</listitem>\r
38                                 <listitem>Fix for report editor parameters not consistently showing up.</listitem>\r
39                                 <listitem>Log bib search timeouts.</listitem>\r
40                         </itemizedlist> \r
41                 </simplesect>\r
42         </simplesect>\r
43 \r
44         <simplesect>\r
45                 <title>1.6.0.4</title>\r
46                 <simplesect>\r
47                         <title>New features</title>\r
48                         <itemizedlist>\r
49                                 <listitem>Patch from Dan Wells to add an org-unit setting to restrict renewals when the item in question is needed to fulfill a hold.</listitem>\r
50                         </itemizedlist> \r
51                 </simplesect>\r
52                 <simplesect>\r
53                         <title>Bug fixes</title>\r
54                         <itemizedlist>\r
55                                 <listitem>Patch from Jason Stephenson to allow the EVERYTHING permission in permission.usr_has_perm_at_nd.</listitem>\r
56                                 <listitem>Patch from Warren Layton to remove a debugging alert in the permission creation interface.</listitem>\r
57                                 <listitem>Patch from Warren Layton to sort Z39.50 servers in Z39.50 import interface.</listitem>\r
58                                 <listitem>Patch from Galen Charlton to prevent legacy 852 fields from being exported during bib+holdings export.</listitem>\r
59                                 <listitem>Patch from Galen Charlton to prevent one bad MARC record from spoiling the rest of the export.</listitem>\r
60                                 <listitem>Patch from Galen Charlton to remove empty XML elements and control fields when ingesting a bib record.</listitem>\r
61                                 <listitem> Patch from Galen Charlton. This patch adds additional calls to escape_xml to handle cases where patron or library data could contain \r
62                                 ampersand or other characters that need to be converted to entities. Issue discovered by Bibliomation; patch includes contributions by Ben Ostrowsky.</listitem>\r
63                                 <listitem>Enable display of barcodes in brief circulation interface even when patron has no middle name (problem diagnosed by \r
64                                 Bill Ott).</listitem>                   \r
65                                 <listitem>Correct the calculation of patron bills.</listitem>\r
66                                 <listitem>Fix parsing of colons in search phrases.</listitem>\r
67                                 <listitem>Fix handling of horizontal patron summary setting.</listitem>\r
68                                 <listitem>Various fixes for server administration interfaces.</listitem>\r
69                                 <listitem>Correct date handling in <emphasis>My Account</emphasis> interface.</listitem>\r
70                                 <listitem>Prevent an exception from being thrown when a standing penalty is removed.</listitem>\r
71                                 <listitem>Fix ISSN quicksearch (bug reported by Dan Wells).</listitem>\r
72                                 <listitem>Prevent colons from being incorrectly inserted into titles in search results display.</listitem>\r
73                                 <listitem>Fix survey interface in patron editor to enable it to save results correctly.</listitem>\r
74                                 <listitem>Corrections in in-database circulation: enable check-out and renewal of pre-cataloged items, process non-cataloged items.</listitem>\r
75                                 <listitem>Correct Unicode handling in SRU/Z39.50 server.</listitem>                     \r
76                         </itemizedlist> \r
77                 </simplesect>\r
78         </simplesect>\r
79         <simplesect>\r
80                 <title>1.6.0.3</title>\r
81                 <simplesect>\r
82                         <title>Bug fixes</title>\r
83                         <itemizedlist>\r
84                                 <listitem>Patch from Dan Wells to address a regression in the Reshelving-to-Available method call.</listitem>\r
85                                 <listitem>Patch from Warren Layton of NRCAN to address a regression in date calculation code.</listitem>\r
86                                 <listitem>Fix for offline identification requirement (relaxed to match on-line patron registration).</listitem>\r
87                         </itemizedlist> \r
88                 </simplesect>\r
89         </simplesect>\r
90         <simplesect>\r
91                 <title>1.6.0.2</title>\r
92                 <simplesect>\r
93                         <title>New features</title>\r
94                         <itemizedlist>\r
95                                 <listitem>Support indexing normalization and search of ratio-like strings.</listitem>\r
96                                 <listitem>Support specific-index searching via the basic search dropdown.</listitem>\r
97                         </itemizedlist> \r
98                 </simplesect>\r
99                 <simplesect>\r
100                         <title>Bug fixes</title>\r
101                         <itemizedlist>\r
102                                 <listitem>Fix for search bug introduced in 1.6.0.1 which primarily effected Z39.50 searches against Evergreen.</listitem>\r
103                                 <listitem>Fix for offline patron blocked list generation (Patch from Joe Atzberger).</listitem>\r
104                                 <listitem>General translation and internationalization improvements.</listitem>\r
105                                 <listitem>Force at least one non-system billing type to exist (Identified by Dan Wells).</listitem>\r
106                         </itemizedlist> \r
107                 </simplesect>\r
108         </simplesect>\r
109          <simplesect>\r
110                 <title>1.6.0.1</title>\r
111                 <simplesect>\r
112                         <title>Bug fixes</title>\r
113                         <itemizedlist>\r
114                                 <listitem>Overdue notice XML normalization and encoding fixes.</listitem>\r
115                                 <listitem>Remove cosmetic issues with Offline Mode.</listitem>\r
116                                 <listitem>Backport compatibility-improved triggers for summary data collection.\r
117                                         <itemizedlist>\r
118                                                 <listitem>(fixed super-simple record extract view issues for isbn and issn)</listitem>\r
119                                         </itemizedlist>\r
120                                 </listitem>\r
121                                 <listitem>Interface fixes for Self Check.\r
122                                         <itemizedlist>\r
123                                                 <listitem>(prevent login of patrons who are marked as invalid)</listitem>\r
124                                         </itemizedlist>\r
125                                 </listitem>\r
126                                 <listitem>General grid-related interface cleanups.\r
127                                         <itemizedlist>\r
128                                                 <listitem>(fixed pixel and alignment issues in table views accessible from admin settings)</listitem>\r
129                                         </itemizedlist>\r
130                                 </listitem>\r
131                                 <listitem>String translation interface fix – translated strings can be removed.\r
132                                         <itemizedlist>\r
133                                                 <listitem>(the translation windows now perform removals correctly)</listitem>\r
134                                         </itemizedlist>\r
135                                 </listitem>\r
136                                 <listitem>Command-line data extraction script fixes (Galen Charlton).\r
137                                         <itemizedlist>\r
138                                                 <listitem>(improved batch export)</listitem>\r
139                                         </itemizedlist>\r
140                                 </listitem>\r
141                                 <listitem>Fixed billing time stamp calculation.\r
142                                         <itemizedlist>\r
143                                                 <listitem>(e.g. a book that circulates for whole days that is technically due at 3pm doesn't accrue fines until after the library is \r
144                                                 closed)</listitem>\r
145                                         </itemizedlist>\r
146                                 </listitem>\r
147                                 <listitem>Fix for searches containing colons but no command tag.\r
148                                         <itemizedlist>\r
149                                                 <listitem>(the : is no longer assumed to be an index specification so title searches for <emphasis>Homeward Bound: the Incredible Journey</emphasis> \r
150                                         will return results)</listitem>\r
151                                         </itemizedlist>\r
152                                 </listitem>\r
153                                 <listitem>Fix for Z39.50 searches containing diacritical marks (Dan Scott).\r
154                                         <itemizedlist>\r
155                                                 <listitem>(the SRU is now better at detecting incoming encoding)</listitem>\r
156                                         </itemizedlist>\r
157                                 </listitem>\r
158                                 <listitem>Horizontal user summary display fix in the Checkout entry point.</listitem>\r
159                                 <listitem>Return of Shadowed Record styling in the staff client for records with no items or no items at this location (Bill Ott).</listitem>\r
160                                 <listitem>Holdings import fixes (Dan Wells) (see changeset 15353).\r
161                                         <itemizedlist>\r
162                                                 <listitem>(Found and fixed the Vandelay bug that manifested based on log in type.)</listitem>\r
163                                         </itemizedlist>\r
164                                 </listitem>\r
165                                 <listitem>Holdings import fixes (Dan Wells) (see changeset 15353).</listitem>\r
166                                 <listitem>Fixed an error that occurred when renewing multiple items at once in Items Out</listitem>                                     \r
167                         </itemizedlist> \r
168                 </simplesect>\r
169                 <simplesect>\r
170                         <title>New features (front end)</title>\r
171                         <itemizedlist>\r
172                                 <listitem>French translation updates.</listitem>\r
173                                 <listitem>Several new translations:\r
174                                         <itemizedlist>\r
175                                                 <listitem>Russian (from Tigran Zargaryan)</listitem>\r
176                                                 <listitem>Czech (forward-ported from 1.4)</listitem>\r
177                                                 <listitem>British English (submitted via Launchpad)</listitem>\r
178                                                 <listitem>Spanish (submitted via Launchpad)</listitem>\r
179                                                 <listitem>Brazilian Portuguese (submitted via Launchpad)</listitem>\r
180                                         </itemizedlist>\r
181                                 </listitem>\r
182                                 <listitem>More places to access Record Buckets in the staff client</listitem>\r
183                                 <listitem>Virtual due date for non-cataloged circulations honors closed dates</listitem>\r
184                                 <listitem>Differentiated messages for inactive vs. non-existent users.\r
185                                         <itemizedlist>\r
186                                                 <listitem>(error messages in patron OPAC log in are now different for inactive patrons versus bad log in (typo)/non-existent user)</listitem>\r
187                                         </itemizedlist>\r
188                                 </listitem>\r
189                         </itemizedlist> \r
190                 </simplesect>\r
191                 <simplesect>\r
192                         <title>New features (server/administration)</title>\r
193                         <itemizedlist>  \r
194                                 <listitem>Action/Trigger initiator script.\r
195                                         <itemizedlist>\r
196                                                 <listitem>(1.6.0.1 includes the default script to initiate system scheduling for action/trigger events - for use in cron jobs)</listitem>\r
197                                         </itemizedlist> \r
198                                 </listitem>     \r
199                                 <listitem>Improved MFHD (serials) import script.\r
200                                         <itemizedlist>\r
201                                                 <listitem>(improved instructions in the read me files and relaxed database constraints)</listitem>\r
202                                         </itemizedlist> \r
203                                 </listitem>                                     \r
204                                 <listitem>SIP2 configurable encoding support.</listitem>\r
205                                 <listitem>SIP1 renew-or-checkout support for some 3M equipment which support older SIP protocols.</listitem>\r
206                                 <listitem>Updated Linux distribution support.</listitem>\r
207                                 <listitem>Automatic update of OpenSRF support files when OpenSRF is upgraded.</listitem>\r
208                         </itemizedlist> \r
209                 </simplesect>\r
210         </simplesect>\r
211         <simplesect>\r
212                 <title>Features from 1.6.0.0</title>\r
213                 \r
214                 <simplesect>\r
215                         <title>New features (front end)</title>\r
216                         <itemizedlist>\r
217                                 <listitem> Added <quote>insert copy above</quote> (<keycombo><keycap>CTRL</keycap> <keycap>up</keycap></keycombo>) and <quote>insert \r
218                                 copy below</quote> (<keycombo><keycap>CTRL</keycap> <keycap>down</keycap></keycombo>) functionality in the MARC Editor.</listitem>\r
219                                 <listitem>Summary editing in MARC Format for Holdings Data</listitem>\r
220                                 <listitem> BibTemplate OPAC templating – Any field from any version of a record that Evergreen can deliver, with or without embedded holdings, \r
221                                 is now available for display using a simple template language which is further extended with basic JavaScript.\r
222                                         <itemizedlist>\r
223                                                 <listitem> Template customization is now supported that allows specific data fields to be pulled from the MARC and displayed in the OPAC.</listitem>\r
224                                                 <listitem>Examples would be: added author, alternate title, subject links, and URI data.</listitem>\r
225                                         </itemizedlist>\r
226                                 </listitem>\r
227                                 <listitem> BibTemplate OPAC templating – Any field from any version of a record that Evergreen can deliver, with or without embedded holdings, \r
228                                 is now available for display using a simple template language which is further extended with basic JavaScript.\r
229                                         <itemizedlist>\r
230                                                 <listitem> Template customization is now supported that allows specific data fields to be pulled from the MARC and displayed in the OPAC.</listitem>\r
231                                                 <listitem>Examples would be: added author, alternate title, subject links, and URI data.</listitem>\r
232                                         </itemizedlist>\r
233                                 </listitem>\r
234                                 <listitem>Located URIs – Adding an 856$9 containing the short name of a location will restrict search and display of entirely electronic records \r
235                                 (those with no physical copies) to the location named.\r
236                                         <itemizedlist>\r
237                                                 <listitem>In other words, the ability to restrict record visibility to a specific location or set of \r
238                                                 locations in the same way as copies but without creating dummies.</listitem>\r
239                                                 <listitem>Since there is no physical location, however, this does affect advanced searches wherein the shelving location limiter is used.</listitem>\r
240                                                 <listitem>(improved instructions in the read me files and relaxed database constraints)</listitem>\r
241                                         </itemizedlist> \r
242                                 </listitem>     \r
243                                 <listitem>SRU(search/retrieval via url) and Z39.50 searches can now be scoped to specific locations.\r
244                                         <itemizedlist>\r
245                                                 <listitem>As of Evergreen 1.6, you can append an optional organization unit shortname for search scoping purposes, and you \r
246                                                 can also append /holdings if you want to expose the holdings for any returned records. So your zurl could be \r
247                                                 http://dev.gapines.org/opac/extras/sru/BR1/holdings to limit the search scope to BR1 and its children, and to expose its holdings.</listitem>\r
248                                         </itemizedlist> \r
249                                 </listitem>                                             \r
250                                 <listitem>As a benefit of the URI work, Z39.50 now supports a holdings record format.</listitem>\r
251                                 <listitem>Improvements in Fixed Field handling within the MARC Editor.</listitem>\r
252                                 <listitem>Staff-placed holds for patrons follow patron settings more closely (no longer pull notification preferences from staff settings) – \r
253                                 Patch from Jeff Godin of TADL.</listitem>\r
254                                 <listitem>Improved default configuration for LoC Z39.50 target - added support for required truncation specific to LoC.</listitem>\r
255                                 <listitem>Added a new default indexing definition for “all subjects” which will return more results when subject searching in the OPAC.</listitem>\r
256                                 <listitem>Many new server configuration interfaces for functions such as circulation policies, hold policies, and notifications.</listitem>\r
257                                 <listitem>Added time granularity display to Patron Items Out screen in the Staff Client. “Due time” now displays along with due date.</listitem>\r
258                                 <listitem>Added RefWorks (online bibliographic management program) export capability.</listitem>\r
259                                 <listitem> Zotero compatability improvements (MODS namespacing).\r
260                                         <itemizedlist>\r
261                                                 <listitem>For more information on MODS, see this page.</listitem>\r
262                                         </itemizedlist> \r
263                                 </listitem>\r
264                                 <listitem>Ability to import holdings via the standard Record Importer (Vandelay).</listitem>\r
265                                 <listitem>Google Book Preview support as added-content</listitem>\r
266                                 <listitem>Improvements made to cloned patron search; fixing issues with records not returning due to cloned fields.</listitem>\r
267                                 <listitem>Acquisitions Preview includes a sneak peek at the preliminary work for manual funding management, PO creation, cataloging and receiving processes. \r
268                                 These are functional but are not intended for insertion into current workflows. This feature was specifically included to solicit feedback from \r
269                                 the community on this important feature.</listitem>\r
270                                                         \r
271                         </itemizedlist> \r
272                 </simplesect>\r
273                 <simplesect>\r
274                         <title>New features (server/administration)</title>\r
275                         <itemizedlist>  \r
276                                 <listitem>Event Triggers – An entirely new subsystem for automatically running arbitrary, user-defined reaction code when presented with an ILS event \r
277                                 defined by the user. Notifications, delayed actions, acquisitions, and many other systems will make use of this new infrastructure.\r
278                                         <itemizedlist>\r
279                                                 <listitem>Ability to set pre-due and overdue e-mail notices from the Staff Client.</listitem>\r
280                                                 <listitem>Auto-marking items as lost after specific overdue period.</listitem>\r
281                                                 <listitem>Makes it easier to add new data to notices.</listitem>\r
282                                                 <listitem>Can be used for generating and creating delays for the sending of hold pickup notices.</listitem>\r
283                                                 <listitem>These settings are configurable from the Staff Client per branch or globally.</listitem>\r
284                                         </itemizedlist> \r
285                                 </listitem>\r
286                                 <listitem>Formal support for Postgresql 8.3.</listitem>\r
287                                 <listitem>Dojo profile build specific to Evergreen, increasing load speed dramatically for the OPAC and Staff Clients.</listitem>\r
288                                 <listitem>Staff Client interfaces for defining circulation and hold policies from the Admin menu.\r
289                                         <itemizedlist>\r
290                                                 <listitem>Please note that this represents a change from previous versions of Evergreen and for new clients it is recommended to \r
291                                                 use this interface, for.</listitem>\r
292                                         </itemizedlist> \r
293                                 </listitem>     \r
294                                 <listitem>Formal support for IE8, including a bug fix where titles with the “@” symbol would display as a http link.</listitem>\r
295                                 <listitem>Spaces in user names are being deprecated as they can cause authentication failure -CamelCase will be supported from this point forward.</listitem>\r
296                                 <listitem>Supercat: added support for returning records in Federal Geographic Data Committee (FGDC) Content Standard for \r
297                                 Digital Geospatial Metadata (CSDGM) format.</listitem>\r
298                                 <listitem>Increased the re-shelving-complete process speed; making the “flipping” process from re-shelving to available much faster – \r
299                                 on suggestion from Bill Ott of GRPL.</listitem> \r
300                                 <listitem>Reporter fix to the display of ISBN and ISSN in some reports, and in some environments (environments which had newer versions \r
301                                 of Perl database drivers that affected some reports).</listitem>\r
302                                 <listitem> Bug fixes for Server Administration interfaces such as hours of operation, and generally improving speed of all the SA interfaces.</listitem>\r
303                                 <listitem>Removed Spanish translation set from the build environment as no Spanish translation has been contributed to date.</listitem>\r
304                                 <listitem>Internationalization improvements in the default skin; there are less <quote>English-only</quote> strings.</listitem>\r
305                                 <listitem>Improved output handling for unAPI services; important for popular add-ons like Zotero.</listitem>\r
306                                 <listitem>Improved handling of day-granular circulations, and their interaction with penalties – i.e. For a 7 day \r
307                                 circulating item that is checked out at 9am on Sunday, it is not due until closing on the following Saturday..</listitem>\r
308                                 <listitem> Evergreen will notify that printer setups need to be checked at Staff Client upgrade time.</listitem>                                                \r
309                         </itemizedlist> \r
310                 </simplesect>\r
311         </simplesect>\r
312 </chapter>\r