updating homepage and other information
diff --git a/rivet/html/about.html b/rivet/html/about.html
index 895a188..eca472e 100644
--- a/rivet/html/about.html
+++ b/rivet/html/about.html
@@ -84,7 +84,7 @@
 
 
                 <div class="contentbottom">
-                    <div id="last_modified">Last Modified: 11-07-2018 14:48:59 UTC</div>
+                    <div id="last_modified">Last Modified: 11-11-2020 00:23:03 UTC</div>
                 </div>
             </div>
 
diff --git a/rivet/html/download.html b/rivet/html/download.html
index e81cfbc..d956ac3 100644
--- a/rivet/html/download.html
+++ b/rivet/html/download.html
@@ -22,7 +22,7 @@
         <p>
 		      The latest stable <b>Rivet</b>
 
- release may be downloaded from one the links pointing to ASF mirror sites 
+ version is 3.2.0 and it may be downloaded from one the links pointing to ASF mirror sites 
 		      <p>
                 <code>
                     <a href="http://www.apache.org/dyn/closer.lua/tcl/rivet">http://www.apache.org/dyn/closer.lua/tcl/rivet</a>
@@ -101,7 +101,7 @@
 
 
                 <div class="contentbottom">
-                    <div id="last_modified">Last Modified: 17-10-2018 09:54:31 UTC</div>
+                    <div id="last_modified">Last Modified: 11-11-2020 00:19:28 UTC</div>
                 </div>
             </div>
 
diff --git a/rivet/html/release-notes.html b/rivet/html/release-notes.html
index c50a3bc..43f6d3b 100644
--- a/rivet/html/release-notes.html
+++ b/rivet/html/release-notes.html
@@ -78,30 +78,36 @@
         </ul>
         <h4>Fixed bugs</h4>
         <ul>
+            <li>Fixed a rather sneaky bug that caused crashes when a rivet template existed but was not
+               readable because of its file permissions. Still Rivet created an empty cache entry
+               with an invalid object pointer</li>
             <li>The <b>::rivet::upload</b>
 
  command argument checking has been rewritten in order to have a terse
 						code for handling the several sub-command/argument combinations and also with the purpose
-						of fixing a bug that caused server crashes                            </li>
+						of fixing a bug that caused server crashes
+					                            </li>
         </ul>
         <h4>Test suite extended</h4>
         <ul>
-            <li>The server utility now handles the supplementary switches -mpm and -bridge<ul>
+            <li>The server utility now handles the supplementary switches -mpm and -bridge
+					<ul>
                     <li>The first selects a specific MPM to run the tests</li>
                     <li>The second selects a bridge different from the default. The only cases when the use of
 							both of them is meaningful is to test the worker or lazy bridge with the prefork MPM or the
-							lazy bridge with the worker MPM</li>
+							lazy bridge with the worker MPM
+						</li>
                 </ul>
 
 
-						e.g.:<pre>  ./runtests.tcl &lt;path-to-httpd&gt; -mpm worker</pre>
+				e.g.:<pre>  ./runtests.tcl &lt;path-to-httpd&gt; -mpm worker</pre>
             </li>
         </ul>
         <h4>Internals</h4>
         <p>Modifications to the internal code that are transparent to the Tcl development include
-					an expansion of mod_rivet's global data structure that now contain all the server-wide configurable options
-					previously stored in the configuration records
-					</p>
+					   an expansion of mod_rivet's global data structure that now contain all the server-wide configurable options
+					   previously stored in the configuration records
+				    </p>
     </dd>
 </dl>
 
diff --git a/rivet/index.html b/rivet/index.html
index 4916032..7a472b6 100644
--- a/rivet/index.html
+++ b/rivet/index.html
@@ -17,6 +17,11 @@
             <div id="content">
                 <h2>Apache Rivet</h2>
                 <div>
+    <h3>Rivet's current <a href="html/download.html">stable release is 3.2.0</a>
+    </h3>
+</div>
+
+<div>
     <p>
         <b>Apache Rivet</b>
 
@@ -89,7 +94,7 @@
 
 
                 <div class="contentbottom">
-                    <div id="last_modified">Last Modified: 28-11-2018 15:39:22 UTC</div>
+                    <div id="last_modified">Last Modified: 11-11-2020 00:19:28 UTC</div>
                 </div>
             </div>