You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by aa...@apache.org on 2002/04/09 09:42:27 UTC

cvs commit: apr CHANGES

aaron       02/04/09 00:42:27

  Modified:    .        CHANGES
  Log:
  Deprecated the apr_lock.h API.
  
  Revision  Changes    Path
  1.254     +5 -0      apr/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apr/CHANGES,v
  retrieving revision 1.253
  retrieving revision 1.254
  diff -u -r1.253 -r1.254
  --- CHANGES	8 Apr 2002 15:21:54 -0000	1.253
  +++ CHANGES	9 Apr 2002 07:42:27 -0000	1.254
  @@ -1,5 +1,10 @@
   Changes with APR b1
   
  +  *) 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]
  +
     *) Fix some daylight savings time breakage on (at least) AIX, 
        Solaris, and HP-UX.  [Jeff Trawick]