[open-ils-commits] [GIT] Evergreen ILS branch rel_2_11 updated. 5fc7b53571e963c6d95f527be2ca741e14442bff

Evergreen Git git at git.evergreen-ils.org
Wed Apr 19 12:29:13 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_11 has been updated
       via  5fc7b53571e963c6d95f527be2ca741e14442bff (commit)
       via  b7a1a6c33ae286e1a9934bdfc5d9ff96dff18135 (commit)
      from  560e0d9cdb78f6704ef840b5db73a5e4ced7ba8c (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 5fc7b53571e963c6d95f527be2ca741e14442bff
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Wed Apr 19 12:28:19 2017 -0400

    Docs: Release notes for 2.11.4 maintenance release
    
    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 9d9476c..28255fa 100644
--- a/docs/RELEASE_NOTES_2_11.adoc
+++ b/docs/RELEASE_NOTES_2_11.adoc
@@ -3,6 +3,79 @@ Evergreen 2.11 Release Notes
 :toc:
 :numbered:
 
+Evergreen 2.11.4
+----------------
+
+This release contains several bug fixes improving on Evergreen 2.11.3.
+
+* A fix to avoid fetching and creating EDI message entries that the
+system cannot parse.
+* A fix to prevent staff users from marking a long overdue item as lost 
+so that the patron will not be billed twice for the same item.
+* A fix to the link that is used on the catalog's Library Info page so
+that links with anchors can be successfully retrieved.
+* A replacement for the blank fallback image used when the catalog cannot
+retrieve an added content book cover.
+* An EDI fix that prevents EDI fetcher from crashing when the vendor
+supplies a zero-length file.
+* A fix to an issue where adjusting a bill to zero for a current checkout
+prematurely closes the transaction.
+* A fix to encoding problems in MODS output. These problems caused issues
+when using Zotero with records in the catalog.
+* A fix to Evergreen self-check to accept the user name value when a barcode
+regex has been configured for the system.
+* A fix to duplicate name checking in the patron registration screen so that
+clicking the "Found x patron(s) with same name" link will retrieve potential
+duplicate inactive patrons.
+* A fix to the bower install step used when installing the web staff client.
+* A fix that marks a hold as fulfilled when staff check out a hold-
+captured item for a hold whose expire time is in the past.
+* A change to the acquisitions funding source funds drop down menu so that
+the menu will now only display active funds and will also display the 
+year alongside the fund.
+* A fix to a problem where the Current Bills tab of the patron record
+showed duplicate charges when a check in was done from the Items Out tab.
+* A fix that hides the option to add to My Lists from the staff client since this functionality does not work as expected in the staff client.
+* A change to the fund year selectors in acq interfaces so that the years
+are sorted in descending order.
+* A fix to a billing issue where transactions were not re-opened after
+they acquired a non-zero balance at check in.
+* A change to the default pickup library when staff place a hold. The place hold
+screen will now default to the preferred pickup location for the patron. If the
+patron does not have a preferred pickup location, it will default to the
+patron's home library.
+* The ability to skip the XUL staff client build when in make_release.
+* A fix that silences a log warning that appears for every checkout where a hard
+due date is not used.
+
+Acknowledgements
+~~~~~~~~~~~~~~~~
+We would like to thank the following individuals who contributed code,
+testing and documentation patches to the 2.10.11 point release of
+Evergreen:
+
+* Jason Boyer
+* Eva Cerniňáková
+* Galen Charlton
+* Jeff Davis
+* Bill Erickson
+* Jason Etheridge
+* Debbie Luchenbill
+* Kathy Lussier
+* Christine Morgan
+* Michele Morgan
+* Terran McCanna
+* Jane Sandberg
+* Jonathan Schatz
+* Dan Scott
+* Ben Shum
+* Jason Stephenson
+* Remington Steed
+* Josh Stompro
+* Dan Wells
+* Bob Wicksall
+
+
 Evergreen 2.11.3
 ----------------
 This is a security release that also contains several other bugfixes improving

commit b7a1a6c33ae286e1a9934bdfc5d9ff96dff18135
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Wed Apr 19 12:09:14 2017 -0400

    Docs: Release notes for the 2.10.11 maintenance release
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>
    
    Conflicts:
    	docs/RELEASE_NOTES_2_10.adoc

diff --git a/docs/RELEASE_NOTES_2_10.adoc b/docs/RELEASE_NOTES_2_10.adoc
index ad36a57..2799573 100644
--- a/docs/RELEASE_NOTES_2_10.adoc
+++ b/docs/RELEASE_NOTES_2_10.adoc
@@ -3,10 +3,144 @@ Evergreen 2.10 Release Notes
 :toc:
 :numbered:
 
+Evergreen 2.10.11
+-----------------
+
+This release contains several bug fixes improving on Evergreen 2.10.10.
+
+* A fix to avoid fetching and creating EDI message entries that the
+system cannot parse.
+* A fix to prevent staff users from marking a long overdue item as lost 
+so that the patron will not be billed twice for the same item.
+* A fix to the link that is used on the catalog's Library Info page so
+that links with anchors can be successfully retrieved.
+* A replacement for the blank fallback image used when the catalog cannot
+retrieve an added content book cover.
+* An EDI fix that prevents EDI fetcher from crashing when the vendor
+supplies a zero-length file.
+* A fix to an issue where adjusting a bill to zero for a current checkout
+prematurely closes the transaction.
+* A fix to encoding problems in MODS output. These problems caused issues
+when using Zotero with records in the catalog.
+* A fix that marks a hold as fulfilled when staff check out a hold-
+captured item for a hold whose expire time is in the past.
+* A change to the acquisitions funding source funds drop down menu so that
+the menu will now only display active funds and will also display the 
+year alongside the fund.
+* A fix to a problem where the Current Bills tab of the patron record
+showed duplicate charges when a check in was done from the Items Out tab.
+* A fix that hides the option to add to My Lists from the staff client since this functionality does not work as expected in the staff client.
+* A change to the fund year selectors in acq interfaces so that the years
+are sorted in descending order.
+* A fix to a billing issue where transactions were not re-opened after
+they acquired a non-zero balance at check in.
+
+Acknowledgements
+~~~~~~~~~~~~~~
+We would like to thank the following individuals who contributed code,
+testing and documentation patches to the 2.10.11 point release of
+Evergreen:
+
+* Jason Boyer
+* Galen Charlton
+* Jeff Davis
+* Bill Erickson
+* Jason Etheridge
+* Kathy Lussier
+* Christine Morgan
+* Michele Morgan
+* Terran McCanna
+* Jane Sandberg
+* Jonathan Schatz
+* Dan Scott
+* Ben Shum
+* Remington Steed
+* Dan Wells
+* Bob Wicksall
+
+Evergreen 2.10.10
+-----------------
+This is a security release that also contains several other bug fixes improving
+on Evergreen 2.10.9.  All users of Evergreen 2.10.x are recommended to upgrade
+to 2.10.10 as soon as possible.
+
+Security Issue: Credit Processor Stripe Settings Permissions
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Unprivileged users can retrieve organizational unit setting values for
+setting types lacking a "view" permission.  When the feature adding
+Stripe credit card processing was added, the upgrade script neglected
+to add the VIEW_CREDIT_CARD_PROCESSING permission to the
+organizational unit setting type.  This means that anyone can retrieve
+and view the settings for Stripe credit card processing.
+
+Any system that upgraded from Evergreen version 2.5 to 2.6 is
+affected.  If you use Stripe for credit card processing, it is
+strongly recommended that you apply this upgrade.  Even if you do not
+use Stripe, applying this upgrade is still recommended.  If you did
+not upgrade from version 2.5 to 2.6 of Evergreen, but started with a
+later version, applying this upgrade is harmless.
+
+If you are not ready to perform a full upgrade, and if you use Stripe,
+you can protect the settings by running the following two SQL statements:
+
+[source,sql]
+----
+UPDATE config.org_unit_setting_type
+    SET view_perm = (SELECT id FROM permission.perm_list
+        WHERE code = 'VIEW_CREDIT_CARD_PROCESSING' LIMIT 1)
+    WHERE name LIKE 'credit.processor.stripe%' AND view_perm IS NULL;
+
+UPDATE config.org_unit_setting_type
+    SET update_perm = (SELECT id FROM permission.perm_list
+        WHERE code = 'ADMIN_CREDIT_CARD_PROCESSING' LIMIT 1)
+    WHERE name LIKE 'credit.processor.stripe%' AND update_perm IS NULL;
+----
+
+Other Fixes
+~~~~~~~~~
+Evergreen 2.10.10 also contains the following bug fixes:
+
+* A fix to correctly apply floating group settings when performing
+no-op checkins.
+* A fix to the HTML coding of the temporary lists page.
+* A fix of a problem where certain kinds of requests of information
+about the organizational unit hierarchy to consume all available
+`open-ils.cstore` backends.
+* A fix to allow staff to use the 'place another hold' link without
+running into a user interface loop.
+* A fix to the 'Edit Due Date' form in the web staff client.
+* A fix to sort billing types and non-barcoded item types in alphabetical
+order in the web staff client.
+* A fix to the 'return to grouped search results' link in the public
+catalog.
+* A fix to allow pre-cat checkouts in the web staff client without requiring
+a circulation modifier.
+* Other typo and documentation fixes.
+
+Acknowledgements
+~~~~~~~~~~~~~~
+We would like to thank the following individuals who contributed code,
+testing and documentation patches to the 2.10.10 point release of
+Evergreen:
+
+* Ben Shum
+* Bill Erickson
+* Blake Henderson
+* Chris Sharp
+* Christine Burns
+* Galen Charlton
+* Jane Sandberg
+* Jason Stephenson
+* Jeanette Lundgren
+* Josh Stompro
+* Kathy Lussier
+* Kyle Huckins
+* Mike Rylander
+
 Evergreen 2.10.9
 ----------------
 
-This release contains several bugfixes improving on Evergreen 2.10.8
+This release contains several bug fixes improving on Evergreen 2.10.8
 
 * A fix to the web client patron interface that changed the holds count in the
 patron summary from total / available to available / total.
@@ -34,7 +168,7 @@ Evergreen:
 Evergreen 2.10.8
 ----------------
 
-This release contains several bugfixes improving on Evergreen 2.10.7
+This release contains several bug fixes improving on Evergreen 2.10.7
 
 * A fix to that provides alphabetical sorting to the fund selector in
 the Acquisitions Selection List -> Copies interface.
@@ -88,7 +222,7 @@ Evergreen:
 Evergreen 2.10.7
 ----------------
 
-This release contains several bugfixes improving on Evergreen 2.10.6.
+This release contains several bug fixes improving on Evergreen 2.10.6.
 
 * When adding a price to the Acquisitions Brief Record price field, it will
 now propogate to the lineitem estimated price field.
@@ -114,7 +248,7 @@ Evergreen:
 
 Evergreen 2.10.6
 ----------------
-This release contains bugfixes improving on Evergreen 2.10.5.
+This release contains bug fixes improving on Evergreen 2.10.5.
 
 Add Date Header to Action Trigger Email/SMS Templates
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -132,8 +266,8 @@ it to the top of any custom templates:
 And this line should be inserted into the header block of each template:
 `Date: [%- date.format(date.now, '%a, %d %b %Y %T -0000', gmt => 1) %]`
 
-Other Bugfixes
-~~~~~~~~~~~~~~
+Other Bug Fixes
+~~~~~~~~~~~~~~~
 * Prorating invoice charges now works again.
 * The claims never checked out counter on the patron record is now
   incremented correctly when marking a lost loan as
@@ -203,7 +337,7 @@ code, testing and documentation patches to the 2.10.6 point release of Evergreen
 
 Evergreen 2.10.5
 ----------------
-This release contains bugfixes improving on Evergreen 2.10.4
+This release contains bug fixes improving on Evergreen 2.10.4
 
 * Fixes SIP2 failures with patron information messages when a
 patron has one or more blocking penalties that are not otherwise
@@ -240,7 +374,7 @@ code, testing and documentation patches to the 2.10.5 point release of Evergreen
 
 Evergreen 2.10.4
 ----------------
-This release contains bugfixes improving on Evergreen 2.10.3
+This release contains bug fixes improving on Evergreen 2.10.3
 
 * Fixes the responsive view of the My Account Items Out screen so that Title and
 Author are now in separate columns.
@@ -275,7 +409,7 @@ of Evergreen:
 
 Evergreen 2.10.3
 ----------------
-This release contains bugfixes improving on Evergreen 2.10.2:
+This release contains bug fixes improving on Evergreen 2.10.2:
 
 * Fixes a critical bug where a newly-registered patron record could
   not be used to log in to Evergreen using the password supplied during
@@ -303,7 +437,7 @@ of Evergreen:
 
 Evergreen 2.10.2
 ----------------
-This release contains several bugfixes improving on Evergreen 2.10.1
+This release contains several bug fixes improving on Evergreen 2.10.1
 
 * Fixes a bug where phrase searching in the catalog failed when the phrase
 started or ended with punctuation.
@@ -1310,8 +1444,8 @@ whose label is "Search: maximum number of facet values to retrieve for
 each facet field".  The default limit value is 1,000, but lower values
 (e.g., 100) are perhaps even better for most catalogs.
 
-Significant bugfixes
-~~~~~~~~~~~~~~~~~~~~
+Significant bug fixes
+~~~~~~~~~~~~~~~~~~~~~
 
 Add acquisitions cancel reason 85 for Baker & Taylor EDI
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

Summary of changes:
 docs/RELEASE_NOTES_2_10.adoc |  158 ++++++++++++++++++++++++++++++++++++++---
 docs/RELEASE_NOTES_2_11.adoc |   73 +++++++++++++++++++
 2 files changed, 219 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list