geoff       2004/01/19 08:46:55

  Modified:    .        Changes
  Log:
  Apache::method_register() is now Apache::Server::method_register()
  
  Revision  Changes    Path
  1.304     +4 -3      modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.303
  retrieving revision 1.304
  diff -u -r1.303 -r1.304
  --- Changes   19 Jan 2004 16:29:11 -0000      1.303
  +++ Changes   19 Jan 2004 16:46:55 -0000      1.304
  @@ -13,9 +13,10 @@
   =item 1.99_13-dev
   
   moved many functions out of the Apache:: namespace:
  -  Apache::unescape_url() is now Apache::URI::unescape_url()
  -  Apache::log_pid()      is now Apache::Log::log_pid()
  -  Apache::LOG_MARK()     is now Apache::Log::LOG_MARK()
  +  Apache::unescape_url()    is now Apache::URI::unescape_url()
  +  Apache::log_pid()         is now Apache::Log::log_pid()
  +  Apache::LOG_MARK()        is now Apache::Log::LOG_MARK()
  +  Apache::method_register() is now Apache::Server::method_register()
   
   if MP_AP_PREFIX is used apxs and apr-config from the apache build tree
   won't work, so it can't co-exist with MP_APXS and MP_APR_CONFIG build
  
  
  

Reply via email to