geoff       2004/01/30 10:20:21

  Modified:    .        Changes
  Log:
  fix calling $r->subprocess_env() in a void context so that it only
  populates %ENV if also called with no arguments.  also, make sure it
  can be called more than once and still populate %ENV.
  
  Revision  Changes    Path
  1.315     +5 -0      modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.314
  retrieving revision 1.315
  diff -u -r1.314 -r1.315
  --- Changes   29 Jan 2004 01:26:50 -0000      1.314
  +++ Changes   30 Jan 2004 18:20:21 -0000      1.315
  @@ -12,6 +12,11 @@
   
   =item 1.99_13-dev
   
  +fix calling $r->subprocess_env() in a void context so that it only
  +populates %ENV if also called with no arguments.  also, make sure it
  +can be called more than once and still populate %ENV.
  +[Geoffrey Young]
  +
   add APR::Brigade::pool() to allow access to the pool associated with
   the brigade  [Geoffrey Young]
   
  
  
  

Reply via email to