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

Evergreen Git git at git.evergreen-ils.org
Wed Feb 17 14:37:13 EST 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  b6b0af4c896d72041ba26a5e84da9153dc76bb2e (commit)
       via  0524f5e9ad36d43d63c4e9669f7faee6221430ba (commit)
      from  5dc56d1d03f10f9367a134e1e2dcc89804cb4a81 (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 b6b0af4c896d72041ba26a5e84da9153dc76bb2e
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Wed Feb 17 14:34:18 2016 -0500

    Adding 2.9.2 bug fixes and acknowledgements to the 2.9 release notes
    
    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 c025eea..dc89126 100644
--- a/docs/RELEASE_NOTES_2_9.txt
+++ b/docs/RELEASE_NOTES_2_9.txt
@@ -3,6 +3,68 @@ Evergreen 2.9 Release Notes
 :toc:
 :numbered:
 
+Evergreen 2.9.2
+---------------
+This release contains several bugfixes improving on Evergreen 2.9.1.
+
+Acquisitions / Cataloging
+~~~~~~~~~~~~~~~~~~~~~~~~~
+* Allows the Z39.50 itnerface and the acquisitions MARC Federated Search
+interface to search the UPC index of the local catalog if Z39.50 is configured
+to search that field.
+* Fixes an issue where spaces in a PO name cause the system to improperly
+process EDI response messages.
+
+Circulation
+~~~~~~~~~~~
+* Fixes a problem where the balance owed was miscalculated when a row
+was deleted from money.billing.
+* Fixes an issue where credit card payments made via PayflowPro failed because
+Evergreen does not install the PayflowPro module by default.
+* Changes credit card payment behavior so that the patron's billing address will
+be read when the patron has no mailing address. If all address fields are 
+properly set by the API caller except the country and the
+patron has no addresses, the system will attempt to determine the country from
+library settings. If insufficient address data is provided, the system will
+return an invalid params Event.
+* Modifies the reasons for various void/adjust events to more accurately reflect
+the reason why a fine/fee was removed from a patron's record.
+
+OPAC
+~~~~
+* Fixes an issue where the reset password link was displaying even on systems
+that had disabled the ability to reset passwords.
+* Fixes an issue where the journal type search did not work when entering it as
+the second or third input on the advanced search screen.
+* Fixes an issue where catalog translations were broken by creating separate 
+directories for the catalog and web staff client translations.
+
+Administration
+~~~~~~~~~~~~~~
+* Changes marc_export to only print "waiting for input" when running
+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:
+
+* Galen Charlton
+* Bill Erickson
+* Blake Henderson
+* Mike Rylander
+* Jason Stephenson
+* Dan Wells
+
+We also thank the following organizations whose employees contributed
+patches:
+
+* Calvin College
+* Equinox Software, Inc.
+* King County Library System
+* Merrimack Valley Library Consortium
+* MOBIUS
+
 Evergreen 2.9.1
 ----------------
 This release contains several bugfixes improving on Evergreen 2.9.0.

commit 0524f5e9ad36d43d63c4e9669f7faee6221430ba
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Wed Feb 17 13:03:40 2016 -0500

    Adding 2.8.6 bug fixes to the 2.8 Release Notes
    
    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 b9fa7dd..33eb476 100644
--- a/docs/RELEASE_NOTES_2_8.txt
+++ b/docs/RELEASE_NOTES_2_8.txt
@@ -1,6 +1,45 @@
 Evergreen 2.8 Release Notes
 =============================
 
+Evergreen 2.8.6
+---------------
+This release contains several bugfixes improving on Evergreen 2.8.5
+
+Acquisitions / Cataloging
+~~~~~~~~~~~~~~~~~~~~~~~~~
+* Allows the Z39.50 itnerface and the acquisitions MARC Federated Search
+interface to search the UPC index of the local catalog if Z39.50 is configured
+to search that field.
+* Fixes an issue where spaces in a PO name cause the system to improperly
+process EDI response messages.
+
+Circulation
+~~~~~~~~~~~
+* Fixes a problem where the balance owed was miscalculated when a row
+was deleted from money.billing.
+* Fixes an issue where credit card payments made via PayflowPro failed because
+Evergreen does not install the PayflowPro module by default.
+* Changes credit card payment behavior so that the patron's billing address will
+be read when the patron has no mailing address. If all address fields are 
+properly set by the API caller except the country and the
+patron has no addresses, the system will attempt to determine the country from
+library settings. If insufficient address data is provided, the system will
+return an invalid params Event.
+
+OPAC
+~~~~
+* Fixes an issue where the reset password link was displaying even on systems
+that had disabled the ability to reset passwords.
+* Fixes an issue where the journal type search did not work when entering it as
+the second or third input on the advanced search screen.
+
+Administration
+~~~~~~~~~~~~~~
+* Changes marc_export to only print "waiting for input" when running
+interactively.
+
+
+
 Evergreen 2.8.5
 ---------------
 This release contains several bugfixes improving on Evergreen 2.8.4

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

Summary of changes:
 docs/RELEASE_NOTES_2_8.txt |   39 +++++++++++++++++++++++++++
 docs/RELEASE_NOTES_2_9.txt |   62 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 101 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list