summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorAaron Bannert <aaron@apache.org>2002-04-09 09:41:55 +0200
committerAaron Bannert <aaron@apache.org>2002-04-09 09:41:55 +0200
commit5bd8befaf0a006f4dc71414c4cef35d7842a36a1 (patch)
treed73cebc64b42a2a6e3a5467167e0df4346204d8c /CHANGES
parent Compiler/platform bogosity is apr's job. (diff)
downloadapache2-5bd8befaf0a006f4dc71414c4cef35d7842a36a1.tar.xz
apache2-5bd8befaf0a006f4dc71414c4cef35d7842a36a1.zip
Deprecated the apr_lock.h API.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94571 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 49c79ee0e3..b92c4f0346 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
Changes with Apache 2.0.36
+ *) Deprecated the apr_lock.h API. Please see the following files
+ for the improved thread and process locking and signaling:
+ apr_proc_mutex.h, apr_thread_mutex.h, apr_thread_rwlock.h,
+ apr_thread_cond.h, and apr_global_mutex.h. [Aaron Bannert]
+
*) Change mod_status to use scoreboard accessor functions so it can
be used in any MPM without having to be recompiled.
[Ryan Morgan <rmorgan@covalent.net>]