1.3_rc2 is httpd-apreq's current cvs; the corresponding tarball is now available at
http://httpd.apache.org/~joes/libapreq-1.3_rc2.tar.gz The only change made since 1.3_rc1 is the addition of Stas' old logging patch, which was mentioned on the modperl list yesterday. I've tested it on RH linux against 5.8.0 and 5.8.1. Please give it a try. Thanks! -------------------------------------------------- Changes since the 1.2 release: =over 4 =item 1.25 - August 23, 2003 Michael G. Schwern's "play it safe" patch to c/Makefile.PL (applied patch submitted by Steve Hay). See http://marc.theaimsgroup.com/?l=perl5-porters&m=105981649201380&w=2 http://marc.theaimsgroup.com/?l=apreq-dev&m=106146287323705&w=2 for details. [joes] =item 1.24 - August 23, 2003 Applied Steve Hay's Request.pm doc patch explaining the tempnam() dependence for C<Apache::Request::new()>'s TEMP_DIR option. [joes] =item 1.23 - July 10, 2003 Applied Graham Clark's patch to cleanup apache_request.h macros. Added missing doc credits for Steve Hay in Request.pm. [joes] =item 1.22 - July 5, 2003 Open uploaded files with binary mode (relevant for Perl > 5.7), so as to be able to get the correct sizes on systems where such a mode makes a difference. Thanks to Steve Hay for first pointing out this problem. [randyk] =item 1.21 - June 25, 2003 Fix memory access problem with TEMP_DIR - see http://marc.theaimsgroup.com/?l=apreq-dev&m=105647058517842&w=2 Thanks to Jay Buffington for the spot. [joes]