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

Evergreen Git git at git.evergreen-ils.org
Tue Oct 1 17:58:03 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  d4a3c61e63247c2794ef42c21f1d1d721d002848 (commit)
       via  020b0c97c5a77ef58cf35fe9fc57f84427226998 (commit)
      from  d4f8ba9cdd7ac42cb4881dbe50ee20e97e62e63f (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 d4a3c61e63247c2794ef42c21f1d1d721d002848
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Tue Oct 1 17:56:47 2019 -0400

    LP#1835458: bump up OpenSRF requirement
    
    OpenSRF 3.2.0 or later is now required for Evergreen 3.4+ as
    a consequence of the new support for Debian 10 Buster.
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/docs/installation/server_installation.adoc b/docs/installation/server_installation.adoc
index 1f77011446..b28f410136 100644
--- a/docs/installation/server_installation.adoc
+++ b/docs/installation/server_installation.adoc
@@ -64,13 +64,13 @@ Installing prerequisites
     If you are running an older version of these distributions, you may want 
     to upgrade before upgrading Evergreen. For instructions on upgrading these
     distributions, visit the Debian or Ubuntu websites.
-  * **OpenSRF**: The minimum supported version of OpenSRF is 3.0.0.
+  * **OpenSRF**: The minimum supported version of OpenSRF is 3.2.0.
 
 
 Evergreen has a number of prerequisite packages that must be installed
 before you can successfully configure, compile, and install Evergreen.
 
-1. Begin by installing the most recent version of OpenSRF (3.0.0 or later).
+1. Begin by installing the most recent version of OpenSRF (3.2.0 or later).
    You can download OpenSRF releases from http://evergreen-ils.org/opensrf-downloads/
 +
 2. Issue the following commands as the *root* Linux account to install

commit 020b0c97c5a77ef58cf35fe9fc57f84427226998
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Tue Oct 1 17:55:58 2019 -0400

    updates to 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 d12f221674..27e8b9c898 100644
--- a/docs/RELEASE_NOTES_3_4.adoc
+++ b/docs/RELEASE_NOTES_3_4.adoc
@@ -37,6 +37,10 @@ external links) applied to the customized version.
 Upgrade notes
 -------------
 
+Minimum Required OpenSRF Version
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Evergreen 3.4 requires OpenSRF 3.2.x or later.
+
 Updating OPAC colors.tt2 file
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
@@ -241,8 +245,24 @@ Angular Standing Penalty Admin Page
 The Administration -> Local Administration -> Standing Penalties
 page has been migrated to Angular.
 
-Architecture
-~~~~~~~~~~~~
+Copy Alert Permissions Added to Seed Data
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Copy alerts were improved in recent releases of Evergreen,
+but the permissions were not assigned to any of the stock
+permission profiles in the "seed data" supplied to first time
+installations.
+
+The VIEW_COPY_ALERT permission is now assigned to all profiles
+under the "Staff" parent profile, and ADMIN_COPY_ALERT is now
+assigned to Cataloging Administrator and should be available to
+all Administrator profiles.
+
+This change does NOT include an upgrade script, so site server
+administrators are responsible for updating the permissions
+profiles for their individual systems.
+
+Architecture and Internals
+~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Angular Grid Improvements
 ^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -274,6 +294,13 @@ that determines which patrons can be authenticated at this endpoint.  Support
 for https://tools.ietf.org/html/rfc7617["Basic" HTTP Authentication] is
 provided as a reference implementation.
 
+open-ils.circ.renew.auto API Deprecated
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+The `open-ils.circ.renew.auto` API added in release 3.2 is deprecated
+and will be removed in Evergreen release 3.5.  Please switch to using
+the `open-ils.circ.renew` API with the `auto_renew` option set to 1 in any
+custom code.
+
 Cataloging
 ~~~~~~~~~~
 
diff --git a/docs/RELEASE_NOTES_NEXT/Administration/copy-alert-perms-assigned-in-seed-data.adoc b/docs/RELEASE_NOTES_NEXT/Administration/copy-alert-perms-assigned-in-seed-data.adoc
deleted file mode 100644
index 13395bf206..0000000000
--- a/docs/RELEASE_NOTES_NEXT/Administration/copy-alert-perms-assigned-in-seed-data.adoc
+++ /dev/null
@@ -1,15 +0,0 @@
-Copy Alert Permissions Added to Seed Data
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-Copy alerts were improved in recent releases of Evergreen,
-but the permissions were not assigned to any of the stock
-permission profiles in the "seed data" supplied to first time
-installations.  
-
-The VIEW_COPY_ALERT permission is now assigned to all profiles
-under the "Staff" parent profile, and ADMIN_COPY_ALERT is now
-assigned to Cataloging Administrator and should be available to
-all Administrator profiles.
-
-This change does NOT include an upgrade script, so site server
-administrators are responsible for updating the permissions
-profiles for their individual systems.
diff --git a/docs/RELEASE_NOTES_NEXT/Circulation/auto-renew-api-deprecation.adoc b/docs/RELEASE_NOTES_NEXT/Circulation/auto-renew-api-deprecation.adoc
deleted file mode 100644
index 8f3ae666ee..0000000000
--- a/docs/RELEASE_NOTES_NEXT/Circulation/auto-renew-api-deprecation.adoc
+++ /dev/null
@@ -1,6 +0,0 @@
-open-ils.circ.renew.auto API Deprecated
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-The open-ils.circ.renew.auto API added in release 3.2 is deprecated
-and will be removed in Evergreen release 3.5.  Please switch to using
-the open-ils.circ.renew API with the auto_renew option set to 1 in any
-custom code.

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

Summary of changes:
 docs/RELEASE_NOTES_3_4.adoc                        | 31 ++++++++++++++++++++--
 .../copy-alert-perms-assigned-in-seed-data.adoc    | 15 -----------
 .../Circulation/auto-renew-api-deprecation.adoc    |  6 -----
 docs/installation/server_installation.adoc         |  4 +--
 4 files changed, 31 insertions(+), 25 deletions(-)
 delete mode 100644 docs/RELEASE_NOTES_NEXT/Administration/copy-alert-perms-assigned-in-seed-data.adoc
 delete mode 100644 docs/RELEASE_NOTES_NEXT/Circulation/auto-renew-api-deprecation.adoc


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list