LP#1312297 Legacy selfcheck removal release notes
authorJeff Godin <jgodin@tadl.org>
Wed, 19 Aug 2015 16:41:33 +0000 (12:41 -0400)
committerJeff Godin <jgodin@tadl.org>
Wed, 19 Aug 2015 17:04:52 +0000 (13:04 -0400)
Release notes for the removal of the legacy selfcheck interface.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
docs/RELEASE_NOTES_NEXT/OPAC/removal-of-legacy-selfcheck.txt [new file with mode: 0644]

diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/removal-of-legacy-selfcheck.txt b/docs/RELEASE_NOTES_NEXT/OPAC/removal-of-legacy-selfcheck.txt
new file mode 100644 (file)
index 0000000..422ee9b
--- /dev/null
@@ -0,0 +1,28 @@
+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>
+