Return-Path: X-Original-To: apmail-apr-commits-archive@www.apache.org Delivered-To: apmail-apr-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ADC12C125 for ; Mon, 6 Aug 2012 19:54:27 +0000 (UTC) Received: (qmail 81152 invoked by uid 500); 6 Aug 2012 19:54:27 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 81044 invoked by uid 500); 6 Aug 2012 19:54:27 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 81030 invoked by uid 99); 6 Aug 2012 19:54:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2012 19:54:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2012 19:54:24 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2484C23888FD for ; Mon, 6 Aug 2012 19:53:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1369954 - in /apr/apr-util/branches/1.5.x: CHANGES STATUS include/apu_version.h Date: Mon, 06 Aug 2012 19:53:40 -0000 To: commits@apr.apache.org From: sf@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120806195341.2484C23888FD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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. [] + + *) APR dbd FreeTDS support: Fix spurious API errors caused by uninitialized + fields. [TROY.LIU 劉春偉 ] + + *) 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 ] + + *) 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)