You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2022/01/30 13:29:36 UTC

svn commit: r1897601 - /perl/site/download/index.html

Author: stevehay
Date: Sun Jan 30 13:29:36 2022
New Revision: 1897601

URL: http://svn.apache.org/viewvc?rev=1897601&view=rev
Log:
Manually replicate r1897600 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.12. 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=1897601&r1=1897600&r2=1897601&view=diff
==============================================================================
--- perl/site/download/index.html (original)
+++ perl/site/download/index.html Sun Jan 30 13:29:36 2022
@@ -770,18 +770,18 @@
 <p>Current releases:</p>
       <ul>
 
-        <li>mod_perl 2.0: Version 2.0.11 - October 5, 2019<br>
+        <li>mod_perl 2.0: Version 2.0.12 - January 30, 2022<br>
         For use with Apache 2.0.x / 2.2.x / 2.4.x <br/>
-        <a href="https://www.apache.org/dyn/closer.cgi/perl/mod_perl-2.0.11.tar.gz">Download</a>
+        <a href="https://www.apache.org/dyn/closer.cgi/perl/mod_perl-2.0.12.tar.gz">Download</a>
         [
-        <a href="https://www.apache.org/dist/perl/mod_perl-2.0.11.tar.gz.asc">PGP</a>
+        <a href="https://www.apache.org/dist/perl/mod_perl-2.0.12.tar.gz.asc">PGP</a>
         ] [
-        <a href="https://www.apache.org/dist/perl/mod_perl-2.0.11.tar.gz.sha256">SHA256</a>
+        <a href="https://www.apache.org/dist/perl/mod_perl-2.0.12.tar.gz.sha256">SHA256</a>
         ] [
-        <a href="https://www.apache.org/dist/perl/mod_perl-2.0.11.tar.gz.sha512">SHA512</a>
+        <a href="https://www.apache.org/dist/perl/mod_perl-2.0.12.tar.gz.sha512">SHA512</a>
         ] |
-        <a href="https://svn.apache.org/repos/asf/perl/modperl/tags/2_0_11">Browse</a> |
-        <a href="https://svn.apache.org/repos/asf/perl/modperl/tags/2_0_11/Changes">Changes</a> |
+        <a href="https://svn.apache.org/repos/asf/perl/modperl/tags/2_0_12">Browse</a> |
+        <a href="https://svn.apache.org/repos/asf/perl/modperl/tags/2_0_12/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.11.tar.gz.asc
+        % pgpv mod_perl-2.0.12.tar.gz.asc
         <i>or</i>,
         % pgp -ka KEYS
-        % pgp mod_perl-2.0.11.tar.gz.asc
+        % pgp mod_perl-2.0.12.tar.gz.asc
         <i>or</i>,
         % gpg --import KEYS
-        % gpg --verify mod_perl-2.0.11.tar.gz.asc
+        % gpg --verify mod_perl-2.0.12.tar.gz.asc
         </pre>
 
         Alternatively, you can verify the MD5 or SHA signatures on the files.