]> granicus.if.org Git - apache/commitdiff
Deprecated the apr_lock.h API.
authorAaron Bannert <aaron@apache.org>
Tue, 9 Apr 2002 07:41:55 +0000 (07:41 +0000)
committerAaron Bannert <aaron@apache.org>
Tue, 9 Apr 2002 07:41:55 +0000 (07:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94571 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 49c79ee0e31dda4cde80a210d8696c0598599495..b92c4f0346a91b18df51497b38b407466d4bf4d6 100644 (file)
--- 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>]