summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2011-05-03 18:40:39 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2011-05-03 18:40:39 +0000
commitc89e96b319ee12af052d2f1942a9fe229f679eef (patch)
treed173f3d0dca0e808bb654463539ead3bd259d256
parentb0f9db7489168d68381050097587e63d628479a6 (diff)
downloadlibapr-c89e96b319ee12af052d2f1942a9fe229f679eef.tar.gz
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. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@1099182 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 29ada0248..436aa1bd3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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]