stas        2004/07/22 14:41:16

  Modified:    .        Changes
               xs/maps  apache_structures.map
  Log:
  Apache::RequestRec method: method_number is now read-only
  
  Revision  Changes    Path
  1.421     +2 -0      modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.420
  retrieving revision 1.421
  diff -u -u -r1.420 -r1.421
  --- Changes   16 Jul 2004 22:38:35 -0000      1.420
  +++ Changes   22 Jul 2004 21:41:16 -0000      1.421
  @@ -12,6 +12,8 @@
   
   =item 1.99_15-dev
   
  +Apache::RequestRec method: method_number is now read-only [Stas]
  +
   The func Apache::SubProcess::spawn_proc_prog is now a method:
   $r->spawn_proc_prog [Stas]
   
  
  
  
  1.31      +1 -1      modperl-2.0/xs/maps/apache_structures.map
  
  Index: apache_structures.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apache_structures.map,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -u -r1.30 -r1.31
  --- apache_structures.map     16 Jul 2004 21:36:28 -0000      1.30
  +++ apache_structures.map     22 Jul 2004 21:41:16 -0000      1.31
  @@ -23,7 +23,7 @@
      status_line
      status
      method
  -   method_number
  +<  method_number
      allowed
      allowed_xmethods
      allowed_methods
  
  
  

Reply via email to