From 07e57976de4a8212cf1109226db9d5bbb0817094 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 22 May 2015 16:25:18 -0400 Subject: [PATCH] LP#1312308 circ scripts, penalty removal release notes Signed-off-by: Bill Erickson Signed-off-by: Jason Stephenson --- .../remove-script-circ-and-penalty.txt | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/Administration/remove-script-circ-and-penalty.txt diff --git a/docs/RELEASE_NOTES_NEXT/Administration/remove-script-circ-and-penalty.txt b/docs/RELEASE_NOTES_NEXT/Administration/remove-script-circ-and-penalty.txt new file mode 100644 index 0000000000..e2fe4d8245 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Administration/remove-script-circ-and-penalty.txt @@ -0,0 +1,50 @@ +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] +---------------------------------------------------------------------------- + + + + + 3 + 1 + perl + OpenILS::Application::Penalty + 99 + + 1000 + open-ils.penalty_unix.log + open-ils.penalty_unix.sock + open-ils.penalty_unix.pid + 1 + 15 + 1 + 5 + + + penalty/patron_penalty.js + LIBDIR/javascript + LOCALSTATEDIR + LOCALSTATEDIR/catalog + + + + + +open-ils.penalty +---------------------------------------------------------------------------- -- 2.11.0