[open-ils-commits] [GIT] Evergreen ILS branch rel_2_10 updated. 3420c4733abc05b57e4f75a7d2e17d17a8de33e1

Evergreen Git git at git.evergreen-ils.org
Thu Apr 28 12:48:51 EDT 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, rel_2_10 has been updated
       via  3420c4733abc05b57e4f75a7d2e17d17a8de33e1 (commit)
       via  42d0847d431a1d57d3757cda779b2959aa89e5f9 (commit)
       via  7a3b89d1f9cd6299275bdf3a3df73c8d838bbedc (commit)
       via  7773be463aa34344ea6e59ab33dfa43707a4932d (commit)
       via  07a6e3f2cb1a74bca1cec136c61507d300088c72 (commit)
       via  3858d51553d9d66f3f9941322dc005f4743f40a0 (commit)
      from  063ac67fad399b6993abca66ede7b9d498356785 (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 3420c4733abc05b57e4f75a7d2e17d17a8de33e1
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Apr 28 12:26:19 2016 -0400

    updates to the 2.10.2 release notes
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Bill Erickson <berickxx at gmail.com>

diff --git a/docs/RELEASE_NOTES_2_10.adoc b/docs/RELEASE_NOTES_2_10.adoc
index 6cf32c7..1955076 100644
--- a/docs/RELEASE_NOTES_2_10.adoc
+++ b/docs/RELEASE_NOTES_2_10.adoc
@@ -8,9 +8,15 @@ Evergreen 2.10.2
 This release contains several bugfixes improving on Evergreen 2.10.1
 
 * Fixes a bug where phrase searching in the catalog failed when the phrase
-started or ended with puntuation.
+started or ended with punctuation.
+* Fixes a bug where changing the sort order in the public catalog to
+"relevance" could fail.
+* Fixes a bug that prevented users from recreating a monograph part that
+had previously been deleted.
 * Fixes a bug where serials checkouts failed for users that track circulation
-history. 
+history.
+* Fixes a bug that prevented the Library Settings Editor from
+consistently retrieving the values of library settings.
 * Fixes several issues with the new web-based Angular patron editor, including:
 ** Allows barcodes to be used as user name even if it doesn't match the user
 name regex.
@@ -28,7 +34,10 @@ patron save operation, resulting in a server-side error on save.
 periods.
 * Removes support for Debian Squeeze now that its long-term support period
 has ended.
-* Fixes some QA tests that had been failing. 
+* Fixes a bug that had prevented the dependency libpcre3 from being
+intalled on Debian Jessie.
+* Fixes some QA tests that had been failing.
+* Renumbers the Perl unit test files.
 
 Acknowledgements
 ~~~~~~~~~~~~~~~~
@@ -36,6 +45,7 @@ We would like to thank the following individuals who contributed
 code and documentation patches to the 2.10.2 point release of Evergreen:
 
 * Jason Boyer
+* Steve Callender
 * Galen Charlton
 * Bill Erickson
 * Anna Goben

commit 42d0847d431a1d57d3757cda779b2959aa89e5f9
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Thu Apr 28 09:27:16 2016 -0400

    Adding 2.10.2 point release notes
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/docs/RELEASE_NOTES_2_10.adoc b/docs/RELEASE_NOTES_2_10.adoc
index 0570266..6cf32c7 100644
--- a/docs/RELEASE_NOTES_2_10.adoc
+++ b/docs/RELEASE_NOTES_2_10.adoc
@@ -3,6 +3,63 @@ Evergreen 2.10.1 Release Notes
 :toc:
 :numbered:
 
+Evergreen 2.10.2
+---------------
+This release contains several bugfixes improving on Evergreen 2.10.1
+
+* Fixes a bug where phrase searching in the catalog failed when the phrase
+started or ended with puntuation.
+* Fixes a bug where serials checkouts failed for users that track circulation
+history. 
+* Fixes several issues with the new web-based Angular patron editor, including:
+** Allows barcodes to be used as user name even if it doesn't match the user
+name regex.
+** Presents an alert when trying to save a form with invalid values.
+** Allows staff to delete all patron addresses if the corresponding Library 
+Setting allows them to do so.
+** Honors Library Settings to require the county and state fields at patron
+registration time.
+** Resizes checkboxes that had become huge in some browsers.
+** Displays the New Address button at all times.
+** Prevents staff from editing linked addresses for cloned users.
+** Fixes a bug where out-of-scope stat cats would be incorrectly bundled in the 
+patron save operation, resulting in a server-side error on save.
+* Silences unnecessary warnings emitted for libraries using extending grace
+periods.
+* Removes support for Debian Squeeze now that its long-term support period
+has ended.
+* Fixes some QA tests that had been failing. 
+
+Acknowledgements
+~~~~~~~~~~~~~~~~
+We would like to thank the following individuals who contributed
+code and documentation patches to the 2.10.2 point release of Evergreen:
+
+* Jason Boyer
+* Galen Charlton
+* Bill Erickson
+* Anna Goben
+* Angela Kilsdonk
+* Debbie Luchenbill
+* Jennifer Pringle
+* Mike Rylander
+* Jane Sandberg
+* Jason Stephenson
+* Yamil Suarez
+
+We also thank the following organizations whose employees contributed
+patches:
+
+* BC Libraries Cooperative
+* Berklee College of Music
+* Equinox Software, Inc.
+* Evergreen Indiana
+* King County Library System
+* Linn Libraries Consortium
+* Merrimack Valley Library Consortium
+* MOBIUS
+
+
 Evergreen 2.10.1
 ----------------
 

commit 7a3b89d1f9cd6299275bdf3a3df73c8d838bbedc
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Apr 28 12:21:50 2016 -0400

    update release notes for 2.9.4
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Bill Erickson <berickxx at gmail.com>

diff --git a/docs/RELEASE_NOTES_2_9.txt b/docs/RELEASE_NOTES_2_9.txt
index 3b51b56..854e9e1 100644
--- a/docs/RELEASE_NOTES_2_9.txt
+++ b/docs/RELEASE_NOTES_2_9.txt
@@ -8,7 +8,11 @@ Evergreen 2.9.4
 This release contains several bugfixes improving on Evergreen 2.9.3
 
 * Fixes a bug where phrase searching in the catalog failed when the phrase
-started or ended with puntuation.
+started or ended with punctuation.
+* Fixes a bug where changing the sort order in the public catalog to
+"relevance" could fail.
+* Fixes a bug that prevented users from recreating a monograph part that
+had previously been deleted.
 * Silences unnecessary warnings emitted for libraries using extending grace
 periods.
 * Removes support for Debian Squeeze now that its long-term support period
@@ -20,6 +24,7 @@ We would like to thank the following individuals who contributed
 code and documentation patches to the 2.9.4 point release of Evergreen:
 
 * Jason Boyer
+* Steve Callender
 * Galen Charlton
 * Mike Rylander
 * Yamil Suarez

commit 7773be463aa34344ea6e59ab33dfa43707a4932d
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Thu Apr 28 08:47:05 2016 -0400

    Adding 2.9.4 release notes
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/docs/RELEASE_NOTES_2_9.txt b/docs/RELEASE_NOTES_2_9.txt
index 3c9996b..3b51b56 100644
--- a/docs/RELEASE_NOTES_2_9.txt
+++ b/docs/RELEASE_NOTES_2_9.txt
@@ -3,6 +3,35 @@ Evergreen 2.9 Release Notes
 :toc:
 :numbered:
 
+Evergreen 2.9.4
+---------------
+This release contains several bugfixes improving on Evergreen 2.9.3
+
+* Fixes a bug where phrase searching in the catalog failed when the phrase
+started or ended with puntuation.
+* Silences unnecessary warnings emitted for libraries using extending grace
+periods.
+* Removes support for Debian Squeeze now that its long-term support period
+has ended.
+
+Acknowledgements
+~~~~~~~~~~~~~~~~
+We would like to thank the following individuals who contributed
+code and documentation patches to the 2.9.4 point release of Evergreen:
+
+* Jason Boyer
+* Galen Charlton
+* Mike Rylander
+* Yamil Suarez
+
+We also thank the following organizations whose employees contributed
+patches:
+
+* Berklee College of Music
+* Equinox Software, Inc.
+* Evergreen Indiana
+
+
 Evergreen 2.9.3
 ---------------
 This release contains several bugfixes improving on Evergreen 2.9.2.

commit 07a6e3f2cb1a74bca1cec136c61507d300088c72
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Apr 28 12:20:45 2016 -0400

    updates to 2.8.8 release notes
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Bill Erickson <berickxx at gmail.com>

diff --git a/docs/RELEASE_NOTES_2_8.txt b/docs/RELEASE_NOTES_2_8.txt
index b38f7d1..67fd162 100644
--- a/docs/RELEASE_NOTES_2_8.txt
+++ b/docs/RELEASE_NOTES_2_8.txt
@@ -6,7 +6,9 @@ Evergreen 2.8.8
 This release contains several bugfixes improving on Evergreen 2.8.7
 
 * Fixes a bug where phrase searching in the catalog failed when the phrase
-started or ended with puntuation.
+started or ended with punctuation.
+* Fixes a bug where changing the sort order in the public catalog to
+"relevance" could fail.
 * Silences unnecessary warnings emitted for libraries using extending grace
 periods.
 * Removes support for Debian Squeeze now that its long-term support period

commit 3858d51553d9d66f3f9941322dc005f4743f40a0
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Thu Apr 28 08:35:43 2016 -0400

    Point release notes for the 2.8.8 release
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/docs/RELEASE_NOTES_2_8.txt b/docs/RELEASE_NOTES_2_8.txt
index efbc667..b38f7d1 100644
--- a/docs/RELEASE_NOTES_2_8.txt
+++ b/docs/RELEASE_NOTES_2_8.txt
@@ -1,6 +1,17 @@
 Evergreen 2.8 Release Notes
 =============================
 
+Evergreen 2.8.8
+---------------
+This release contains several bugfixes improving on Evergreen 2.8.7
+
+* Fixes a bug where phrase searching in the catalog failed when the phrase
+started or ended with puntuation.
+* Silences unnecessary warnings emitted for libraries using extending grace
+periods.
+* Removes support for Debian Squeeze now that its long-term support period
+has ended.
+ 
 Evergreen 2.8.7
 ---------------
 This release contains several bugfixes improving on Evergreen 2.8.6

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

Summary of changes:
 docs/RELEASE_NOTES_2_10.adoc |   67 ++++++++++++++++++++++++++++++++++++++++++
 docs/RELEASE_NOTES_2_8.txt   |   13 ++++++++
 docs/RELEASE_NOTES_2_9.txt   |   34 +++++++++++++++++++++
 3 files changed, 114 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list