You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2004/06/23 17:28:45 UTC

cvs commit: apr CHANGES

trawick     2004/06/23 08:28:45

  Modified:    .        CHANGES
  Log:
  sync with 0.9 branch
  
  Revision  Changes    Path
  1.475     +4 -4      apr/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apr/CHANGES,v
  retrieving revision 1.474
  retrieving revision 1.475
  diff -u -r1.474 -r1.475
  --- CHANGES	23 Jun 2004 12:20:44 -0000	1.474
  +++ CHANGES	23 Jun 2004 15:28:45 -0000	1.475
  @@ -7,10 +7,6 @@
   
   Changes with APR 1.0
   
  -  *) Add command type APR_SHELLCMD_ENV for creating a process
  -     which is started by the shell and which inherits the parent's
  -     environment variables.  [Jeff Trawick]
  -
     *) Fix apr_threadattr_detach_set() on Mac OS X.  PR 28472.
        [INOUE Seiichiro <inoue ariel-networks.com>]
   
  @@ -145,6 +141,10 @@
        apr_compat.h
   
   Changes with APR 0.9.5
  +
  +  *) Add command type APR_SHELLCMD_ENV for creating a process
  +     which is started by the shell and which inherits the parent's
  +     environment variables.  [Jeff Trawick]
   
     *) Don't assume getnameinfo() can handle IPv4-mapped IPv6 addresses
        on any platforms.