From: Kathy Lussier Date: Wed, 17 Feb 2016 18:03:40 +0000 (-0500) Subject: Adding 2.8.6 bug fixes to the 2.8 Release Notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=45117559db570f91ed0e1e26997ae073d6ad5609;p=working%2FEvergreen.git Adding 2.8.6 bug fixes to the 2.8 Release Notes Signed-off-by: Kathy Lussier --- diff --git a/docs/RELEASE_NOTES_2_8.txt b/docs/RELEASE_NOTES_2_8.txt index b9fa7ddf78..33eb476edf 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