diff options
author | Aaron Bannert <aaron@apache.org> | 2002-04-09 09:41:55 +0200 |
---|---|---|
committer | Aaron Bannert <aaron@apache.org> | 2002-04-09 09:41:55 +0200 |
commit | 5bd8befaf0a006f4dc71414c4cef35d7842a36a1 (patch) | |
tree | d73cebc64b42a2a6e3a5467167e0df4346204d8c /CHANGES | |
parent | Compiler/platform bogosity is apr's job. (diff) | |
download | apache2-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-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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>] |