dougm       02/05/13 17:18:43

  Modified:    .        Changes
  Log:
  update Changes
  
  Revision  Changes    Path
  1.8       +51 -3     modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Changes   9 Apr 2002 02:59:19 -0000       1.7
  +++ Changes   14 May 2002 00:18:43 -0000      1.8
  @@ -1,14 +1,62 @@
  +=head1 NAME
  +
  +Changes - Apache mod_perl change logfile
  +
  +=head1 CHANGES
  +
  +all changes without author attribution are by Doug MacEachern
  +
  +=over 3
  +
   =item 1.99_02-dev
   
  -fix ModPerl::Util::exit to clear $@ before calling Perl_croak [dougm]
  +fix for APR::IpSubnet->new to check return status apr_ipsubnet_create
  +
  +enabled APR::SockAddr module
  +
  +turn on binmode for filehandle used in $r->send_fd
  +
  +get MP_{TRACE,DEBUG} Makefile.PL options working on win32
  +
  +various fixes to build/run with bleedperl
  +
  +various fixes for win32 to get make test passing
  +
  +moved constuct_{url,server} methods to Apache::URI module
   
  -fix 'PerlOptions +GlobalRequest' when used within subrequests [dougm]
  +implement Apache::URI::parse in Apache::compat
  +
  +give Perl*Handlers precedence over other handlers by using APR_HOOK_FIRST
  +rather than APR_HOOK_LAST
  +
  +workaround bug in 5.6.1 when XSLoader loads DynaLoader, wiping out any
  +dl handles it had been keeping track of.
  +
  +tidy up test to run standalone (without modperl test config) 
  +[Stas Bekman]
  +
  +override T_PTROBJ INPUT typemap to croak if object is not a blessed
  +reference, to prevent possible segv from e.g. Apache::Server->process
  +
  +apr_lock.h is gone; disable APR::Lock for the moment
  +
  +enabled the Apache::Process module
  +
  +fix ModPerl::Util::exit to clear $@ before calling Perl_croak
  +
  +cut down on some build noise
  +
  +fix 'PerlOptions +GlobalRequest' when used within subrequests
   
   get rid of some "subroutine redefined" warnings in ModPerl::MM that
  -show up with newer bleedperls. [dougm]
  +show up with newer bleedperls.
   
   a few fixes for Apache::compat [Dave Rolsky <[EMAIL PROTECTED]>]
   
   =item 1.99_01 - April 6, 2002
   
   First public release of mod_perl-2.0-tobe.
  +
  +=back
  +
  +=cut
  
  
  


Reply via email to