Author: stevehay
Date: Sat Oct  5 11:34:09 2019
New Revision: 1868012

URL: http://svn.apache.org/viewvc?rev=1868012&view=rev
Log:
Manually replicate r1868011 from 
https://svn.apache.org/repos/asf/perl/modperl/docs/trunk

This is urgently required (to update 
http://perl.apache.org/download/index.html) for the announcement of the release 
of mod_perl 2.0.11. This is quicker than regenerating the whole of 
https://svn.apache.org/repos/asf/perl/site, especially when using a machine 
that doesn't have all the necessary tools already set up.

Modified:
    perl/site/download/index.html

Modified: perl/site/download/index.html
URL: 
http://svn.apache.org/viewvc/perl/site/download/index.html?rev=1868012&r1=1868011&r2=1868012&view=diff
==============================================================================
--- perl/site/download/index.html (original)
+++ perl/site/download/index.html Sat Oct  5 11:34:09 2019
@@ -770,18 +770,18 @@
 <p>Current releases:</p>
       <ul>
 
-        <li>mod_perl 2.0: Version 2.0.10 - October 27, 2016<br>
+        <li>mod_perl 2.0: Version 2.0.11 - October 5, 2019<br>
         For use with Apache 2.0.x / 2.2.x / 2.4.x <br/>
-        <a 
href="http://www.apache.org/dyn/closer.cgi/perl/mod_perl-2.0.10.tar.gz";>Download</a>
+        <a 
href="http://www.apache.org/dyn/closer.cgi/perl/mod_perl-2.0.11.tar.gz";>Download</a>
         [
-        <a 
href="http://www.apache.org/dist/perl/mod_perl-2.0.10.tar.gz.asc";>PGP</a>
+        <a 
href="http://www.apache.org/dist/perl/mod_perl-2.0.11.tar.gz.asc";>PGP</a>
         ] [
-        <a 
href="http://www.apache.org/dist/perl/mod_perl-2.0.10.tar.gz.md5";>MD5</a>
+        <a 
href="http://www.apache.org/dist/perl/mod_perl-2.0.11.tar.gz.md5";>MD5</a>
         ] [
-        <a 
href="http://www.apache.org/dist/perl/mod_perl-2.0.10.tar.gz.sha1";>SHA1</a>
+        <a 
href="http://www.apache.org/dist/perl/mod_perl-2.0.11.tar.gz.sha1";>SHA1</a>
         ] |
-        <a 
href="http://svn.apache.org/repos/asf/perl/modperl/tags/2_0_10";>Browse</a> |
-        <a 
href="http://svn.apache.org/repos/asf/perl/modperl/tags/2_0_10/Changes";>Changes</a>
 |
+        <a 
href="http://svn.apache.org/repos/asf/perl/modperl/tags/2_0_11";>Browse</a> |
+        <a 
href="http://svn.apache.org/repos/asf/perl/modperl/tags/2_0_11/Changes";>Changes</a>
 |
         <a href="../docs/2.0/user/install/install.html">Installation</a>
         </li>
 
@@ -818,13 +818,13 @@
 
         <pre>
         % pgpk -a KEYS
-        % pgpv mod_perl-2.0.10.tar.gz.asc
+        % pgpv mod_perl-2.0.11.tar.gz.asc
         <i>or</i>,
         % pgp -ka KEYS
-        % pgp mod_perl-2.0.10.tar.gz.asc
+        % pgp mod_perl-2.0.11.tar.gz.asc
         <i>or</i>,
         % gpg --import KEYS
-        % gpg --verify mod_perl-2.0.10.tar.gz.asc
+        % gpg --verify mod_perl-2.0.11.tar.gz.asc
         </pre>
 
         Alternatively, you can verify the MD5 signature on the files. A unix


Reply via email to