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

cvs commit: apr CHANGES

wrowe       01/09/08 23:04:40

  Modified:    .        CHANGES
  Log:
    Undo comments lost in my update (!?!)
  
  Revision  Changes    Path
  1.153     +7 -1      apr/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apr/CHANGES,v
  retrieving revision 1.152
  retrieving revision 1.153
  diff -u -r1.152 -r1.153
  --- CHANGES	2001/09/09 06:03:04	1.152
  +++ CHANGES	2001/09/09 06:04:40	1.153
  @@ -1,5 +1,5 @@
   Changes with APR b1  
  -
  +   
     *) Fix the API for the apr_proc_create() call on Win32.  Several
        bad assumptions are gone, including a mismatch between unix and
        win32, where win32 was defaulting to create detached.  Also fixes
  @@ -14,6 +14,12 @@
        others (and it mirrors some of the other apr_filepath_*() calls.)
        [William Rowe]
   
  +  *) Add the new thread read/write lock API to APR.
  +     [Aaron Bannert <aa...@clove.org>]
  +
  +  *) Add the new thread mutex lock API to APR.
  +     [Aaron Bannert <aa...@clove.org>]
  +  
     *) Cache GMT offset on platforms that don't store it in the tm struct.
        This offset is normalized to be independent of daylight savings
        time.  [Brian Pane <bp...@pacbell.net>]