aaron 01/10/19 16:27:57
Modified: . CHANGES
Log:
Come on Aaron, you can think of a better commit log message than this!
Revision Changes Path
1.174 +4 -0 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- CHANGES 2001/10/17 00:33:00 1.173
+++ CHANGES 2001/10/19 23:27:57 1.174
@@ -1,5 +1,9 @@
Changes with APR b1
+ *) Implement portable accessors for proc mutex. These are equivalent
+ to apr_os_lock_get/set, but they work for apr_proc_mutex_t types
+ instead. [Aaron Bannert]
+
*) Added a new parameter to apr_thread_mutex_init(). Now, by default,
thread mutexes are not nested (sometimes called "recursive"). To
enable nested mutexes, a flag must be passed to the init script.