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 2011/05/03 20:40:39 UTC

svn commit: r1099182 - /apr/apr/branches/1.4.x/CHANGES

Author: trawick
Date: Tue May  3 18:40:39 2011
New Revision: 1099182

URL: http://svn.apache.org/viewvc?rev=1099182&view=rev
Log:
add CHANGE entry for r1092025, "Fix VC10 release build running on Windows7/Server 2008"

Steve was using VC10, I had heard of same issue with different compiler,
and anyone with an environment-related crash should try with this
anyway.

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

Modified: apr/apr/branches/1.4.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/CHANGES?rev=1099182&r1=1099181&r2=1099182&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.4.x/CHANGES [utf-8] Tue May  3 18:40:39 2011
@@ -5,6 +5,9 @@ Changes for APR 1.4.3
      algorithm; now has improved compliance with the fnmatch() spec.
      [William Rowe]
 
+  *) Fix environment-related crash using some non-standard builds on
+     Windows 7/Server 2008.  [Steve Hay <SteveHay planit.com>]
+
   *) poll, pollset, pollcb on Windows: Handle calls with no file/socket
      descriptors.  PR 49882.  [Stefan Ruppert <sr myarm.com>, Jeff Trawick]