summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2014-04-15 23:29:09 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2014-04-15 23:29:09 +0000
commitf3bf3288754a74ae8b598c2da8f3a99b16c01a7a (patch)
treebea4f995c0a29c9b3b1a99a9196f0c24f0122c01
parent14301bc5156a09a332ab8ff30dd6adaa6320fec4 (diff)
downloadlibapr-f3bf3288754a74ae8b598c2da8f3a99b16c01a7a.tar.gz
add CHANGES entry for r1543034
(apr_socket_atreadeof(): Fix breakage on OS X.) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@1587751 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0a6adf8d9..d04ad11a9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,8 @@ Changes for APR 1.5.1
now an APR hash of the filename instead of the constant '1'.
We do this to help avoid collisions. PR 53996 [Jim Jagielski]
+ *) apr_socket_atreadeof(): Fix breakage on OS X. [Jim Jagielski]
+
*) Fix POSIX shared memory (shm_open) use for named shared memory.
Includes adding '--enable-posix-shm' to force POSIX shm if
available, and OS X compatibility. PR 55928.