aaron 02/02/17 17:23:13
Modified: . CHANGES
Log:
Mention the new lock API apr_global_mutex_t.
Revision Changes Path
1.224 +3 -0 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -r1.223 -r1.224
--- CHANGES 15 Feb 2002 20:10:55 -0000 1.223
+++ CHANGES 18 Feb 2002 01:23:13 -0000 1.224
@@ -1,5 +1,8 @@
Changes with APR b1
+ *) Add a new lock API (apr_global_mutex_t) to provide guaranteed
+ cross-process AND cross-thread mutual exclusion. [Aaron Bannert]
+
*) Note: We are in the process of deprecating the apr_lock.h API.
The new and improved lock/synchronization APIs now reside
in apr_thread_mutex.h, apr_proc_mutex.h, apr_thread_rwlock.h,