You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2005/10/12 00:33:16 UTC

svn commit: r312969 - in /apr/dist/trunk: .htaccess Announcement-0.html Announcement-0.txt Announcement.html Announcement.txt Announcement0.9.html Announcement0.9.txt Announcement1.2.html Announcement1.2.txt HEADER.html README.html

Author: wrowe
Date: Tue Oct 11 15:33:10 2005
New Revision: 312969

URL: http://svn.apache.org/viewcvs?rev=312969&view=rev
Log:

  Rearrange the Announcement files, add some appropriate redirects,
  and mark up the apr 1.2.2 announcement

Added:
    apr/dist/trunk/Announcement0.9.html
      - copied unchanged from r292354, apr/dist/trunk/Announcement-0.html
    apr/dist/trunk/Announcement0.9.txt
      - copied unchanged from r292354, apr/dist/trunk/Announcement-0.txt
    apr/dist/trunk/Announcement1.2.html
      - copied, changed from r293532, apr/dist/trunk/Announcement.html
    apr/dist/trunk/Announcement1.2.txt
      - copied, changed from r293532, apr/dist/trunk/Announcement.txt
Removed:
    apr/dist/trunk/Announcement-0.html
    apr/dist/trunk/Announcement-0.txt
    apr/dist/trunk/Announcement.html
    apr/dist/trunk/Announcement.txt
Modified:
    apr/dist/trunk/.htaccess
    apr/dist/trunk/HEADER.html
    apr/dist/trunk/README.html

Modified: apr/dist/trunk/.htaccess
URL: http://svn.apache.org/viewcvs/apr/dist/trunk/.htaccess?rev=312969&r1=312968&r2=312969&view=diff
==============================================================================
--- apr/dist/trunk/.htaccess (original)
+++ apr/dist/trunk/.htaccess Tue Oct 11 15:33:10 2005
@@ -29,3 +29,7 @@
 
 AddDescription "APR compressed source" apr-*.tar.Z
 AddDescription "APR gzipped source" apr-*.tar.gz
+
+RedirectMatch 301 ^(.*)/Announcement\.(.*)      $1/Announcement0.9.$2
+RedirectMatch 301 ^(.*)/Announcement-1\.(.*)    $1/Announcement1.2.$2
+

Copied: apr/dist/trunk/Announcement1.2.html (from r293532, apr/dist/trunk/Announcement.html)
URL: http://svn.apache.org/viewcvs/apr/dist/trunk/Announcement1.2.html?p2=apr/dist/trunk/Announcement1.2.html&p1=apr/dist/trunk/Announcement.html&r1=293532&r2=312969&rev=312969&view=diff
==============================================================================
--- apr/dist/trunk/Announcement.html (original)
+++ apr/dist/trunk/Announcement1.2.html Tue Oct 11 15:33:10 2005
@@ -3,16 +3,16 @@
  <head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
        <meta name="author" content="APR" /><meta name="email" content="dev@apr.apache.org" />
-    <title>Apache Portable Runtime 1.1.1 Released</title>
+    <title>Apache Portable Runtime 1.2.2 Released</title>
  </head>
  <body bgcolor="#ffffff" text="#000000" link="#525D76">
 <p><a href="http://apr.apache.org/"><img src="http://apr.apache.org/images/apr_logo_wide.png" alt="The Apache Portable Runtime Project" border="0"/></a></p>
 
-<h1>Apache Portable Runtime 1.1.1 Released</h1>
+<h1>Apache Portable Runtime 1.2.2 Released</h1>
 
 <p>The Apache Software Foundation and the Apache Portable Runtime
    Project are proud to announce the General Availability of
-   version 1.1.1 of the Apache Portable Runtime, APR.</p>
+   version 1.2.2 of the Apache Portable Runtime, APR.</p>
 
 <p>APR is available for download from:</p>
 
@@ -48,7 +48,7 @@
 </ul>
 
 <p>To give a brief overview, the primary core
-   subsystems of APR 1.1 include the following:</p>
+   subsystems of APR 1.2 include the following:</p>
 
 <ul>
   <li>Atomic operations
@@ -73,10 +73,10 @@
     >http://apr.apache.org/docs/apr-util/modules.html</a></dd>
 </dl>
 
-<p>Users of APR 0.9 should be aware that migrating to the APR 1.1
-   programming interfaces may require some adjustments; APR 1.1 is
+<p>Users of APR 0.9 should be aware that migrating to the APR 1.x
+   programming interfaces may require some adjustments; APR 1.x is
    not binary compatible with earlier APR 0.9 releases.  Users of
-   APR 1.1 can expect consistent interfaces and binary compatibility
+   APR 1.x can expect consistent interfaces and binary compatibility
    through the entire APR 1.x release cycle, as defined in our
    versioning rules:</p>
 

Copied: apr/dist/trunk/Announcement1.2.txt (from r293532, apr/dist/trunk/Announcement.txt)
URL: http://svn.apache.org/viewcvs/apr/dist/trunk/Announcement1.2.txt?p2=apr/dist/trunk/Announcement1.2.txt&p1=apr/dist/trunk/Announcement.txt&r1=293532&r2=312969&rev=312969&view=diff
==============================================================================
--- apr/dist/trunk/Announcement.txt (original)
+++ apr/dist/trunk/Announcement1.2.txt Tue Oct 11 15:33:10 2005
@@ -1,10 +1,10 @@
 
 
-                 Apache Portable Runtime 1.1.1 Released
+                 Apache Portable Runtime 1.2.2 Released
 
    The Apache Software Foundation and the Apache Portable Runtime
    Project are proud to announce the General Availability of
-   version 1.1.1 of the Apache Portable Runtime, APR.
+   version 1.2.2 of the Apache Portable Runtime, APR.
 
    APR is available for download from:
 
@@ -34,7 +34,7 @@
       * OS/2
       * BeOS
 
-   To give a brief overview, the primary core subsystems of APR 1.1
+   To give a brief overview, the primary core subsystems of APR 1.2
    include the following:
 
       * Atomic operations
@@ -54,10 +54,10 @@
       http://apr.apache.org/docs/apr/modules.html
       http://apr.apache.org/docs/apr-util/modules.html
 
-   Users of APR 0.9 should be aware that migrating to the APR 1.1
-   programming interfaces may require some adjustments; APR 1.1 is
+   Users of APR 0.9 should be aware that migrating to the APR 1.x
+   programming interfaces may require some adjustments; APR 1.x is
    not binary compatible with earlier APR 0.9 releases.  Users of
-   APR 1.1 can expect consistent interfaces and binary compatibility
+   APR 1.x can expect consistent interfaces and binary compatibility
    through the entire APR 1.x release cycle, as defined in our
    versioning rules:
 

Modified: apr/dist/trunk/HEADER.html
URL: http://svn.apache.org/viewcvs/apr/dist/trunk/HEADER.html?rev=312969&r1=312968&r2=312969&view=diff
==============================================================================
--- apr/dist/trunk/HEADER.html (original)
+++ apr/dist/trunk/HEADER.html Tue Oct 11 15:33:10 2005
@@ -12,8 +12,8 @@
 
 <ul>
 <li><a href="#mirrors">Download from your nearest mirror site!</a></li>
-<li><a href="#apr">APR 1.2.1 is the latest available version</a></li>
-<li><a href="#aprutil">APR-util 1.2.1 is the latest available version</a></li>
+<li><a href="#apr">APR 1.2.2 is the latest available version</a></li>
+<li><a href="#aprutil">APR-util 1.2.2 is the latest available version</a></li>
 <li><a href="#apriconv">APR-iconv 1.0.1 is the latest available version</a></li>
 <li><a href="#apr09">APR 0.9.7 is also available</a></li>
 <li><a href="#aprutil09">APR-util 0.9.7 is also available</a></li>

Modified: apr/dist/trunk/README.html
URL: http://svn.apache.org/viewcvs/apr/dist/trunk/README.html?rev=312969&r1=312968&r2=312969&view=diff
==============================================================================
--- apr/dist/trunk/README.html (original)
+++ apr/dist/trunk/README.html Tue Oct 11 15:33:10 2005
@@ -9,17 +9,17 @@
 </p>
 
 
-<h2><a name="apr">APR 1.2.1 is the latest available version</a></h2>
+<h2><a name="apr">APR 1.2.2 is the latest available version</a></h2>
 
 <p>
-    APR 1.2.1 has been released, and should be considered
+    APR 1.2.2 has been released, and should be considered
     "general availability".
 </p>
 
-<h2><a name="aprutil">APR-util 1.2.1 is the latest available version</a></h2>
+<h2><a name="aprutil">APR-util 1.2.2 is the latest available version</a></h2>
 
 <p>
-    APR-util 1.2.1 has been released, and should be considered 
+    APR-util 1.2.2 has been released, and should be considered 
     "general availability".
 </p>