From 020b0c97c5a77ef58cf35fe9fc57f84427226998 Mon Sep 17 00:00:00 2001
From: Galen Charlton <gmc@equinoxinitiative.org>
Date: Tue, 1 Oct 2019 17:55:58 -0400
Subject: [PATCH] updates to 3.4 release notes

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
---
 docs/RELEASE_NOTES_3_4.adoc                        | 31 ++++++++++++++++++++--
 .../copy-alert-perms-assigned-in-seed-data.adoc    | 15 -----------
 .../Circulation/auto-renew-api-deprecation.adoc    |  6 -----
 3 files changed, 29 insertions(+), 23 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

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.
-- 
2.11.0