You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by pq...@apache.org on 2005/03/17 01:44:22 UTC

svn commit: r157835 - in apr/dist/trunk: Announcement.html Announcement.txt HEADER.html README.html

Author: pquerna
Date: Wed Mar 16 16:44:20 2005
New Revision: 157835

URL: http://svn.apache.org/viewcvs?view=rev&rev=157835
Log:
version bump all these.

Modified:
    apr/dist/trunk/Announcement.html
    apr/dist/trunk/Announcement.txt
    apr/dist/trunk/HEADER.html
    apr/dist/trunk/README.html

Modified: apr/dist/trunk/Announcement.html
URL: http://svn.apache.org/viewcvs/apr/dist/trunk/Announcement.html?view=diff&r1=157834&r2=157835
==============================================================================
--- apr/dist/trunk/Announcement.html (original)
+++ apr/dist/trunk/Announcement.html Wed Mar 16 16:44:20 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.0.1 Released</title>
+    <title>Apache Portable Runtime 1.1.1 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.0.1 Released</h1>
+<h1>Apache Portable Runtime 1.1.1 Released</h1>
 
 <p>The Apache Software Foundation and the Apache Portable Runtime
    Project are proud to announce the General Availability of
-   version 1.0.1 of the Apache Portable Runtime, APR.</p>
+   version 1.1.1 of the Apache Portable Runtime, APR.</p>
 
 <p>APR is available for download from:</p>
 
@@ -45,11 +45,8 @@
   <li>BeOS
 </ul>
 
-<p>This second General Availability release of APR marks the
-   incorporation of a number of fixes since APR 1.0 was released.</p>
-
 <p>To give a brief overview, the primary core
-   subsystems of APR 1.0 include the following:</p>
+   subsystems of APR 1.1 include the following:</p>
 
 <ul>
   <li>Atomic operations
@@ -58,6 +55,7 @@
   <li>Locks (mutexes, condition variables, etc)
   <li>Memory management (high performance allocators)
   <li>Memory-mapped files
+  <li>Multicast Sockets
   <li>Network I/O
   <li>Shared memory
   <li>Thread and Process management
@@ -73,10 +71,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.0
-   programming interfaces may require some adjustments; APR 1.0 is
+<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
    not binary compatible with earlier APR 0.9 releases.  Users of
-   APR 1.0 can expect consistent interfaces and binary compatibility
+   APR 1.1 can expect consistent interfaces and binary compatibility
    through the entire APR 1.x release cycle, as defined in our
    versioning rules:</p>
 

Modified: apr/dist/trunk/Announcement.txt
URL: http://svn.apache.org/viewcvs/apr/dist/trunk/Announcement.txt?view=diff&r1=157834&r2=157835
==============================================================================
--- apr/dist/trunk/Announcement.txt (original)
+++ apr/dist/trunk/Announcement.txt Wed Mar 16 16:44:20 2005
@@ -1,10 +1,10 @@
 
 
-                 Apache Portable Runtime 1.0.1 Released
+                 Apache Portable Runtime 1.1.1 Released
 
    The Apache Software Foundation and the Apache Portable Runtime
    Project are proud to announce the General Availability of
-   version 1.0.1 of the Apache Portable Runtime, APR.
+   version 1.1.1 of the Apache Portable Runtime, APR.
 
    APR is available for download from:
 
@@ -32,10 +32,7 @@
       * OS/2
       * BeOS
 
-   This second General Availability release of APR marks the
-   incorporation of a number of fixes since APR 1.0 was released.
-   
-   To give a brief overview, the primary core subsystems of APR 1.0
+   To give a brief overview, the primary core subsystems of APR 1.1
    include the following:
 
       * Atomic operations
@@ -44,6 +41,7 @@
       * Locks (mutexes, condition variables, etc)
       * Memory management (high performance allocators)
       * Memory-mapped files
+      * Multicast Sockets
       * Network I/O
       * Shared memory
       * Thread and Process management
@@ -54,10 +52,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.0
-   programming interfaces may require some adjustments; APR 1.0 is
+   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
    not binary compatible with earlier APR 0.9 releases.  Users of
-   APR 1.0 can expect consistent interfaces and binary compatibility
+   APR 1.1 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?view=diff&r1=157834&r2=157835
==============================================================================
--- apr/dist/trunk/HEADER.html (original)
+++ apr/dist/trunk/HEADER.html Wed Mar 16 16:44:20 2005
@@ -12,9 +12,9 @@
 
 <ul>
 <li><a href="#mirrors">Download from your nearest mirror site!</a></li>
-<li><a href="#apr">APR 1.1.0 is the latest available version</a></li>
-<li><a href="#apr-util">APR-util 1.1.0 is the latest available version</a></li>
-<li><a href="#apr-iconv">APR-iconv 1.0.1 is the latest available version</a></li>
+<li><a href="#apr">APR 1.1.1 is the latest available version</a></li>
+<li><a href="#apr-util">APR-util 1.1.2 is the latest available version</a></li>
+<li><a href="#apr-iconv">APR-iconv 1.0.2 is the latest available version</a></li>
 <li>APR 0.9.5 is also available</li>
 <li>APR-util 0.9.5 is also available</li>
 <li>APR-iconv 0.9.5 is also available</li>

Modified: apr/dist/trunk/README.html
URL: http://svn.apache.org/viewcvs/apr/dist/trunk/README.html?view=diff&r1=157834&r2=157835
==============================================================================
--- apr/dist/trunk/README.html (original)
+++ apr/dist/trunk/README.html Wed Mar 16 16:44:20 2005
@@ -9,24 +9,24 @@
 </p>
 
 
-<h2><a name="apr">APR 1.1.0 is the latest available version</a></h2>
+<h2><a name="apr">APR 1.1.1 is the latest available version</a></h2>
 
 <p>
-    APR 1.1.0 has been released, and should be considered
+    APR 1.1.1 has been released, and should be considered
     "general availability".
 </p>
 
-<h2><a name="apr-util">APR-util 1.1.0 is the latest available version</a></h2>
+<h2><a name="apr-util">APR-util 1.1.2 is the latest available version</a></h2>
 
 <p>
-    APR-util 1.1.0 has been released, and should also be
+    APR-util 1.1.2 has been released, and should also be
     considered "general availability".
 </p>
 
-<h2><a name="apr-iconv">APR-iconv 1.0.1 is the latest available version</a></h2>
+<h2><a name="apr-iconv">APR-iconv 1.0.2 is the latest available version</a></h2>
 
 <p>
-    APR-iconv 1.0.1 has been released, and should also be
+    APR-iconv 1.0.2 has been released, and should also be
     considered "general availability".
 </p>