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