[open-ils-commits] [GIT] Evergreen ILS branch rel_2_12 updated. 723646b46579c233c4e261a94075ceedde83e773

Evergreen Git git at git.evergreen-ils.org
Wed Jun 21 14:09:19 EDT 2017


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, rel_2_12 has been updated
       via  723646b46579c233c4e261a94075ceedde83e773 (commit)
       via  514dc15d144ee7fb29ac89ebafeb7554d8c6a68d (commit)
      from  f57e79bead9d033c93e469b957bce7c6777bf7ee (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 723646b46579c233c4e261a94075ceedde83e773
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Wed Jun 21 14:08:29 2017 -0400

    Docs: 2.12.3 Release Notes
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/docs/RELEASE_NOTES_2_11.adoc b/docs/RELEASE_NOTES_2_11.adoc
index be140e0..c22d5bc 100644
--- a/docs/RELEASE_NOTES_2_11.adoc
+++ b/docs/RELEASE_NOTES_2_11.adoc
@@ -5,8 +5,7 @@ Evergreen 2.11 Release Notes
 
 Evergreen 2.11.6
 ----------------
-This release is a security release that also contains several other bug
-fixes improving on Evergreen 2.11.5.
+This release contains several bug fixes improving on Evergreen 2.11.5.
 
 * Code to prevent a hold already on the Holds Shelf from being
 transferred to another title.
diff --git a/docs/RELEASE_NOTES_2_12.adoc b/docs/RELEASE_NOTES_2_12.adoc
index db2ed72..9967c3f 100644
--- a/docs/RELEASE_NOTES_2_12.adoc
+++ b/docs/RELEASE_NOTES_2_12.adoc
@@ -3,6 +3,84 @@ Evergreen 2.12 Release Notes
 :toc:
 :numbered:
 
+Evergreen 2.12.3
+----------------
+
+This release contains several bug fixes improving on Evergreen 2.12.2.
+
+Web Client Bug Fixes
+~~~~~~~~~~~~~~~~~~~~
+The web client, which is available for trial production use in libraries,
+received several fixes in this release:
+
+* The receipt on payment checkbox now prints a receipt at time of payment.
+* The Items Out count in the patron screen now includes long overdue
+items.
+* A fix was added to prevent values from a previously-edited patron from
+appearing in the edit form of a subsequent patron.
+* User notification preferences now save correctly in the patron
+registration and edit forms.
+* The UPDATE_MARC permission is no longer requested when performing a
+search from the staff catalog.
+* Non-cataloged circulations now display in the Items Out screen without
+requiring a refresh.
+* Required statistical categories are now required to be entered in the 
+copy editor. (A similar bug for the patron editor was fixed in the 2.12.1
+release).
+* Voiding bills now requires confirmation.
+* Staff can no longer use the copy editor to put items into or out of the
+following statuses: checked out, lost, in transit, on holds shelf, long
+overdue, and canceled transit.
+* The contrast is improved for alert text showing the amount a patron owes
+in bills.
+* Circ modifiers now sort alphabetically in the copy editor.
+
+Other Bug Fixes
+~~~~~~~~~~~~~~~
+* Code to prevent a hold already on the Holds Shelf from being
+transferred to another title.
+* A fix to a bug that prevented users from scheduling reports with a
+relative month if the report template used a date that applied the Year +
+Month transform with the On or After (>=) operator.
+* A fix to a bug where the max fines threshold was reached prematurely
+due to the presence of account adjustments.
+* A check that prevents a SMS message from attempting to sending when the SMS
+carrier is null.
+* For systems that provide search format as a filter on the advanced
+search page, a fix so that the format selected in the search bar when
+launching a new search from the results page overrides any previously-set 
+formats.
+* The addition of an optional new Apache/mod_perl configuration variable for
+defining the port Apache listens on for HTTP traffic. This resolves an issue
+where added content lookups attempting HTTP requests on the local Apache
+instance on port 80 failed because Apache was using non-standard ports.
+* A fix to the public catalog's My List page responsive design so that it now
+displays properly on mobile devices and allows users to place holds from My List. 
+* A fix to a bug where the second (and subsequent)
+pages of search results in the public catalog (when group
+formats and editions is in effect) does not correctly generate
+links to hits that are not part of of a multi-bib metarecords.
+
+Acknowledgements
+~~~~~~~~~~~~~~~~
+We would like to thank the following individuals who contributed code,
+testing and documentation patches to the 2.12.3 point release of
+Evergreen:
+
+* Jason Boyer
+* Galen Charlton
+* Jeff Davis
+* Bill Erickson
+* Jason Etheridge
+* Kathy Lussier
+* Terran McCanna
+* Dan Scott
+* Chris Sharp
+* Ben Shum
+* Remington Steed
+* Cesar Velez
+* Dan Wells
+
 Evergreen 2.12.2
 ----------------
 

commit 514dc15d144ee7fb29ac89ebafeb7554d8c6a68d
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Wed Jun 21 13:13:46 2017 -0400

    Docs: 2.11.6 Release Notes
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/docs/RELEASE_NOTES_2_11.adoc b/docs/RELEASE_NOTES_2_11.adoc
index e3348b1..be140e0 100644
--- a/docs/RELEASE_NOTES_2_11.adoc
+++ b/docs/RELEASE_NOTES_2_11.adoc
@@ -3,6 +3,34 @@ Evergreen 2.11 Release Notes
 :toc:
 :numbered:
 
+Evergreen 2.11.6
+----------------
+This release is a security release that also contains several other bug
+fixes improving on Evergreen 2.11.5.
+
+* Code to prevent a hold already on the Holds Shelf from being
+transferred to another title.
+* A fix to a bug that prevented users from scheduling reports with a
+relative month if the report template used a date that applied the Year +
+Month transform with the On or After (>=) operator.
+* A fix to a bug where the max fines threshold was reached prematurely
+due to the presence of account adjustments.
+* A check that prevents a SMS message from sending if the SMS carrier
+is null.
+
+Acknowledgements
+~~~~~~~~~~~~~~~~
+We would like to thank the following individuals who contributed code,
+tests and documentation patches to the 2.11.6 point release of
+Evergreen:
+
+* Jason Boyer
+* Galen Charlton
+* Kathy Lussier
+* Chris Sharp
+* Remington Steed
+* Dan Wells
+
 Evergreen 2.11.5
 ----------------
 

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

Summary of changes:
 docs/RELEASE_NOTES_2_11.adoc |   27 ++++++++++++++
 docs/RELEASE_NOTES_2_12.adoc |   78 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 105 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list