[open-ils-commits] [GIT] Evergreen ILS branch rel_3_5 updated. 7fa7bfb14cdb182e6e1b84fa145ec806e7e485fb

Evergreen Git git at git.evergreen-ils.org
Tue Aug 11 19:11:59 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, rel_3_5 has been updated
       via  7fa7bfb14cdb182e6e1b84fa145ec806e7e485fb (commit)
       via  7d6a6a46fa01b5c7fe0f54270048768be1d291d8 (commit)
      from  a0fcb5a2204856bb8bcf073238dc3b7ecd1db76d (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 7fa7bfb14cdb182e6e1b84fa145ec806e7e485fb
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 7d6a6a46fa01b5c7fe0f54270048768be1d291d8
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