[open-ils-commits] [GIT] Evergreen ILS branch rel_3_4 updated. 6f90263ede1a6ed1e426415a9afe04d02bb33170

Evergreen Git git at git.evergreen-ils.org
Wed Oct 2 17:29:08 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, rel_3_4 has been updated
       via  6f90263ede1a6ed1e426415a9afe04d02bb33170 (commit)
       via  2ca2acd236892954f34ab7737999f907b69237c0 (commit)
      from  f82b115b6ee6c8a9d577e9eb989ba9c926cf0891 (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 6f90263ede1a6ed1e426415a9afe04d02bb33170
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Wed Oct 2 17:28:11 2019 -0400

    forward-port 3.3.3-3.4.0 schema update
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/sql/Pg/version-upgrade/3.3.3-3.4.0-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/3.3.3-3.4.0-upgrade-db.sql
index 013352ee9d..8cd090e1cc 100644
--- a/Open-ILS/src/sql/Pg/version-upgrade/3.3.3-3.4.0-upgrade-db.sql
+++ b/Open-ILS/src/sql/Pg/version-upgrade/3.3.3-3.4.0-upgrade-db.sql
@@ -1,7 +1,7 @@
 --Upgrade Script for 3.3.3 to 3.4.0
 \set eg_version '''3.4.0'''
 BEGIN;
-INSERT INTO config.upgrade_log (version, applied_to) VALUES ('3.4-beta2', :eg_version);
+INSERT INTO config.upgrade_log (version, applied_to) VALUES ('3.4.0', :eg_version);
 
 SELECT evergreen.upgrade_deps_block_check('1168', :eg_version); -- csharp/khuckins/gmcharlt
 

commit 2ca2acd236892954f34ab7737999f907b69237c0
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Wed Oct 2 17:27:16 2019 -0400

    forward-port 3.4 release notes
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/docs/RELEASE_NOTES_3_4.adoc b/docs/RELEASE_NOTES_3_4.adoc
index 27e8b9c898..9c6716fc7b 100644
--- a/docs/RELEASE_NOTES_3_4.adoc
+++ b/docs/RELEASE_NOTES_3_4.adoc
@@ -3,36 +3,9 @@ Evergreen 3.4 Release Notes
 :toc:
 :numbered:
 
-Evergreen 3.4-beta2
--------------------
-The Evergreen 3.4-beta2 release includes security fixes for cross-site scripting
-(XSS) vulnerabilities in the Evergreen public catalog. Testers of the Evergreen
-3.4-beta1 release are encouraged to install this release, which does not
-include any database updates since the beta 1.
-
-Security Issue: XSS Vulnerability in Public Catalog
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-This release fixes several cross-site scripting (XSS) vulnerabilities
-in the public catalog. When upgrading, Evergreen administrators should
-review whether any of the following templates have been customized
-or overridden. If so, either the template should be replaced with the
-stock version or the XSS fix (which entails adding the `| html` filter
-in several places) applied to the customized version.
-
- * `Open-ILS/src/templates/opac/browse.tt2`
- * `Open-ILS/src/templates/opac/parts/ebook_api/base_js.tt2`
- * `Open-ILS/src/templates/opac/parts/header.tt2`
- * `Open-ILS/src/templates/opac/parts/place_hold.tt2`
- * `Open-ILS/src/templates/opac/parts/place_hold_result.tt2`
- * `Open-ILS/src/templates/opac/parts/result/adv_filter.tt2`
-
-They should also review the following templates.  If these templates have
-been customized or overridden, either the template should be replaced with
-the stock version or the XSS fix (which entails adding `rel="nofollow` to
-external links) applied to the customized version.
-
-* `Open-ILS/src/templates/opac/parts/record/summary.tt2`
-* `Open-ILS/src/templates/opac/parts/result/table.tt2`
+Evergreen 3.4.0
+---------------
+The Evergreen 3.4.0 release is a major feature release.
 
 Upgrade notes
 -------------

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

Summary of changes:
 .../Pg/version-upgrade/3.3.3-3.4.0-upgrade-db.sql  |  2 +-
 docs/RELEASE_NOTES_3_4.adoc                        | 33 ++--------------------
 2 files changed, 4 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list