summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2006-11-08 18:56:13 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2006-11-08 18:56:13 +0000
commitda81595777b0406da498446c5f656f7fa248878f (patch)
tree552ed32562111845ba8072abdb43f6659bc7083e /CHANGES
parentc77e7ee74967cb6cff1230133903c9d856afce2d (diff)
downloadlibapr-da81595777b0406da498446c5f656f7fa248878f.tar.gz
Merge r415267 from trunk:
* build/apr_threads.m4 (APR_CHECK_PTHREAD_ROBUST_SHARED_MUTEX): Fix detection of robust cross-process pthread mutexes. PR: 39833 Submitted by: Tsuyoshi SASAMOTO <nazonazo miobox.jp> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@472590 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 22d8273bd..0f745e52b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Changes with APR 0.9.13
+ *) Fix detection of pthread cross-process robust mutexes.
+ PR 39833. [Tsuyoshi SASAMOTO <nazonazo miobox.jp>]
+
*) Correctly retrieve 'empty' environment values with apr_env_get
on Win32 (e.g. "VAR="), and added validation to testall suite.
PR 40764. [Issac Goldstand <margol beamartyr.net>]