You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rj...@apache.org on 2014/03/08 12:08:10 UTC

svn commit: r1575517 - /apr/apr/branches/1.5.x/CHANGES

Author: rjung
Date: Sat Mar  8 11:08:10 2014
New Revision: 1575517

URL: http://svn.apache.org/r1575517
Log:
Forgotten CHANGES.

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

Modified: apr/apr/branches/1.5.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.5.x/CHANGES?rev=1575517&r1=1575516&r2=1575517&view=diff
==============================================================================
--- apr/apr/branches/1.5.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.5.x/CHANGES [utf-8] Sat Mar  8 11:08:10 2014
@@ -32,6 +32,9 @@ Changes for APR 1.5.1
   *) Correct a regression in 1.5.0 which affected out-of-tree
      builds on Unix.  [Rainer Jung]
 
+  *) Improve platform detection for bundled expat by updating
+     config.guess and config.sub. [Rainer Jung]
+
 Changes for APR 1.5.0
 
   *) Fix Linux kernel version check to recognize more versions,