randyk 2004/07/02 22:36:17
Modified: . Changes Log: log recent changes about header files installed into Apache2/include/. Revision Changes Path 1.399 +6 -0 modperl-2.0/Changes Index: Changes =================================================================== RCS file: /home/cvs/modperl-2.0/Changes,v retrieving revision 1.398 retrieving revision 1.399 diff -u -r1.398 -r1.399 --- Changes 2 Jul 2004 22:43:17 -0000 1.398 +++ Changes 3 Jul 2004 05:36:17 -0000 1.399 @@ -12,6 +12,12 @@ =item 1.99_15-dev +Adjust the list of mod_perl header files installed into the Apache2 +include/ directory, made necessary from the renaming and refactoring +arising from the decoupling of APR and APR::* from mod_perl.so. +Also include modperl_apr_perlio.h under xs/APR/PerlIO/ in +the list of such files installed [Stas, Randy Kobes] + $r->read()/READ now throw exceptions [Stas] $r->rflush now returns nothing (was always returning APR::SUCCESS