From: Aaron Bannert Date: Tue, 9 Apr 2002 07:41:55 +0000 (+0000) Subject: Deprecated the apr_lock.h API. X-Git-Tag: 2.0.36~250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bd8befaf0a006f4dc71414c4cef35d7842a36a1;p=apache Deprecated the apr_lock.h API. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94571 13f79535-47bb-0310-9956-ffa450edef68 --- 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 ]