aaron 01/10/12 12:11:59
Modified: . CHANGES
Log:
Added the cond_timedwait function (and a new test for it as well).
Revision Changes Path
1.168 +3 -0 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- CHANGES 2001/10/06 21:31:10 1.167
+++ CHANGES 2001/10/12 19:11:59 1.168
@@ -1,5 +1,8 @@
Changes with APR b1
+ *) Add the apr_thread_cond_timedwait function to the condition
+ variable API. [Aaron Bannert]
+
*) Fixed apr_file_mktemp on systems without mkstemp (Win32, etc).
[Mladen Turk, Cliff Woolley]