[open-ils-commits] [GIT] Evergreen ILS branch rel_2_9 updated. 1ff6ca8f923fcb2666152e07a57b106419e9cfaf
Evergreen Git
git at git.evergreen-ils.org
Thu Sep 24 11:22:38 EDT 2015
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_9 has been updated
via 1ff6ca8f923fcb2666152e07a57b106419e9cfaf (commit)
from 40ff2c449c22e3c250df9aea7e2f3d103d766d83 (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 1ff6ca8f923fcb2666152e07a57b106419e9cfaf
Author: Remington Steed <rjs7 at calvin.edu>
Date: Thu Sep 24 11:09:33 2015 -0400
Release Notes: Move/copy relevant sections to Upgrade Notes
This commit moves two sections from "New Features -> Administration ->
Upgrade Notes" to the main level "Upgrade Notes" section, which had been
accidentally left empty and was causing AsciiDoc-to-ePub conversion
errors. This commit also copies two other sections to the main "Upgrade
Notes" section, since they contain information relevant to the upgrade
process.
Signed-off-by: Remington Steed <rjs7 at calvin.edu>
diff --git a/docs/RELEASE_NOTES_2_9.txt b/docs/RELEASE_NOTES_2_9.txt
index e80e2f6..c90c4d9 100644
--- a/docs/RELEASE_NOTES_2_9.txt
+++ b/docs/RELEASE_NOTES_2_9.txt
@@ -6,6 +6,117 @@ Evergreen 2_9 Release Notes
Upgrade notes
-------------
+Remove Script-Based Circulation Configuration
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Evergreen no longer supports script-based circulation policies. All
+policies must now be managed within the Local Administration ->
+Circulation Policies, Hold Policies, and related interfaces.
+
+
+Remove open-ils.penalty service
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Evergreen no longer uses the 'open-ils.penalty' service. It is safe
+(though not required) to remove the following XML chunks from
+/openils/conf/opensrf.xml after stopping services.
+
+[source,xml]
+----------------------------------------------------------------------------
+
+<!-- first element -->
+
+<open-ils.penalty>
+ <keepalive>3</keepalive>
+ <stateless>1</stateless>
+ <language>perl</language>
+ <implementation>OpenILS::Application::Penalty</implementation>
+ <max_requests>99</max_requests>
+ <unix_config>
+ <max_requests>1000</max_requests>
+ <unix_log>open-ils.penalty_unix.log</unix_log>
+ <unix_sock>open-ils.penalty_unix.sock</unix_sock>
+ <unix_pid>open-ils.penalty_unix.pid</unix_pid>
+ <min_children>1</min_children>
+ <max_children>15</max_children>
+ <min_spare_children>1</min_spare_children>
+ <max_spare_children>5</max_spare_children>
+ </unix_config>
+ <app_settings>
+ <patron_penalty>penalty/patron_penalty.js</patron_penalty>
+ <script_path>LIBDIR/javascript</script_path>
+ <script_path>LOCALSTATEDIR</script_path>
+ <script_path>LOCALSTATEDIR/catalog</script_path>
+ </app_settings>
+</open-ils.penalty>
+
+<!-- second element -->
+
+<appname>open-ils.penalty</appname>
+----------------------------------------------------------------------------
+
+
+Removal of deprecated "JSPAC" interface
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The deprecated Javascript OPAC interface known as "JSPAC" is no
+longer included in Evergreen as of this release.
+
+With the understanding that local sites may have made use of
+existing parts of the old JSPAC interface -- especially images and
+CSS -- no attempt is made at upgrade time to automatically remove
+the existing files from disk.
+
+When upgrading, you may wish to remove "index.xml" from your Apache
+DirectoryIndex directives.
+
+The following directories, xml, js, and css files were formerly part
+of JSPAC, and you may be able to safely remove them from your system
+after verifying that they and their contents are no longer required:
+
+- web/opac/common/css/
+- web/opac/common/js/dtree.js
+- web/opac/common/xml/
+- web/opac/extras/bbags.js
+- web/opac/extras/bbags.xml
+- web/opac/skin/default/js/
+- web/opac/skin/default/xml/
+- web/opac/theme/
+
+The list of images removed in this change is lengthy, and not
+included here.
+
+
+Removal of legacy selfcheck interface
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The legacy selfcheck interface is no longer included in Evergreen as
+of this release.
+
+This interface was formerly located at a URL ending in
+extras/selfcheck/selfcheck.xml
+
+No attempt is made at upgrade time to automatically remove this
+interface.
+
+It is recommended that you remove this interface and its associated
+configuration after performing an upgrade:
+
+(paths relative to Evergreen web root)
+
+- opac/extras/selfcheck/selfcheck.css
+- opac/extras/selfcheck/selfcheck.js
+- opac/extras/selfcheck/selfcheck.xml
+- opac/extras/selfcheck/selfcheck_print.css
+
+You can also remove the related Apache configuration block starting
+with:
+
+[source, conf]
+<LocationMatch .*/selfcheck.xml>
+
+
+
New Features
------------
@@ -109,60 +220,6 @@ they lose access to library services.
-Upgrade Notes
-^^^^^^^^^^^^^
-
-Remove Script-Based Circulation Configuration
-+++++++++++++++++++++++++++++++++++++++++++++
-
-Evergreen no longer supports script-based circulation policies. All
-policies must now be managed within the Local Administration ->
-Circulation Policies, Hold Policies, and related interfaces.
-
-Remove open-ils.penalty service
-+++++++++++++++++++++++++++++++
-
-Evergreen no longer uses the 'open-ils.penalty' service. It is safe
-(though not required) to remove the following XML chunks from
-/openils/conf/opensrf.xml after stopping services.
-
-[source,xml]
-----------------------------------------------------------------------------
-
-<!-- first element -->
-
-<open-ils.penalty>
- <keepalive>3</keepalive>
- <stateless>1</stateless>
- <language>perl</language>
- <implementation>OpenILS::Application::Penalty</implementation>
- <max_requests>99</max_requests>
- <unix_config>
- <max_requests>1000</max_requests>
- <unix_log>open-ils.penalty_unix.log</unix_log>
- <unix_sock>open-ils.penalty_unix.sock</unix_sock>
- <unix_pid>open-ils.penalty_unix.pid</unix_pid>
- <min_children>1</min_children>
- <max_children>15</max_children>
- <min_spare_children>1</min_spare_children>
- <max_spare_children>5</max_spare_children>
- </unix_config>
- <app_settings>
- <patron_penalty>penalty/patron_penalty.js</patron_penalty>
- <script_path>LIBDIR/javascript</script_path>
- <script_path>LOCALSTATEDIR</script_path>
- <script_path>LOCALSTATEDIR/catalog</script_path>
- </app_settings>
-</open-ils.penalty>
-
-<!-- second element -->
-
-<appname>open-ils.penalty</appname>
-----------------------------------------------------------------------------
-
-
-
-
Improved caching of web server templates
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Template Toolkit processors used by Apache are now cached for
-----------------------------------------------------------------------
Summary of changes:
docs/RELEASE_NOTES_2_9.txt | 165 +++++++++++++++++++++++++++++--------------
1 files changed, 111 insertions(+), 54 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list