[open-ils-commits] [GIT] Evergreen ILS branch master updated. 43bf6d1f459a713385238bfc05b00a77ae03e4d1
Evergreen Git
git at git.evergreen-ils.org
Tue Aug 11 19:11:39 EDT 2020
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 43bf6d1f459a713385238bfc05b00a77ae03e4d1 (commit)
via 8a97bfac216a59754a6e1e48c473141949fa8ceb (commit)
from c6748a1456f2cb19195036d148265eb1270d05fe (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 43bf6d1f459a713385238bfc05b00a77ae03e4d1
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date: Tue Aug 11 16:11:07 2020 -0700
Docs: asciidoc syntax correction for 3.5 release notes
Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
diff --git a/docs/RELEASE_NOTES_3_5.adoc b/docs/RELEASE_NOTES_3_5.adoc
index 6928852753..d9083e49ec 100644
--- a/docs/RELEASE_NOTES_3_5.adoc
+++ b/docs/RELEASE_NOTES_3_5.adoc
@@ -109,7 +109,7 @@ so that the Angular index.html file is never cached by the client. This
can be done by changing the Angular setup section of the apache configuration
that starts with:
-[source]
+[source,xml]
----
<Directory "/openils/var/web/eg2/en-US">
----
@@ -117,7 +117,7 @@ that starts with:
or similar in the apache configuration. Add the following after the
FallbackResource directive:
-[source]
+[source,xml]
----
<Files "index.html">
<IfModule mod_headers.c>
@@ -131,7 +131,7 @@ FallbackResource directive:
Finally, ensure that the mod_headers apache module is enabled by running the
following commands on all apache servers as the root user:
-[source]
+[source,bash]
----
a2enmod headers
sudo /etc/init.d/apache2 restart
commit 8a97bfac216a59754a6e1e48c473141949fa8ceb
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date: Tue Aug 11 16:09:51 2020 -0700
Docs: asciidoc syntax correction for 3.4 release notes
Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
diff --git a/docs/RELEASE_NOTES_3_4.adoc b/docs/RELEASE_NOTES_3_4.adoc
index 703092d88b..6d42e66546 100644
--- a/docs/RELEASE_NOTES_3_4.adoc
+++ b/docs/RELEASE_NOTES_3_4.adoc
@@ -102,7 +102,7 @@ so that the Angular index.html file is never cached by the client. This
can be done by changing the Angular setup section of the apache configuration
that starts with:
-[source]
+[source,xml]
----
<Directory "/openils/var/web/eg2/en-US">
----
@@ -110,7 +110,7 @@ that starts with:
or similar in the apache configuration. Add the following after the
FallbackResource directive:
-[source]
+[source,xml]
----
<Files "index.html">
<IfModule mod_headers.c>
@@ -124,7 +124,7 @@ FallbackResource directive:
Finally, ensure that the mod_headers apache module is enabled by running the
following commands on all apache servers as the root user:
-[source]
+[source,bash]
----
a2enmod headers
sudo /etc/init.d/apache2 restart
-----------------------------------------------------------------------
Summary of changes:
docs/RELEASE_NOTES_3_4.adoc | 6 +++---
docs/RELEASE_NOTES_3_5.adoc | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list