You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by ge...@apache.org on 2003/09/09 19:23:04 UTC

cvs commit: modperl-2.0 Changes

geoff       2003/09/09 10:23:04

  Modified:    .        Changes
  Log:
  APR::Pool::DESTROY implemented
  Reviewed by:	stas
  
  Revision  Changes    Path
  1.214     +3 -0      modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.213
  retrieving revision 1.214
  diff -u -r1.213 -r1.214
  --- Changes	30 Aug 2003 02:33:26 -0000	1.213
  +++ Changes	9 Sep 2003 17:23:04 -0000	1.214
  @@ -12,6 +12,9 @@
   
   =item 1.99_10-dev
   
  +APR::Pool::DESTROY implemented and tweaked to only
  +destroy pools created via APR::Pool->new() [Geoffrey Young]
  +
   $r->slurp_filename is now implemented in C. [Stas]
   
   remove support for httpd 2.0.45/apr 0.9.3 and lower.