[open-ils-commits] [GIT] Evergreen ILS branch master updated. 61dae6c5c0bfb6f6851e481e87fe7e370409c918

Evergreen Git git at git.evergreen-ils.org
Wed Mar 16 13:59:06 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  61dae6c5c0bfb6f6851e481e87fe7e370409c918 (commit)
       via  213622de1628bb0adb64a6ff44d933ebea94f4b3 (commit)
      from  056819157925de1d8897ec6a508c1230d8acd53a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 61dae6c5c0bfb6f6851e481e87fe7e370409c918
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Wed Mar 16 13:54:10 2016 -0400

    Docs: 2.9.3 Release notes
    
    Adding bug fixes to the point release notes for 2.9.3
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/docs/RELEASE_NOTES_2_9.txt b/docs/RELEASE_NOTES_2_9.txt
index f8bc984..3c9996b 100644
--- a/docs/RELEASE_NOTES_2_9.txt
+++ b/docs/RELEASE_NOTES_2_9.txt
@@ -3,6 +3,93 @@ Evergreen 2.9 Release Notes
 :toc:
 :numbered:
 
+Evergreen 2.9.3
+---------------
+This release contains several bugfixes improving on Evergreen 2.9.2.
+
+Acquisitions
+~~~~~~~~~~~~
+* Adds EDI Cancel Code 85 to the acquisitions cancel reason table.
+* Fixes an issue where the "Expand All" button in selection lists was not
+working.
+* Fixes an issue where deletable reasons from the acquisitions Cancel Reasons
+table could not be deleted.
+
+Cataloging
+~~~~~~~~~~
+* Improves sorting in holdings maintenance so that copies sort first by parts
+then by barcode.
+
+Circulation
+~~~~~~~~~~~
+* Fixes an issue where the wrong last billing type and last billing note were
+displaying for some transactions.
+* Now calculates credit payments as integers to avoid rounding errors with
+large sets of small billings.
+* Fixes an issue in the patron record where staff was unable to retrieve the
+Message Center interface after visiting the Triggered Events page and vice 
+versa.
+* Now displays the short version of a title on the Place Holds screen when
+placing metabib holds to reduce instances where the wrong title/format
+displayed.
+
+OPAC
+~~~~
+* Fixes an issue where detailed search results showed parts for items that 
+didn't have parts.
+* Changes the e-mail address check on password reset requests so that it is no
+longer case sensitive.
+* Fixes a problem where users were unable to navigate through multiple pages of
+their holds history.
+* Removes undefined values from ISBN and ISSN arrays to prevent empty requests
+from being sent to added content providers.
+* Fixes an issue where the kids catalog was not displaying title information
+after hold placement or after adding a title to a list.
+* Corrects the kids catalog holds notification default preferences to allow for
+SMS text messaging options.
+
+
+Miscelleneous
+~~~~~~~~~~~~~
+* Modifies the way SIP2 clients parse dates so that a patron's date of birth is
+returned correctly.
+* Fixes an issue where the Selfcheck fines receipt templated printed all open
+billable transactions, regardless of whether it had bills associated with it.
+* Fixes an issue that prevented Selfcheck's "Print List" for holds view from
+working.
+
+Acknowledgements
+~~~~~~~~~~~~~~~~
+We would like to thank the following individuals who contributed
+code and documentation patches to the 2.9.3 point release of Evergreen:
+
+* Thomas Berezansky
+* Jason Boyer
+* Galen Charlton
+* Bill Erickson
+* Blake Henderson
+* Terran McCanna
+* Chris Sharp
+* Remington Steed
+* Jason Stephenson
+* Josh Stompro
+* Dan Wells
+
+
+
+We also thank the following organizations whose employees contributed
+patches:
+
+* Calvin College
+* Equinox Software, Inc.
+* Evergreen Indiana
+* Georgia Public Library Service
+* King County Library System
+* Lake Agassiz Regional Library
+* Merrimack Valley Library Consortium
+* MOBIUS
+* Northwest Regional Library System
+
 Evergreen 2.9.2
 ---------------
 This release contains several bugfixes improving on Evergreen 2.9.1.
@@ -47,7 +134,7 @@ interactively.
 Acknowledgements
 ~~~~~~~~~~~~~~~~
 We would like to thank the following individuals who contributed
-code and documentation patches to the 2.9.1. point release of Evergreen:
+code and documentation patches to the 2.9.2 point release of Evergreen:
 
 * Galen Charlton
 * Bill Erickson
@@ -129,7 +216,7 @@ Reports
 Acknowledgements
 ~~~~~~~~~~~~~~~~
 We would like to thank the following individuals who contributed
-code and documentation patches to the 2.9.1. point release of Evergreen:
+code and documentation patches to the 2.9.1 point release of Evergreen:
 
 * Adam Bowling
 * Kate Butler

commit 213622de1628bb0adb64a6ff44d933ebea94f4b3
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Wed Mar 16 13:35:22 2016 -0400

    docs-2.8.7 release notes
    
    Adding point release notes for 2.8.7
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/docs/RELEASE_NOTES_2_8.txt b/docs/RELEASE_NOTES_2_8.txt
index 33eb476..efbc667 100644
--- a/docs/RELEASE_NOTES_2_8.txt
+++ b/docs/RELEASE_NOTES_2_8.txt
@@ -1,6 +1,57 @@
 Evergreen 2.8 Release Notes
 =============================
 
+Evergreen 2.8.7
+---------------
+This release contains several bugfixes improving on Evergreen 2.8.6
+
+Acquisitions
+~~~~~~~~~~~~
+* Adds EDI Cancel Code 85 to the acquisitions cancel reason table.
+* Fixes an issue where the "Expand All" button in selection lists was not
+working.
+
+Cataloging
+~~~~~~~~~~
+* Improves sorting in holdings maintenance so that copies sort first by parts
+then by barcode.
+
+Circulation
+~~~~~~~~~~~
+* Fixes an issue where the wrong last billing type and last billing note were
+displaying for some transactions.
+* Now calculates credit payments as integers to avoid rounding errors with
+large sets of small billings.
+* Fixes an issue in the patron record where staff was unable to retrieve the
+Message Center interface after visiting the Triggered Events page and vice 
+versa.
+* Now displays the short version of a title on the Place Holds screen when
+placing metabib holds to reduce instances where the wrong title/format
+displayed.
+
+OPAC
+~~~~
+* Fixes an issue where detailed search results showed parts for items that 
+didn't have parts.
+* Changes the e-mail address check on password reset requests so that it is no
+longer case sensitive.
+* Fixes a problem where users were unable to navigate through multiple pages of
+their holds history.
+* Removes undefined values from ISBN and ISSN arrays to prevent empty requests
+from being sent to added content providers.
+* Fixes an issue where the kids catalog was not displaying title information
+after hold placement or after adding a title to a list.
+* Corrects the kids catalog holds notification default preferences to allow for
+SMS text messaging options.
+
+
+Miscelleneous
+~~~~~~~~~~~~~
+* Fixes an issue where the Selfcheck fines receipt templated printed all open
+billable transactions, regardless of whether it had bills associated with it.
+* Fixes an issue that prevented Selfcheck's "Print List" for holds view from
+working.
+
 Evergreen 2.8.6
 ---------------
 This release contains several bugfixes improving on Evergreen 2.8.5

-----------------------------------------------------------------------

Summary of changes:
 docs/RELEASE_NOTES_2_8.txt |   51 ++++++++++++++++++++++++
 docs/RELEASE_NOTES_2_9.txt |   91 +++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 140 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list