Author: randyk Date: Tue Apr 19 21:15:16 2005 New Revision: 162013 URL: http://svn.apache.org/viewcvs?view=rev&rev=162013 Log: update Changes with addition of APR::Status.
Modified: perl/modperl/trunk/Changes Modified: perl/modperl/trunk/Changes URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/Changes?view=diff&r1=162012&r2=162013 ============================================================================== --- perl/modperl/trunk/Changes (original) +++ perl/modperl/trunk/Changes Tue Apr 19 21:15:16 2005 @@ -12,6 +12,12 @@ =item 1.999_23-dev +add APR::Status to provide functions corresponding to the +APR_STATUS_IS_* macros of apr_errno.h, especially those composites +like APR_STATUS_IS_EAGAIN(s) which are satisfied by more than one +specific error condition. Presently only APR_STATUS_IS_EAGAIN is +provided [Randy Kobes] + fix the generation of the manpages for .pm files from sub-projects like ModPerl-Registry (previously was creating manpage files like .::ModPerl::PerlRun.3) [Stas]