(this is the package that provides Apache::Request and
Apache::Cookie.)

The URL

    http://httpd.apache.org/dist/httpd/libapreq-0.33.tar.gz

has entered CPAN as

  file: $CPAN/authors/id/J/JI/JIMW/libapreq-0.33.tar.gz
  size: 156885 bytes
   md5: 48c4c244db77c1855c6e4a6185e6ccdf

more information is at:

  http://httpd.apache.org/apreq/

the changes since 0.31 (the last official full release):

=item 0.33 - June 17, 2001

$r->upload can be set to another Apache::Upload instance [dougm]
based on patch from Dave LaMacchia <[EMAIL PROTECTED]>

=item 0.32 - April 4, 2001

fix $r->param( key => [ 0..9 ] ), convert to XS. [Joe Schaefer
<[EMAIL PROTECTED]>] Thanks to Jody Biggs <[EMAIL PROTECTED]> for the
spot and suggested fix.

req->upload_hook, req->hook_data added. [David Welton
<[EMAIL PROTECTED]>]

upload->tempname, req->temp_dir; $upload->link(), $upload->tempname()
added. [Joe Schaefer <[EMAIL PROTECTED]>]

handle cookies containing "&", "=" in data. [Joe Schaefer
<[EMAIL PROTECTED]>]

$r->parms can be set to another Apache::Table instance [dougm]

fix compile errors when PerlIO is used [dougm, Randy Kobes
<[EMAIL PROTECTED]>]

fix subclassing mechanism so the the value of an `r' or `_r' key can
be a hash ref [dougm]

fix win32 build (requires mod_perl later than 1.24_01) [Randy Kobes
<[EMAIL PROTECTED]>]

Handle cookies with names but no value [David Welton
<[EMAIL PROTECTED]>]

AIX compile fixes [Jens-Uwe Mager <[EMAIL PROTECTED]>]

=item 0.31_03 - December 23, 2000

Apache::Request->instance [Matt Sergeant <[EMAIL PROTECTED]>]

=item 0.31_02 - December 17, 2000

autoconf support [Tom Vaughan <[EMAIL PROTECTED]>]

also parse r->args if content-type is multipart [Ville Skytt\xe4
<[EMAIL PROTECTED]>]

deal properly with Apache::Cookie->new(key => undef) thanks to Matt
Sergeant for the spot

fix parsing of Content-type header to deal with charsets [Artem
Chuprina <[EMAIL PROTECTED]>]

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]

Reply via email to