randyk      2004/07/01 09:42:13

  Modified:    .        Changes
  Log:
  log recent change of being able to use APR/APR::* outside of mod_perl.so.
  
  Revision  Changes    Path
  1.394     +7 -0      modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.393
  retrieving revision 1.394
  diff -u -r1.393 -r1.394
  --- Changes   29 Jun 2004 22:56:17 -0000      1.393
  +++ Changes   1 Jul 2004 16:42:13 -0000       1.394
  @@ -12,6 +12,13 @@
   
   =item 1.99_15-dev
   
  +The APR and APR::* family of modules can now be used without having
  +to load mod_perl.so. On *nix, this is done by compiling the needed
  +functions from the appropriate sources used to build mod_perl.so
  +into APR.so, and then arranging for APR::* to 'use APR ()'. On Win32,
  +a static library of needed functions is built, and APR/APR::* 
  +then link into this library [Stas, Joe Schaefer, Randy Kobes]
  +
   APR::RequestIO::sendfile() now flushes any buffered output before
   sending the file contents out [Stas]
   
  
  
  

Reply via email to