gozer       2004/08/12 21:42:37

  Modified:    .        Changes
               xs/maps  apache_structures.map
  Log:
  Apache::CmdParms changes
  - readwrite => readonly:
      override, limited, directive, pool, temp_pool, server, path,
      cmd, context, err_directive
  
  - removed: limited_xmethods, xlimited, config_file, err_directive
  
  Revision  Changes    Path
  1.444     +7 -0      modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.443
  retrieving revision 1.444
  diff -u -r1.443 -r1.444
  --- Changes   13 Aug 2004 01:41:35 -0000      1.443
  +++ Changes   13 Aug 2004 04:42:37 -0000      1.444
  @@ -12,6 +12,13 @@
   
   =item 1.99_15-dev
   
  +Apache::CmdParms changes [Gozer]
  +- readwrite => readonly:
  +    override, limited, directive, pool, temp_pool, server, path,
  +    cmd, context, err_directive
  +
  +- removed: limited_xmethods, xlimited, config_file, err_directive
  +
   Fix a bug in APR::Bucket->new when a passed argument was of type
   PADTMP [Stas]
   
  
  
  
  1.43      +13 -13    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.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- apache_structures.map     12 Aug 2004 06:40:45 -0000      1.42
  +++ apache_structures.map     13 Aug 2004 04:42:37 -0000      1.43
  @@ -233,19 +233,19 @@
   
   <cmd_parms>
   -  info
  -   override
  -   limited
  -   limited_xmethods
  -   xlimited
  -   config_file
  -   directive
  -   pool
  -   temp_pool
  -   server
  -   path
  -   cmd
  -   context
  -   err_directive
  +<  override
  +<  limited
  +!  limited_xmethods
  +!  xlimited
  +!  config_file
  +<  directive
  +<  pool
  +<  temp_pool
  +<  server
  +<  path
  +<  cmd
  +<  context
  +!  err_directive
   </cmd_parms>
   
   !<ap_mgmt_item_t>
  
  
  

Reply via email to