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/10/28 00:03:56 UTC

svn commit: r1402899 - /apr/apr/trunk/CHANGES

Author: sf
Date: Sat Oct 27 22:03:56 2012
New Revision: 1402899

URL: http://svn.apache.org/viewvc?rev=1402899&view=rev
Log:
remove a few entries that already have been included in a apr/apr-util release

Modified:
    apr/apr/trunk/CHANGES

Modified: apr/apr/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?rev=1402899&r1=1402898&r2=1402899&view=diff
==============================================================================
--- apr/apr/trunk/CHANGES [utf-8] (original)
+++ apr/apr/trunk/CHANGES [utf-8] Sat Oct 27 22:03:56 2012
@@ -9,12 +9,6 @@ Changes for APR 2.0.0
   *) Remove duplicated logic in apr_brigade_puts(). PR 53740. [Christophe
      Jaillet <christophe jaillet wanadoo fr>]
 
-  *) apr_password_validate, apr_bcrypt_encode: Add support for bcrypt encoded
-     passwords. The bcrypt implementation uses code from crypt_blowfish
-     written by Solar Designer <solar openwall com>. apr_bcrypt_encode creates
-     hashes with "$2y$" prefix, but apr_password_validate also accepts the old
-     prefix "$2a$". [Stefan Fritsch]
-
   *) apr_pollset_poll:  add z/OS async poll support for sockets [Greg Ames]
 
   *) apr_mcast_hops: Fix EINVAL for IPv6 sockets caused by using byte
@@ -29,17 +23,6 @@ Changes for APR 2.0.0
   *) apr_memcache_server_create: Fix possible segfault. PR 51064.
      [Michajlo Matijkiw <michajlo_matijkiw comcast com>]
 
-  *) apr_dir_make_recursive: Fix race condition that could lead to EEXIST
-     being returned. PR 51254. [William Lee <william lee rainstor com>,
-     Wim Lewis <wiml omnigroup com>]
-
-  *) configure: Fix APR_RESTORE_THE_ENVIRONMENT if the original variable was
-     a single space. PR 50334. [Nathan Phillip Brink <binki gentoo org>]
-
-  *) apr_proc_create: Don't close any of the new stdin/stdout/stderr in the
-     child if it already has the correct FD. PR 51995.
-     [Dan Ports <drkp csail mit edu>]
-
   *) apr_thread_pool: Fix thread unsafe pool usage. [Stefan Fritsch]
 
   *) apr_brigades: add a check to prevent infinite while loop in case