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/09/07 21:06:58 UTC

svn commit: r1382131 - /apr/apr-util/branches/1.5.x/CHANGES

Author: sf
Date: Fri Sep  7 19:06:58 2012
New Revision: 1382131

URL: http://svn.apache.org/viewvc?rev=1382131&view=rev
Log:
add PR reference

Modified:
    apr/apr-util/branches/1.5.x/CHANGES

Modified: apr/apr-util/branches/1.5.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/CHANGES?rev=1382131&r1=1382130&r2=1382131&view=diff
==============================================================================
--- apr/apr-util/branches/1.5.x/CHANGES [utf-8] (original)
+++ apr/apr-util/branches/1.5.x/CHANGES [utf-8] Fri Sep  7 19:06:58 2012
@@ -27,7 +27,7 @@ Changes with APR-util 1.5.0
      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]
+     prefix "$2a$". PR 49288. [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>]