From: Jason Stephenson Date: Mon, 25 Oct 2021 17:16:18 +0000 (-0400) Subject: Docs: More 3.6.5 and 3.7.2 release notes cleanup X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=542f7a90a2e6bd3c7e9e93fa85a82d5d3c986af3;p=working%2FEvergreen.git Docs: More 3.6.5 and 3.7.2 release notes cleanup Signed-off-by: Jason Stephenson --- diff --git a/docs/RELEASE_NOTES_3_6.adoc b/docs/RELEASE_NOTES_3_6.adoc index c53d5dd515..752eb7d99d 100644 --- a/docs/RELEASE_NOTES_3_6.adoc +++ b/docs/RELEASE_NOTES_3_6.adoc @@ -8,13 +8,14 @@ This release contains bug fixes improving on Evergreen 3.6.4. === Upgrade notes === -The fix for https://bugs.launchpad.net/evergreen/_bug/1450519[Launchpad bug 1450519] removes an entry from the `fm_IDL.xml` file. To ensure that everything is up-to-date, existing Evergreen sites should run `autogen.sh` after restarting OpenSRF services and before restarting Apache after this upgrade. +The fix for https://bugs.launchpad.net/evergreen/_bug/1450519[Launchpad bug 1450519] modifies the `fm_IDL.xml` file. To ensure that everything is up-to-date, existing Evergreen sites should run `autogen.sh` after restarting OpenSRF services and before restarting Apache. -In reference for the fix to bug (https://bugs.launchpad.net/evergreen/+bug/1944765[LP1944765]), existing Evergreen systems on Debian and Ubuntu should do the following to ensure that mod_headers is active: - -`sudo a2enmod headers` -`sudo systemctl restart apache2` +In reference to the fix for https://bugs.launchpad.net/evergreen/+bug/1944765[Launchpad bug 1944765], existing Evergreen systems on Debian and Ubuntu should do the following to ensure that mod_headers is active: +---- +sudo a2enmod headers +sudo systemctl restart apache2 +---- === Bug Fixes === diff --git a/docs/RELEASE_NOTES_3_7.adoc b/docs/RELEASE_NOTES_3_7.adoc index 4e3ddb98ec..c14050bac0 100644 --- a/docs/RELEASE_NOTES_3_7.adoc +++ b/docs/RELEASE_NOTES_3_7.adoc @@ -8,12 +8,14 @@ This release contains bug fixes improving on Evergreen 3.7.1. === Upgrade notes === -The fix for https://bugs.launchpad.net/evergreen/_bug/1450519[Launchpad bug 1450519] removes an entry from the `fm_IDL.xml` file. To ensure that everything is up-to-date, existing Evergreen sites should run `autogen.sh` after restarting OpenSRF services and before restarting Apache after this upgrade. +The fix for https://bugs.launchpad.net/evergreen/_bug/1450519[Launchpad bug 1450519] modifies the `fm_IDL.xml` file. To ensure that everything is up-to-date, existing Evergreen sites should run `autogen.sh` after restarting OpenSRF services and before restarting Apache. -In reference for the fix to bug (https://bugs.launchpad.net/evergreen/+bug/1944765[LP1944765]), existing Evergreen systems on Debian and Ubuntu should do the following to ensure that mod_headers is active: +In reference to the fix for https://bugs.launchpad.net/evergreen/+bug/1944765[Launchpad bug 1944765], existing Evergreen systems on Debian and Ubuntu should do the following to ensure that mod_headers is active: -`sudo a2enmod headers` -`sudo systemctl restart apache2` +---- +sudo a2enmod headers +sudo systemctl restart apache2 +---- === Bug Fixes ===