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 2006/04/14 00:59:37 UTC

svn commit: r393968 - in /apr/dist/trunk: Announcement0.9.html Announcement0.9.txt Announcement1.2.html Announcement1.2.txt HEADER.html README.html

Author: wrowe
Date: Thu Apr 13 15:59:36 2006
New Revision: 393968

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

  The big news

Modified:
    apr/dist/trunk/Announcement0.9.html
    apr/dist/trunk/Announcement0.9.txt
    apr/dist/trunk/Announcement1.2.html
    apr/dist/trunk/Announcement1.2.txt
    apr/dist/trunk/HEADER.html
    apr/dist/trunk/README.html

Modified: apr/dist/trunk/Announcement0.9.html
URL: http://svn.apache.org/viewcvs/apr/dist/trunk/Announcement0.9.html?rev=393968&r1=393967&r2=393968&view=diff
==============================================================================
--- apr/dist/trunk/Announcement0.9.html (original)
+++ apr/dist/trunk/Announcement0.9.html Thu Apr 13 15:59:36 2006
@@ -3,20 +3,20 @@
  <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 0.9.7 Released</title>
+    <title>Apache Portable Runtime 0.9.12 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 0.9.7 Released</h1>
+<h1>Apache Portable Runtime 0.9.12 Released</h1>
 
 <p>The Apache Software Foundation and the Apache Portable Runtime
    Project are proud to announce the General Availability of
-   version 0.9.7 of the Apache Portable Runtime, APR, and version
-   0.9.7 of it's companion project, the Apache Portable Utility
+   version 0.9.12 of the Apache Portable Runtime, APR, and version
+   0.9.12 of it's companion project, the Apache Portable Utility
    library APR-util.  A corresponding version of APR-iconv 0.9.7,
    an alternative portable implementation of the 'iconv' library,
-   is released for users without a system iconv implementation.</p>
+   is available for users without a system iconv implementation.</p>
 
 <p>APR is available for download from:</p>
 
@@ -27,9 +27,12 @@
 
 <p>This version of APR is principally a bug fix release, and is
    provided only for users requiring APR 0.9 compatibility.  Most
-   users are recommended to adopt the latest APR 1.x version to
-   ensure the most comprehensive support access to the latest
-   features and enhancements.</p>
+   developers are encouraged to adopt the latest APR 1.x version
+   to ensure the most comprehensive support and access to the latest
+   features and enhancements.  For example, the Apache HTTP Server
+   Project's httpd 2.0 release uses APR 0.9 for binary compatibility,
+   while later httpd 2.2 releases use APR 1.2 for better support
+   and additional features.</p>
 
 <p>The mission of the Apache Portable Runtime Project is to create
    and maintain software libraries that provide a predictable and
@@ -47,12 +50,11 @@
    Currently supported platforms include:</p>
 
 <ul>
-  <li>UNIX
+  <li>UNIX variants
   <li>Windows
   <li>Netware
   <li>Mac OS X
   <li>OS/2
-  <li>BeOS
 </ul>
 
 <p>To give a brief overview, the primary core
@@ -82,9 +84,9 @@
 
 <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.x can expect consistent interfaces and binary backwards
-   compatibility through the entire APR 1.x release cycle, as defined 
+   neither source nor binary compatible with earlier APR 0.9 releases.
+   Users of APR 1.x can expect consistent interfaces and binary backwards
+   compatibility throughout the entire APR 1.x release cycle, as defined 
    in our versioning rules:</p>
 
 <dl>
@@ -93,8 +95,10 @@
 </dl>
 
 <p>APR is already used extensively by the Apache HTTP Server
-   version 2.0 and the Subversion revision control system, to
+   version 2 and the Subversion revision control system, to
    name but a few.  We list all known projects using APR at
    http://apr.apache.org/projects.html -- so please let us know
    if you find our libraries useful in your own projects!</p>
 
+ </body>
+</html>

Modified: apr/dist/trunk/Announcement0.9.txt
URL: http://svn.apache.org/viewcvs/apr/dist/trunk/Announcement0.9.txt?rev=393968&r1=393967&r2=393968&view=diff
==============================================================================
--- apr/dist/trunk/Announcement0.9.txt (original)
+++ apr/dist/trunk/Announcement0.9.txt Thu Apr 13 15:59:36 2006
@@ -1,24 +1,25 @@
-
-
-                 Apache Portable Runtime 0.9.7 Released
+   Apache Portable Runtime 0.9.12 Released
 
    The Apache Software Foundation and the Apache Portable Runtime
    Project are proud to announce the General Availability of
-   version 0.9.7 of the Apache Portable Runtime, APR, and version
-   0.9.7 of it's companion project, the Apache Portable Utility
+   version 0.9.12 of the Apache Portable Runtime, APR, and version
+   0.9.12 of it's companion project, the Apache Portable Utility
    library APR-util.  A corresponding version of APR-iconv 0.9.7,
    an alternative portable implementation of the 'iconv' library,
-   is released for users without a system iconv implementation.
+   is available for users without a system iconv implementation.
 
    APR is available for download from:
 
-      http://apr.apache.org/download.cgi
+     http://apr.apache.org/download.cgi
 
    This version of APR is principally a bug fix release, and is
    provided only for users requiring APR 0.9 compatibility.  Most
-   users are recommended to adopt the latest APR 1.x version to
-   ensure the most comprehensive support access to the latest
-   features and enhancements.
+   developers are encouraged to adopt the latest APR 1.x version
+   to ensure the most comprehensive support and access to the latest
+   features and enhancements.  For example, the Apache HTTP Server
+   Project's httpd 2.0 release uses APR 0.9 for binary compatibility,
+   while later httpd 2.2 releases use APR 1.2 for better support
+   and additional features.
 
    The mission of the Apache Portable Runtime Project is to create
    and maintain software libraries that provide a predictable and
@@ -35,43 +36,42 @@
    of operating system platforms without sacrificing performance.
    Currently supported platforms include:
 
-      * UNIX
-      * Windows
-      * Netware
-      * Mac OS X
-      * OS/2
-      * BeOS
-
-   To give a brief overview, the primary core subsystems of APR 0.9
-   include the following:
-
-      * Atomic operations
-      * Dynamic Shared Object management
-      * File I/O
-      * Locks (mutexes, condition variables, etc)
-      * Memory management (high performance allocators)
-      * Memory-mapped files
-      * Network I/O
-      * Shared memory
-      * Thread and Process management
-      * Various data structures (tables, hashes, priority queues, etc)
+     UNIX variants
+     Windows
+     Netware
+     Mac OS X
+     OS/2
+
+   To give a brief overview, the primary core
+   subsystems of APR 0.9 include the following:
+
+     Atomic operations
+     Dynamic Shared Object loading
+     File I/O
+     Locks (mutexes, condition variables, etc)
+     Memory management (high performance allocators)
+     Memory-mapped files
+     Network I/O
+     Shared memory
+     Thread and Process management
+     Various data structures (tables, hashes, priority queues, etc)
 
    For a more complete list, please refer to the following URLs:
 
-      http://apr.apache.org/docs/apr/modules.html
-      http://apr.apache.org/docs/apr-util/modules.html
+     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.x
    programming interfaces may require some adjustments; APR 1.x is
-   not binary compatible with earlier APR 0.9 releases.  Users of
-   APR 1.x can expect consistent interfaces and binary backwards
-   compatibility through the entire APR 1.x release cycle, as defined
+   neither source nor binary compatible with earlier APR 0.9 releases.
+   Users of APR 1.x can expect consistent interfaces and binary backwards
+   compatibility throughout the entire APR 1.x release cycle, as defined 
    in our versioning rules:
 
-       http://apr.apache.org/versioning.html
+     http://apr.apache.org/versioning.html
 
    APR is already used extensively by the Apache HTTP Server
-   version 2.0 and the Subversion revision control system, to
+   version 2 and the Subversion revision control system, to
    name but a few.  We list all known projects using APR at
    http://apr.apache.org/projects.html -- so please let us know
    if you find our libraries useful in your own projects!

Modified: apr/dist/trunk/Announcement1.2.html
URL: http://svn.apache.org/viewcvs/apr/dist/trunk/Announcement1.2.html?rev=393968&r1=393967&r2=393968&view=diff
==============================================================================
--- apr/dist/trunk/Announcement1.2.html (original)
+++ apr/dist/trunk/Announcement1.2.html Thu Apr 13 15:59:36 2006
@@ -3,16 +3,20 @@
  <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.2.6 Released</title>
+    <title>Apache Portable Runtime 1.2.7 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.2.6 Released</h1>
+<h1>Apache Portable Runtime 1.2.7 Released</h1>
 
 <p>The Apache Software Foundation and the Apache Portable Runtime
    Project are proud to announce the General Availability of
-   version 1.2.6 of the Apache Portable Runtime, APR.</p>
+   version 1.2.7 of the Apache Portable Runtime, APR, and version
+   1.2.7 of it's companion project, the Apache Portable Utility
+   library APR-util.  A corresponding version of APR-iconv 1.1.1
+   an alternative portable implementation of the 'iconv' library,
+   is available for users without a system iconv implementation.</p>
 
 <p>APR is available for download from:</p>
 
@@ -21,7 +25,11 @@
     >http://apr.apache.org/download.cgi</a></dd>
 </dl>
 
-<p>This version of APR is principally a bug fix release.</p>
+<p>This version of APR is principally a bug fix release, including
+   fixes for specific platforms' configuration, feature detection,
+   and run time behavior.  Most developers are encouraged to adopt
+   the latest APR 1.x version to ensure the most comprehensive 
+   support and access to the latest features and enhancements.</p>
 
 <p>The mission of the Apache Portable Runtime Project is to create
    and maintain software libraries that provide a predictable and
@@ -39,12 +47,11 @@
    Currently supported platforms include:</p>
 
 <ul>
-  <li>UNIX
+  <li>UNIX variants
   <li>Windows
   <li>Netware
   <li>Mac OS X
   <li>OS/2
-  <li>BeOS
 </ul>
 
 <p>To give a brief overview, the primary core
@@ -75,10 +82,10 @@
 
 <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.x can expect consistent interfaces and binary compatibility
-   through the entire APR 1.x release cycle, as defined in our
-   versioning rules:</p>
+   neither source nor binary compatible with earlier APR 0.9 releases.
+   Users of APR 1.x can expect consistent interfaces and binary backwards
+   compatibility throughout the entire APR 1.x release cycle, as defined
+   in our versioning rules:</p>
 
 <dl>
   <dd><a href="http://apr.apache.org/versioning.html"
@@ -86,8 +93,11 @@
 </dl>
 
 <p>APR is already used extensively by the Apache HTTP Server
-   version 2.0 and the Subversion revision control system, to
+   version 2 and the Subversion revision control system, to
    name but a few.  We list all known projects using APR at
    http://apr.apache.org/projects.html -- so please let us know
    if you find our libraries useful in your own projects!</p>
+
+ </body>
+</html>
 

Modified: apr/dist/trunk/Announcement1.2.txt
URL: http://svn.apache.org/viewcvs/apr/dist/trunk/Announcement1.2.txt?rev=393968&r1=393967&r2=393968&view=diff
==============================================================================
--- apr/dist/trunk/Announcement1.2.txt (original)
+++ apr/dist/trunk/Announcement1.2.txt Thu Apr 13 15:59:36 2006
@@ -1,16 +1,22 @@
-
-
-                 Apache Portable Runtime 1.2.6 Released
+   Apache Portable Runtime 1.2.7 Released
 
    The Apache Software Foundation and the Apache Portable Runtime
    Project are proud to announce the General Availability of
-   version 1.2.6 of the Apache Portable Runtime, APR.
+   version 1.2.7 of the Apache Portable Runtime, APR, and version
+   1.2.7 of it's companion project, the Apache Portable Utility
+   library APR-util.  A corresponding version of APR-iconv 1.1.1
+   an alternative portable implementation of the 'iconv' library,
+   is available for users without a system iconv implementation.
 
    APR is available for download from:
 
-      http://apr.apache.org/download.cgi
+     http://apr.apache.org/download.cgi
 
-   This version of APR is principally a bug fix release.
+   This version of APR is principally a bug fix release, including
+   fixes for specific platforms' configuration, feature detection,
+   and run time behavior.  Most developers are encouraged to adopt
+   the latest APR 1.x version to ensure the most comprehensive 
+   support and access to the latest features and enhancements.
 
    The mission of the Apache Portable Runtime Project is to create
    and maintain software libraries that provide a predictable and
@@ -27,44 +33,43 @@
    of operating system platforms without sacrificing performance.
    Currently supported platforms include:
 
-      * UNIX
-      * Windows
-      * Netware
-      * Mac OS X
-      * OS/2
-      * BeOS
-
-   To give a brief overview, the primary core subsystems of APR 1.2
-   include the following:
-
-      * Atomic operations
-      * Dynamic Shared Object loading
-      * File I/O
-      * Locks (mutexes, condition variables, etc)
-      * Memory management (high performance allocators)
-      * Memory-mapped files
-      * Multicast Sockets
-      * Network I/O
-      * Shared memory
-      * Thread and Process management
-      * Various data structures (tables, hashes, priority queues, etc)
+     UNIX variants
+     Windows
+     Netware
+     Mac OS X
+     OS/2
+
+   To give a brief overview, the primary core
+   subsystems of APR 1.2 include the following:
+
+     Atomic operations
+     Dynamic Shared Object loading
+     File I/O
+     Locks (mutexes, condition variables, etc)
+     Memory management (high performance allocators)
+     Memory-mapped files
+     Multicast Sockets
+     Network I/O
+     Shared memory
+     Thread and Process management
+     Various data structures (tables, hashes, priority queues, etc)
 
    For a more complete list, please refer to the following URLs:
 
-      http://apr.apache.org/docs/apr/modules.html
-      http://apr.apache.org/docs/apr-util/modules.html
+     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.x
    programming interfaces may require some adjustments; APR 1.x is
-   not binary compatible with earlier APR 0.9 releases.  Users of
-   APR 1.x can expect consistent interfaces and binary compatibility
-   through the entire APR 1.x release cycle, as defined in our
-   versioning rules:
+   neither source nor binary compatible with earlier APR 0.9 releases.
+   Users of APR 1.x can expect consistent interfaces and binary backwards
+   compatibility throughout the entire APR 1.x release cycle, as defined
+   in our versioning rules:
 
-       http://apr.apache.org/versioning.html
+     http://apr.apache.org/versioning.html
 
    APR is already used extensively by the Apache HTTP Server
-   version 2.0 and the Subversion revision control system, to
+   version 2 and the Subversion revision control system, to
    name but a few.  We list all known projects using APR at
    http://apr.apache.org/projects.html -- so please let us know
    if you find our libraries useful in your own projects!

Modified: apr/dist/trunk/HEADER.html
URL: http://svn.apache.org/viewcvs/apr/dist/trunk/HEADER.html?rev=393968&r1=393967&r2=393968&view=diff
==============================================================================
--- apr/dist/trunk/HEADER.html (original)
+++ apr/dist/trunk/HEADER.html Thu Apr 13 15:59:36 2006
@@ -12,11 +12,11 @@
 
 <ul>
 <li><a href="#mirrors">Download from your nearest mirror site!</a></li>
-<li><a href="#apr">APR 1.2.6 is the latest available version</a></li>
-<li><a href="#aprutil">APR-util 1.2.6 is the latest available version</a></li>
+<li><a href="#apr">APR 1.2.7 is the latest available version</a></li>
+<li><a href="#aprutil">APR-util 1.2.7 is the latest available version</a></li>
 <li><a href="#apriconv">APR-iconv 1.1.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>
+<li><a href="#apr09">APR 0.9.12 is also available</a></li>
+<li><a href="#aprutil09">APR-util 0.9.12 is also available</a></li>
 <li><a href="#apriconv09">APR-iconv 0.9.7 is also available</a></li>
 <li><a href="#sig">PGP/GPG Signatures</a></li>
 </ul>

Modified: apr/dist/trunk/README.html
URL: http://svn.apache.org/viewcvs/apr/dist/trunk/README.html?rev=393968&r1=393967&r2=393968&view=diff
==============================================================================
--- apr/dist/trunk/README.html (original)
+++ apr/dist/trunk/README.html Thu Apr 13 15:59:36 2006
@@ -9,39 +9,39 @@
 </p>
 
 
-<h2><a name="apr">APR 1.2.6 is the latest available version</a></h2>
+<h2><a name="apr">APR 1.2.7 is the latest available version</a></h2>
 
 <p>
-    APR 1.2.6 has been released, and should be considered
+    APR 1.2.7 has been released, and should be considered
     "general availability".
 </p>
 
-<h2><a name="aprutil">APR-util 1.2.6 is the latest available version</a></h2>
+<h2><a name="aprutil">APR-util 1.2.7 is the latest available version</a></h2>
 
 <p>
-    APR-util 1.2.6 has been released, and should be considered 
+    APR-util 1.2.7 has been released, and should be considered 
     "general availability".
 </p>
 
 <h2><a name="apriconv">APR-iconv 1.1.1 is the latest available version</a></h2>
 
 <p>
-    APR-iconv 1.0.1 has been released, and should be considered 
+    APR-iconv 1.1.1 has been released, and should be considered 
     "general availability".
 </p>
 
-<h2><a name="apr09">APR 0.9.7 is also available</a></h2>
+<h2><a name="apr09">APR 0.9.12 is also available</a></h2>
 
 <p>
-    APR 0.9.7 has also been released.  This is primarily a
+    APR 0.9.12 has also been released.  This is primarily a
     a bug-fix release for users requiring API or binary compatibility
     with previous APR 0.9 releases.
 </p>
 
-<h2><a name="aprutil09">APR-util 0.9.7 is also available</a></h2>
+<h2><a name="aprutil09">APR-util 0.9.12 is also available</a></h2>
 
 <p>
-    APR-util 0.9.7 has also been released.  This is primarily a
+    APR-util 0.9.12 has also been released.  This is primarily a
     a bug-fix release for users requiring API or binary compatibility
     with previous APR-util 0.9 releases.
 </p>