You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by mi...@apache.org on 2011/12/13 23:27:22 UTC

svn commit: r450 - in /release/apr: Announcement1.x.html Announcement1.x.txt CHANGES-APR-UTIL-1.4 HEADER.html README.html

Author: minfrin
Date: Tue Dec 13 22:27:20 2011
New Revision: 450

Log:
Binding +1 for release: minfrin, jim, mturk and rjung

Added:
    release/apr/CHANGES-APR-UTIL-1.4
Modified:
    release/apr/Announcement1.x.html
    release/apr/Announcement1.x.txt
    release/apr/HEADER.html
    release/apr/README.html

Modified: release/apr/Announcement1.x.html
==============================================================================
--- release/apr/Announcement1.x.html (original)
+++ release/apr/Announcement1.x.html Tue Dec 13 22:27:20 2011
@@ -3,23 +3,24 @@
  <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.4.5 and Apache Portable Runtime Utility 1.3.12 Released</title>
+    <title>Apache Portable Runtime 1.4.5 and Apache Portable Runtime Utility 1.4.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.4.5 and
-   Apache Portable Runtime Utility 1.3.12 Released
+   Apache Portable Runtime Utility 1.4.1 Released
 </h1>
 
 <p>
    The Apache Software Foundation and the Apache Portable Runtime
    Project are proud to announce the General Availability of version
    1.4.5 of the APR Apache Portable Runtime library, and version
-   1.3.12 of the APR Apache Portable Runtime Utility library.
-   These are bug fix releases.  Users of previous versions are
-   cautioned to update to these releases.
+   1.4.1 of the APR Apache Portable Runtime Utility library.
+   APR v1.4.5 is a bug fix release, and APR-Util v1.4.1 is a new
+   feature release.  Users of previous versions are cautioned to
+   update to these releases.
 </p>
 
 <p>
@@ -39,13 +40,11 @@
 </p>
 
 <p>
-   APR-Util 1.3.12 contains a correction to a regression in APR-Util
-   1.3.11 affecting some applications which use the APR-Util LDAP
-   APIs, such as Apache HTTP Server 2.3.x.
+   APR-Util 1.4.1 contains the new apr_crypto abstraction API.
 </p>
 
 <p>
-   (See CHANGES-APR-1.4 and CHANGES-APR-UTIL-1.3 for more information.)
+   (See CHANGES-APR-1.4 and CHANGES-APR-UTIL-1.4 for more information.)
 </p>
 
 <p>
@@ -86,7 +85,7 @@
 </ul>
 
 <p>To give a brief overview, the primary core
-   subsystems of APR 1.3 include the following:</p>
+   subsystems of APR 1.4 include the following:</p>
 
 <ul>
   <li>Atomic operations

Modified: release/apr/Announcement1.x.txt
==============================================================================
--- release/apr/Announcement1.x.txt (original)
+++ release/apr/Announcement1.x.txt Tue Dec 13 22:27:20 2011
@@ -1,10 +1,10 @@
    Apache Portable Runtime 1.4.5 and
-   Apache Portable Runtime Utility 1.3.12 Released
+   Apache Portable Runtime Utility 1.4.1 Released
  
    The Apache Software Foundation and the Apache Portable Runtime
    Project are proud to announce the General Availability of version
    1.4.5 of the APR Apache Portable Runtime library, and version
-   1.3.12 of the APR Apache Portable Runtime Utility library.
+   1.4.1 of the APR Apache Portable Runtime Utility library.
    These are bug fix releases.  Users of previous versions are
    cautioned to update to these releases.
 
@@ -18,11 +18,9 @@
    APR 1.4.5 also contains a correction to a regression in APR 1.4.4
    affecting APR applications on Windows.
 
-   APR-Util 1.3.12 contains a correction to a regression in APR-Util
-   1.3.11 affecting some applications which use the APR-Util LDAP
-   APIs, such as Apache HTTP Server 2.3.x.
+   APR-Util 1.4.1 contains the new apr_crypto abstraction API.
 
-   (See CHANGES-APR-1.4 and CHANGES-APR-UTIL-1.3 for more information.)
+   (See CHANGES-APR-1.4 and CHANGES-APR-UTIL-1.4 for more information.)
 
    Version 1.2.1 of the companion APR-iconv library, an alternative 
    portable implementation of the 'iconv' library, remains current.
@@ -53,7 +51,7 @@
      OS/2
 
    To give a brief overview, the primary core
-   subsystems of APR 1.3 include the following:
+   subsystems of APR 1.4 include the following:
 
      Atomic operations
      Dynamic Shared Object loading

Added: release/apr/CHANGES-APR-UTIL-1.4
==============================================================================
--- release/apr/CHANGES-APR-UTIL-1.4 (added)
+++ release/apr/CHANGES-APR-UTIL-1.4 Tue Dec 13 22:27:20 2011
@@ -0,0 +1,62 @@
+                                                     -*- coding: utf-8 -*-
+Changes with APR-Util 1.4.1
+
+  *) Apply Windows build fixes for the apr_crypto API. [Mladen Turk]
+
+Changes with APR-util 1.4.0
+
+  *) apr_ldap_init: Pass secure=1 to ldapssl_init() with Solaris LDAP SDK.
+     PR: 42682 [Stefan Fritsch]
+
+  *) apr_memcache_server_create: Fix possible segfault. PR 51064.
+     [Michajlo Matijkiw <michajlo_matijkiw comcast com>]
+
+  *) apr_thread_pool: Fix thread unsafe pool usage. [Stefan Fritsch]
+
+  *) Do not include apr.h and apr_errno.h from system search path in
+     apu_errno.h. PR 46487 [Rainer Jung]
+
+  *) Add optional dbm, openssl and nss subpackages to the RPM spec file.
+     [Graham Leggett]
+
+  *) apr_dbd_freetds: The sybdb.h header file might be freetds/sybdb.h
+     or sybdb.h. [Graham Leggett]
+
+  *) Add apr_crypto implementations for OpenSSL and Mozilla NSS. Add a unit
+     test to verify the interoperability of the two modules. Builds default
+     to disabled unless explicitly enabled.
+     [Graham Leggett]
+
+  *) Add the apr_crypto interface, a rewrite of the earlier apr_ssl code,
+     based on the modular dso interface used for dbd and ldap. Initially,
+     the interface supports symmetrical encryption and decryption. The
+     purpose of the interface is to offer portable and interoperable
+     access to basic crypto using the native crypto libraries present on
+     each platform.  [Graham Leggett]
+
+  *) Add trace probes to hooks, making it easier to inspect APR Hook based
+     applications with DTrace or other such mechanisms.
+     [Theo Schlossnagle <jesus omniti.com>, generalized by Jeff Trawick]
+
+  *) Implement resource list when threads are unavailable. PR 24325
+     [Bojan Smojver]
+
+Changes for APR-util 1.3.x and later:
+
+  *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/CHANGES?view=markup
+
+Changes for APR-util 1.2.x and later:
+
+  *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/CHANGES?view=markup
+
+Changes for APR-util 1.1.x and later:
+
+  *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.1.x/CHANGES?view=markup
+
+Changes for APR-util 1.0.x and later:
+
+  *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.0.x/CHANGES?view=markup
+
+Changes for APR-util 0.9.x and later/earlier:
+
+  *) http://svn.apache.org/viewvc/apr/apr-util/branches/0.9.x/CHANGES?view=markup

Modified: release/apr/HEADER.html
==============================================================================
--- release/apr/HEADER.html (original)
+++ release/apr/HEADER.html Tue Dec 13 22:27:20 2011
@@ -12,7 +12,7 @@
 <ul>
 <li><a href="#mirrors">Download from your nearest mirror site!</a></li>
 <li><a href="#apr">APR 1.4.5 is the latest available version</a></li>
-<li><a href="#aprutil">APR-util 1.3.12 is the latest available version</a></li>
+<li><a href="#aprutil">APR-util 1.4.1 is the latest available version</a></li>
 <li><a href="#apriconv">APR-iconv 1.2.1 is the latest available version</a></li>
 <li><a href="#apr09">APR 0.9.20 is also available</a></li>
 <li><a href="#aprutil09">APR-util 0.9.19 is also available</a></li>

Modified: release/apr/README.html
==============================================================================
--- release/apr/README.html (original)
+++ release/apr/README.html Tue Dec 13 22:27:20 2011
@@ -21,10 +21,10 @@
     latest version.
 </p>
 
-<h2><a name="aprutil">APR-util 1.3.12 is the latest available version</a></h2>
+<h2><a name="aprutil">APR-util 1.4.1 is the latest available version</a></h2>
 
 <p>
-    APR-util 1.3.12 has been released, and should be considered 
+    APR-util 1.4.1 has been released, and should be considered 
     "general availability".
 </p>
 
@@ -108,7 +108,12 @@
 </pre>
 
 <p>
-    We also offer MD5 hashes as an alternative to validate the
-    integrity of the downloaded files. See the
-    <tt><var>distribution</var>.md5</tt> files.
+    We also offer MD5 and SHA1 hashes as an alternative to validate the
+    integrity of the downloaded files. An MD5 hash consists of a 32
+    character string (example: <i>d41d8cd98f00b204e9800998ecf8427e</i>),
+    and a SHA1 hash consists of a 40 character string (example:
+    <i>da39a3ee5e6b4b0d3255bfef95601890afd80709</i>). See the hash inside
+    each <tt><var>distribution</var>.md5</tt> and
+    <tt><var>distribution</var>.sha1</tt> file for each distribution.
 </p>
+