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 go...@apache.org on 2004/10/24 06:57:25 UTC

cvs commit: modperl-2.0/todo bugs_mp release

gozer       2004/10/23 21:57:25

  Modified:    todo     bugs_mp release
  Log:
  This bug clearly needs to be in todo/release.
  
  Revision  Changes    Path
  1.9       +0 -4      modperl-2.0/todo/bugs_mp
  
  Index: bugs_mp
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/todo/bugs_mp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- bugs_mp	23 Oct 2004 01:12:54 -0000	1.8
  +++ bugs_mp	24 Oct 2004 04:57:25 -0000	1.9
  @@ -2,10 +2,6 @@
   # mod_perl bugs #
   #################
   
  -* modperl_package_clear_stash() is skipping over any stash entry with
  -  len(name) <= 2 
  -  http://marc.theaimsgroup.com/?t=109687024800002&r=1&w=2
  -
   * early pool destruction issues
     http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=108872944815382&w=2
   
  
  
  
  1.68      +5 -0      modperl-2.0/todo/release
  
  Index: release
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/todo/release,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- release	19 Oct 2004 19:51:00 -0000	1.67
  +++ release	24 Oct 2004 04:57:25 -0000	1.68
  @@ -4,6 +4,11 @@
   
   -- see also todo/api_status
   
  +* modperl_package_clear_stash() is skipping over any stash entry with
  +  len(name) <= 2 
  +  http://marc.theaimsgroup.com/?t=109687024800002&r=1&w=2
  +  owner: gozer
  +
   * APR::Finfo constants: APR::FILETYPE_* and APR::FILEPROT_* will
     probably be APR::FTYPE_* and APR::FPROT_*
     will know exactly once libapr is fixed