[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. bc078feefdda44cac2ee40b8bae51323d1ec40bc

Evergreen Git git at git.evergreen-ils.org
Wed Oct 17 09:22:32 EDT 2018


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_3_0 has been updated
       via  bc078feefdda44cac2ee40b8bae51323d1ec40bc (commit)
       via  6abc68149629c3b0542d5d5665b18a2a5aa008b8 (commit)
       via  f5ca1134d0d94d99a4e7dde09236544eab0f88fc (commit)
      from  a4dfe5f61ba474f7108d43fb37a680886081d0fb (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 bc078feefdda44cac2ee40b8bae51323d1ec40bc
Author: Jason Stephenson <jason at sigio.com>
Date:   Wed Oct 17 09:09:13 2018 -0400

    Fix Perl live test: 20-hold-targeter.t.
    
    It was expecting 31 copies on hold 263 and there are only 24.  This test
    was fixed in master but never backported.
    
    Signed-off-by: Jason Stephenson <jason at sigio.com>

diff --git a/Open-ILS/src/perlmods/live_t/20-hold-targeter.t b/Open-ILS/src/perlmods/live_t/20-hold-targeter.t
index d04b384..8e5b3e6 100644
--- a/Open-ILS/src/perlmods/live_t/20-hold-targeter.t
+++ b/Open-ILS/src/perlmods/live_t/20-hold-targeter.t
@@ -97,7 +97,7 @@ $maps = $e->search_action_hold_copy_map([
     }
 ]);
 
-is(scalar(@$maps), 31, "Hold $hold_id has 31 mapped potential copies");
+is(scalar(@$maps), 24, "Hold $hold_id has 24 mapped potential copies");
 
 # Only 1 bib record (42) links to metarecord 42.  It also satisfies the 
 # holdable_format criteria.

commit 6abc68149629c3b0542d5d5665b18a2a5aa008b8
Author: Jason Stephenson <jason at sigio.com>
Date:   Tue Oct 16 15:05:05 2018 -0400

    Forward port 3.0.13 DB upgrade script.
    
    Signed-off-by: Jason Stephenson <jason at sigio.com>

diff --git a/Open-ILS/src/sql/Pg/version-upgrade/3.0.12-3.0.13-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/3.0.12-3.0.13-upgrade-db.sql
new file mode 100644
index 0000000..a1cb872
--- /dev/null
+++ b/Open-ILS/src/sql/Pg/version-upgrade/3.0.12-3.0.13-upgrade-db.sql
@@ -0,0 +1,5 @@
+--Upgrade Script for 3.0.12 to 3.0.13
+\set eg_version '''3.0.13'''
+BEGIN;
+INSERT INTO config.upgrade_log (version, applied_to) VALUES ('3.0.13', :eg_version);
+COMMIT;

commit f5ca1134d0d94d99a4e7dde09236544eab0f88fc
Author: Jason Stephenson <jason at sigio.com>
Date:   Tue Oct 16 14:09:05 2018 -0400

    Add Release Notes for 3.0.13.
    
    Signed-off-by: Jason Stephenson <jason at sigio.com>

diff --git a/docs/RELEASE_NOTES_3_0.adoc b/docs/RELEASE_NOTES_3_0.adoc
index d7b9050..910328f 100644
--- a/docs/RELEASE_NOTES_3_0.adoc
+++ b/docs/RELEASE_NOTES_3_0.adoc
@@ -3,6 +3,27 @@ Evergreen 3.0 Release Notes
 :toc:
 :numbered:
 
+Evergreen 3.0.13
+----------------
+This release contains bug fixes for regressions in Evergreen 3.0.12.
+All bug fixes refer to the web staff client unless otherwise specified.
+
+Bug fixes
+~~~~~~~~~
+
+* Removes the tooltip feature when you mouse over a grid cell because this feature degraded performance.
+* Fixes an issue with adding two or more copies in cataloging.
+* Fixes the inability to add copies from Item Status and Holdings View.
+
+Acknowledgements
+~~~~~~~~~~~~~~~~
+We would like to thank the following individuals who contributed code,
+tests and documentation patches to the 3.0.13 point release of
+Evergreen:
+
+* Jason Stephenson
+* Dan Wells
+
 Evergreen 3.0.12
 ----------------
 This release contains bug fixes improving on Evergreen 3.0.11.

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

Summary of changes:
 Open-ILS/src/perlmods/live_t/20-hold-targeter.t    |    2 +-
 .../version-upgrade/3.0.12-3.0.13-upgrade-db.sql   |    5 ++++
 docs/RELEASE_NOTES_3_0.adoc                        |   21 ++++++++++++++++++++
 3 files changed, 27 insertions(+), 1 deletions(-)
 create mode 100644 Open-ILS/src/sql/Pg/version-upgrade/3.0.12-3.0.13-upgrade-db.sql


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list