Docs: Add an upgrade note to the 3.7.2 and 3.6.5 release notes
authorJason Stephenson <jason@sigio.com>
Mon, 25 Oct 2021 16:52:54 +0000 (12:52 -0400)
committerJason Stephenson <jason@sigio.com>
Mon, 25 Oct 2021 16:54:06 +0000 (12:54 -0400)
Add a note mentioning that upgrading sites should make sure to run
autogen.sh to update the fm_IDL.xml files.

Signed-off-by: Jason Stephenson <jason@sigio.com>
docs/RELEASE_NOTES_3_6.adoc
docs/RELEASE_NOTES_3_7.adoc

index cbd97c2..f8873be 100644 (file)
@@ -8,6 +8,8 @@ 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.
+
 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`
index 373d2cd..1b16d1f 100644 (file)
@@ -8,6 +8,8 @@ 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.
+
 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`