You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by sf...@apache.org on 2012/08/06 21:53:40 UTC

svn commit: r1369954 - in /apr/apr-util/branches/1.5.x: CHANGES STATUS include/apu_version.h

Author: sf
Date: Mon Aug  6 19:53:40 2012
New Revision: 1369954

URL: http://svn.apache.org/viewvc?rev=1369954&view=rev
Log:
Prepare for 1.5.0 tag, add unreleased CHANGES entries from 1.4.x branch

Modified:
    apr/apr-util/branches/1.5.x/CHANGES
    apr/apr-util/branches/1.5.x/STATUS
    apr/apr-util/branches/1.5.x/include/apu_version.h

Modified: apr/apr-util/branches/1.5.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/CHANGES?rev=1369954&r1=1369953&r2=1369954&view=diff
==============================================================================
--- apr/apr-util/branches/1.5.x/CHANGES [utf-8] (original)
+++ apr/apr-util/branches/1.5.x/CHANGES [utf-8] Mon Aug  6 19:53:40 2012
@@ -9,6 +9,32 @@ Changes with APR-util 1.5.0
      hashes with "$2y$" prefix, but apr_password_validate also accepts the old
      prefix "$2a$". [Stefan Fritsch]
 
+  *) APR dbd: Allow to use apr_dbd_get_row() with a different pool than
+     apr_dbd_select(). PR 53533. [<arthur echo gmail com>]
+
+  *) APR dbd FreeTDS support: Fix spurious API errors caused by uninitialized
+     fields.  [TROY.LIU 劉春偉 <TROY.LIU deltaww.com.cn>]
+
+  *) apr_password_validate: Increase maximum hash string length to allow
+     more than 9999 rounds with sha512-crypt. PR 53410. [Stefan Fritsch]
+
+  *) Fix segfaults in crypt() and crypt_r() failure modes.
+     PR 47272.  [Arkadiusz Miskiewicz <arekm pld-linux.org>]
+
+  *) apr_crypto: Ensure that the if/else that governs the static
+     initialisation of each crypto driver works when the first driver
+     isn't in use. [Graham Leggett]
+
+  *) apr_crypto: Ensure the *driver variable is initialised when a statically
+     compiled library is initialised for the first time. [Graham Leggett]
+
+  *) apr_crypto: Ensure the *driver variable is initialised when the library
+     has already been loaded. Fix ported from apr_dbd. [Graham Leggett]
+
+  *) apr_crypto: Move the static initialisation of DRIVER_LOAD from
+     apr_crypto_init() to apr_crypto_get_driver(), so that we don't lose
+     the parameters. [Graham Leggett]
+
 Changes with APR-util 1.4.x and later:
 
   *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/CHANGES?view=markup

Modified: apr/apr-util/branches/1.5.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/STATUS?rev=1369954&r1=1369953&r2=1369954&view=diff
==============================================================================
--- apr/apr-util/branches/1.5.x/STATUS [utf-8] (original)
+++ apr/apr-util/branches/1.5.x/STATUS [utf-8] Mon Aug  6 19:53:40 2012
@@ -3,8 +3,10 @@ Last modified at [$Date$]
 
 Releases:
     2.0.0     : None/EOL - merged into apr/trunk/
-    1.5.0     : in development on branches/1.5.x/
-    1.4.0     : in development on branches/1.4.x/
+    1.5.0     : tagged August 6, 2012
+    1.4.2     : not released
+    1.4.1     : released December 15, 2011
+    1.4.0     : not released
     1.3.9     : released August 5, 2009
     1.3.8     : released July 6, 2009
     1.3.7     : released June 5, 2009

Modified: apr/apr-util/branches/1.5.x/include/apu_version.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/include/apu_version.h?rev=1369954&r1=1369953&r2=1369954&view=diff
==============================================================================
--- apr/apr-util/branches/1.5.x/include/apu_version.h (original)
+++ apr/apr-util/branches/1.5.x/include/apu_version.h Mon Aug  6 19:53:40 2012
@@ -66,7 +66,7 @@
  * "development" copies of APU.  It is undefined for released versions
  * of APU.
  */
-#define APU_IS_DEV_VERSION
+/* #define APU_IS_DEV_VERSION */
 
 
 #if defined(APU_IS_DEV_VERSION) || defined(DOXYGEN)