summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-03-20 16:17:49 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-03-20 16:17:49 +0000
commit0c9950201d1e5b27600a66d3cd58d4463dc84e5d (patch)
tree288922d36c86f799a5bdcfafa575802fb3ae820c
parent2fe47d207900456996e041e9cce6e32dad01ea03 (diff)
downloadlibapr-0c9950201d1e5b27600a66d3cd58d4463dc84e5d.tar.gz
Quick entry about the inheritence issues.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64437 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d71a7629c..597c622c7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
Changes with APR 0.9.2
+ *) Numerous bug fixes for file and socket inheritence by child
+ processes on Unix, correcting bugs that affected the correct
+ behavior of apr_[file|socket]_inherit_[un]set() API.
+ [Bjoern A. Zeeb <bz@zabbadoz.net>, William Rowe, Joe Orton]
+
*) Define APR_UINT64_T_FMT and APR_UINT64_T_FMT_LEN.
Define APR_INT64_T_FMT_LEN on Windows and Netware. [Branko Cibej]