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

Evergreen Git git at git.evergreen-ils.org
Fri May 17 16:43:45 EDT 2019


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  c652a39c5a0addea37021bb262c7f2beb557df87 (commit)
       via  552fb2d215443fd3e7967a6acab80e6c4bffb6ed (commit)
       via  369c1a60248e0da48a0445daaf3fe2be92d30ca5 (commit)
      from  e8f0c59da3876704fa8a13acf68768e9115023e9 (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 c652a39c5a0addea37021bb262c7f2beb557df87
Author: Remington Steed <rjs7 at calvin.edu>
Date:   Fri May 17 16:39:34 2019 -0400

    Docs: Add bugfix release notes for 3.3.1
    
    This commit also relabels the original (now redundant) headings.
    
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>

diff --git a/docs/RELEASE_NOTES_3_3.adoc b/docs/RELEASE_NOTES_3_3.adoc
index e33be8445d..2a18aa9b1e 100644
--- a/docs/RELEASE_NOTES_3_3.adoc
+++ b/docs/RELEASE_NOTES_3_3.adoc
@@ -3,8 +3,105 @@ Evergreen 3.3 Release Notes
 :toc:
 :numbered:
 
-Upgrade notes
--------------
+Evergreen 3.3.1
+---------------
+
+This release contains bug fixes improving on Evergreen 3.3.0.
+
+Bug fixes
+~~~~~~~~~
+
+General
+^^^^^^^
+
+* Fixes a compatibility problem with the Item Status related to JavaScript arrow
+* functions (https://bugs.launchpad.net/evergreen/+bug/1821196[Bug #1821196])
+
+Booking
+^^^^^^^
+
+* Fixes a bug in the Booking URL path that failed with newer Apache
+* (https://bugs.launchpad.net/evergreen/+bug/1823387[Bug #1823387])
+
+Circulation
+^^^^^^^^^^^
+
+* Fixes a display bug with the patron record Group Members list
+* (https://bugs.launchpad.net/evergreen/+bug/1642036[Bug #1642036])
+* Fixes title sort on the patron Items Out Screen
+* (https://bugs.launchpad.net/evergreen/+bug/1782014[Bug #1782014])
+* Fixes a refresh bug on the catalog record Holds View tab when moving between
+* records (https://bugs.launchpad.net/evergreen/+bug/1792188[Bug #1792188])
+* Fixes the ability to place holds from item buckets
+* (https://bugs.launchpad.net/evergreen/+bug/1806394[Bug #1806394])
+
+Cataloging
+^^^^^^^^^^
+
+* Fixes a bug where copy templates would not apply properly
+* (https://bugs.launchpad.net/evergreen/+bug/1788680[Bug #1788680])
+* Fixes the default cursor focus on the holdings editor
+* (https://bugs.launchpad.net/evergreen/+bug/1752968[Bug #1752968])
+* Fixes a bug with Postgres 10 support related to MARC Batch Import/Export
+* (https://bugs.launchpad.net/evergreen/+bug/1820339[Bug #1820339])
+* Fixes a bug in the new MARC Import/Export related to Record Match Set
+* expressions (https://bugs.launchpad.net/evergreen/+bug/1823982[Bug #1823982])
+* Fixes a bug that failed to honor the "Retain empty bib records"
+* (cat.bib.keep_on_empty) setting when transferring items
+* (https://bugs.launchpad.net/evergreen/+bug/1333893[Bug #1333893])
+* Fixes a bug that failed to include deleted bib records in TCN search
+* (https://bugs.launchpad.net/evergreen/+bug/1813633[Bug #1813633])
+
+System administration
+^^^^^^^^^^^^^^^^^^^^^
+
+* Added database indexes to speed up purging of Action Trigger event output
+* fields (https://bugs.launchpad.net/evergreen/+bug/1778940[Bug #1778940])
+* Fixes the help text in action_trigger_aggregator.pl related to the remote-acct
+* argument (https://bugs.launchpad.net/evergreen/+bug/1803729[Bug #1803729])
+* Adds a missing page title for the Closed Dates Editor
+* (https://bugs.launchpad.net/evergreen/+bug/1814943[Bug #1814943])
+* Adds a missing page title for the Statistical Popularity Badges admin page
+* (https://bugs.launchpad.net/evergreen/+bug/1826890[Bug #1826890])
+* Changes the direction of column sort indicators in the new Angular grids
+* (https://bugs.launchpad.net/evergreen/+bug/1825578[Bug #1825578])
+* Adds Hatch printing support to the new Angular screens
+* (https://bugs.launchpad.net/evergreen/+bug/1793005[Bug #1793005])
+
+
+Acknowledgments
+~~~~~~~~~~~~~~~
+We would like to thank the following individuals who contributed code,
+testing and documentation patches to the 3.3.1 point release of
+Evergreen:
+
+* John Amundson
+* Jason Boyer
+* Galen Charlton
+* Garry Collum
+* Jeff Davis
+* Bill Erickson
+* Jason Etheridge
+* Blake Graham-Henderson
+* Rogan Hamby
+* Millissa Macomber
+* Katie G. Martin
+* Terran McCanna
+* Mike Rylander
+* Jane Sandberg
+* Janet Schrader
+* Dan Scott
+* Ben Shum
+* Remington Steed
+* Jason Stephenson
+* Josh Stompro
+* Dan Wells
+* Beth Willis
+* John Yorio
+
+
+3.3.0 Upgrade notes
+-------------------
 
 Migrating Parent/guardian information
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -66,8 +163,8 @@ CREATE INDEX actor_usr_family_name_unaccent_idx ON actor.usr
 ------------------------------------------------------------------------ 
 
 
-New Features
-------------
+3.3.0 New Features
+------------------
 
 Administration
 ~~~~~~~~~~~~~~
@@ -254,8 +351,8 @@ now includes an option to search by UPC (Universal Product Code).
 
 
 
-Acknowledgments
----------------
+3.3.0 Acknowledgments
+---------------------
 The Evergreen project would like to acknowledge the following
 organizations that commissioned developments in this release of
 Evergreen:

commit 552fb2d215443fd3e7967a6acab80e6c4bffb6ed
Author: Remington Steed <rjs7 at calvin.edu>
Date:   Fri May 17 15:41:52 2019 -0400

    Docs: Add bugfix release notes for 3.2.6
    
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>

diff --git a/docs/RELEASE_NOTES_3_2.adoc b/docs/RELEASE_NOTES_3_2.adoc
index ef1cbc69a6..064a3ff0aa 100644
--- a/docs/RELEASE_NOTES_3_2.adoc
+++ b/docs/RELEASE_NOTES_3_2.adoc
@@ -3,6 +3,92 @@ Evergreen 3.2 Release Notes
 :toc:
 :numbered:
 
+Evergreen 3.2.6
+---------------
+
+This release contains bug fixes improving on Evergreen 3.2.5.
+All bug fixes refer to the web staff client unless otherwise specified.
+
+Bug fixes
+~~~~~~~~~
+
+General
+^^^^^^^
+
+* Fixes a compatibility problem with the Item Status related to JavaScript arrow
+* functions (https://bugs.launchpad.net/evergreen/+bug/1821196[Bug #1821196])
+
+Booking
+^^^^^^^
+
+* Fixes a bug in the Booking URL path that failed with newer Apache
+* (https://bugs.launchpad.net/evergreen/+bug/1823387[Bug #1823387])
+
+Circulation
+^^^^^^^^^^^
+
+* Fixes a display bug with the patron record Group Members list
+* (https://bugs.launchpad.net/evergreen/+bug/1642036[Bug #1642036])
+* Fixes title sort on the patron Items Out Screen
+* (https://bugs.launchpad.net/evergreen/+bug/1782014[Bug #1782014])
+* Fixes a refresh bug on the catalog record Holds View tab when moving between
+* records (https://bugs.launchpad.net/evergreen/+bug/1792188[Bug #1792188])
+* Fixes the ability to place holds from item buckets
+* (https://bugs.launchpad.net/evergreen/+bug/1806394[Bug #1806394])
+
+Cataloging
+^^^^^^^^^^
+
+* Fixes a bug where copy templates would not apply properly
+* (https://bugs.launchpad.net/evergreen/+bug/1788680[Bug #1788680])
+* Fixes the default cursor focus on the holdings editor
+* (https://bugs.launchpad.net/evergreen/+bug/1752968[Bug #1752968])
+* Fixes a bug that failed to honor the "Retain empty bib records"
+* (cat.bib.keep_on_empty) setting when transferring items
+* (https://bugs.launchpad.net/evergreen/+bug/1333893[Bug #1333893])
+* Fixes a bug that failed to include deleted bib records in TCN search
+* (https://bugs.launchpad.net/evergreen/+bug/1813633[Bug #1813633])
+
+System administration
+^^^^^^^^^^^^^^^^^^^^^
+
+* Added database indexes to speed up purging of Action Trigger event output
+* fields (https://bugs.launchpad.net/evergreen/+bug/1778940[Bug #1778940])
+* Fixes the help text in action_trigger_aggregator.pl related to the remote-acct
+* argument (https://bugs.launchpad.net/evergreen/+bug/1803729[Bug #1803729])
+* Adds a missing page title for the Closed Dates Editor
+* (https://bugs.launchpad.net/evergreen/+bug/1814943[Bug #1814943])
+* Adds a missing page title for the Statistical Popularity Badges admin page
+* (https://bugs.launchpad.net/evergreen/+bug/1826890[Bug #1826890])
+
+
+Acknowledgments
+~~~~~~~~~~~~~~~
+We would like to thank the following individuals who contributed code,
+testing and documentation patches to the 3.2.6 point release of
+Evergreen:
+
+* John Amundson
+* Jason Boyer
+* Galen Charlton
+* Garry Collum
+* Jeff Davis
+* Bill Erickson
+* Blake Graham-Henderson
+* Rogan Hamby
+* Millissa Macomber
+* Terran McCanna
+* Mike Rylander
+* Jane Sandberg
+* Janet Schrader
+* Remington Steed
+* Jason Stephenson
+* Josh Stompro
+* Dan Wells
+* Beth Willis
+* John Yorio
+
+
 Evergreen 3.2.5
 ---------------
 

commit 369c1a60248e0da48a0445daaf3fe2be92d30ca5
Author: Remington Steed <rjs7 at calvin.edu>
Date:   Fri May 17 15:38:44 2019 -0400

    Docs: Add bugfix release notes for 3.1.12
    
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>

diff --git a/docs/RELEASE_NOTES_3_1.adoc b/docs/RELEASE_NOTES_3_1.adoc
index d799b840e8..a052d5684a 100644
--- a/docs/RELEASE_NOTES_3_1.adoc
+++ b/docs/RELEASE_NOTES_3_1.adoc
@@ -3,6 +3,85 @@ Evergreen 3.1 Release Notes
 :toc:
 :numbered:
 
+Evergreen 3.1.12
+----------------
+
+This release contains bug fixes improving on Evergreen 3.1.11.
+All bug fixes refer to the web staff client unless otherwise specified.
+
+Bug fixes
+~~~~~~~~~
+
+Booking
+^^^^^^^
+
+* Fixes a bug in the Booking URL path that failed with newer Apache
+* (https://bugs.launchpad.net/evergreen/+bug/1823387[Bug #1823387])
+
+Circulation
+^^^^^^^^^^^
+
+* Fixes a display bug with the patron record Group Members list
+* (https://bugs.launchpad.net/evergreen/+bug/1642036[Bug #1642036])
+* Fixes title sort on the patron Items Out Screen
+* (https://bugs.launchpad.net/evergreen/+bug/1782014[Bug #1782014])
+* Fixes the ability to place holds from item buckets
+* (https://bugs.launchpad.net/evergreen/+bug/1806394[Bug #1806394])
+* Fixes a bug with editing the due date of an hourly loan that would lose the
+* time (https://bugs.launchpad.net/evergreen/+bug/1552778[Bug #1552778])
+
+Cataloging
+^^^^^^^^^^
+
+* Fixes a bug where copy templates would not apply properly
+* (https://bugs.launchpad.net/evergreen/+bug/1788680[Bug #1788680])
+* Fixes the default cursor focus on the holdings editor
+* (https://bugs.launchpad.net/evergreen/+bug/1752968[Bug #1752968])
+* Fixes a bug that failed to honor the "Retain empty bib records"
+* (cat.bib.keep_on_empty) setting when transferring items
+* (https://bugs.launchpad.net/evergreen/+bug/1333893[Bug #1333893])
+
+Public Catalog
+^^^^^^^^^^^^^^
+
+* Restores ability to request password resets
+* (https://bugs.launchpad.net/evergreen/+bug/1804038[Bug #1804038])
+
+System administration
+^^^^^^^^^^^^^^^^^^^^^
+
+* Fixes the help text in action_trigger_aggregator.pl related to the remote-acct
+* argument (https://bugs.launchpad.net/evergreen/+bug/1803729[Bug #1803729])
+* Adds a missing page title for the Statistical Popularity Badges admin page
+* (https://bugs.launchpad.net/evergreen/+bug/1826890[Bug #1826890])
+
+
+Acknowledgments
+~~~~~~~~~~~~~~~
+We would like to thank the following individuals who contributed code,
+testing and documentation patches to the 3.1.12 point release of
+Evergreen:
+
+* John Amundson
+* Jason Boyer
+* Galen Charlton
+* Garry Collum
+* Jeff Davis
+* Bill Erickson
+* Blake Graham-Henderson
+* Rogan Hamby
+* Kathy Lussier
+* Millissa Macomber
+* Mike Rylander
+* Jane Sandberg
+* Janet Schrader
+* Remington Steed
+* Jason Stephenson
+* Josh Stompro
+* Dan Wells
+* Beth Willis
+
+
 Evergreen 3.1.11
 ----------------
 

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

Summary of changes:
 docs/RELEASE_NOTES_3_1.adoc |  79 ++++++++++++++++++++++++++++++++
 docs/RELEASE_NOTES_3_2.adoc |  86 ++++++++++++++++++++++++++++++++++
 docs/RELEASE_NOTES_3_3.adoc | 109 +++++++++++++++++++++++++++++++++++++++++---
 3 files changed, 268 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list