You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2012/08/08 15:52:58 UTC

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

Author: trawick
Date: Wed Aug  8 13:52:58 2012
New Revision: 1370767

URL: http://svn.apache.org/viewvc?rev=1370767&view=rev
Log:
further clarification of crypt() breakage

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=1370767&r1=1370766&r2=1370767&view=diff
==============================================================================
--- apr/apr-util/branches/1.5.x/CHANGES [utf-8] (original)
+++ apr/apr-util/branches/1.5.x/CHANGES [utf-8] Wed Aug  8 13:52:58 2012
@@ -2,7 +2,8 @@
 Changes with APR-util 1.5.1
 
   *) apr_password_validate(): Fix intermittent errors on systems
-     such as FreeBSD where the crypt() function is used.  [Jeff Trawick]
+     such as FreeBSD where the crypt() function is used.
+     (Broken only in 1.5.0)  [Jeff Trawick]
 
   *) Improve platform detection for bundled expat by updating
      config.guess and config.sub. [Rainer Jung]