summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-09-09 06:04:40 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-09-09 06:04:40 +0000
commit5656113938de88fa7716958cc070cab08df5ca6e (patch)
tree83a0f8aa2940213de1dd449be14549161922f8b9 /CHANGES
parent4c2e72e228c29b3ef69ea89563de8d47eb663de5 (diff)
downloadlibapr-5656113938de88fa7716958cc070cab08df5ca6e.tar.gz
Undo comments lost in my update (!?!)
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62297 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 1fc9774eb..2406bb24d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
Changes with APR b1
-
+
*) Fix the API for the apr_proc_create() call on Win32. Several
bad assumptions are gone, including a mismatch between unix and
win32, where win32 was defaulting to create detached. Also fixes
@@ -14,6 +14,12 @@ Changes with APR b1
others (and it mirrors some of the other apr_filepath_*() calls.)
[William Rowe]
+ *) Add the new thread read/write lock API to APR.
+ [Aaron Bannert <aaron@clove.org>]
+
+ *) Add the new thread mutex lock API to APR.
+ [Aaron Bannert <aaron@clove.org>]
+
*) Cache GMT offset on platforms that don't store it in the tm struct.
This offset is normalized to be independent of daylight savings
time. [Brian Pane <bpane@pacbell.net>]