jimw 00/12/18 17:19:42
Modified: . Changes
Request Request.pm
Log:
getting ready to roll a 0.31_02
Revision Changes Path
1.23 +15 -13 httpd-apreq/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/httpd-apreq/Changes,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- Changes 2000/12/17 00:36:37 1.22
+++ Changes 2000/12/19 01:19:41 1.23
@@ -1,20 +1,9 @@
-Revision history for Perl extension Apache::Request.
+Revision history for libapreq
=over 4
-=item 0.32 - tbd
+=item 0.31_02 - December 17, 2000
-keep reusing same buffer when handling file uploads to prevent overzealous
-memory allocation [Yeasah Pell, Jim Winstead <[EMAIL PROTECTED]>]
-
-handle internet explorer for the macintosh bug that sends corrupt mime
-boundaries when image submit buttons are used in multipart/form-data forms
-[Yeasah Pell]
-
-fix uninitialized variable in ApacheRequest_parse_urlencoded [Yeasah Pell]
-
-multipart_buffer.[ch] renamed to apache_multipart_buffer.[ch]
-
autoconf support
[Tom Vaughan <[EMAIL PROTECTED]>]
@@ -29,6 +18,19 @@
fix nasty bug when connection is broken during file upload
thanks to Jeff Baker for the spot
+
+multipart_buffer.[ch] renamed to apache_multipart_buffer.[ch]
+
+=item 0.31_01 - December 4, 2000
+
+keep reusing same buffer when handling file uploads to prevent overzealous
+memory allocation [Yeasah Pell, Jim Winstead <[EMAIL PROTECTED]>]
+
+handle internet explorer for the macintosh bug that sends corrupt mime
+boundaries when image submit buttons are used in multipart/form-data forms
+[Yeasah Pell]
+
+fix uninitialized variable in ApacheRequest_parse_urlencoded [Yeasah Pell]
=item 0.31 - July 2, 1999
1.9 +1 -1 httpd-apreq/Request/Request.pm
Index: Request.pm
===================================================================
RCS file: /home/cvs/httpd-apreq/Request/Request.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Request.pm 2000/03/30 05:03:29 1.8
+++ Request.pm 2000/12/19 01:19:41 1.9
@@ -6,7 +6,7 @@
{
no strict;
- $VERSION = '0.32';
+ $VERSION = '0.3102';
@ISA = qw(Apache);
__PACKAGE__->mod_perl::boot($VERSION);
}