You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Jim Winstead <ji...@apache.org> on 2001/06/20 02:36:20 UTC

[ANNOUNCE] libapreq 0.33 released

(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 <dm...@topped-with-meat.com>

=item 0.32 - April 4, 2001

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

req->upload_hook, req->hook_data added. [David Welton
<da...@innominate.it>]

upload->tempname, req->temp_dir; $upload->link(), $upload->tempname()
added. [Joe Schaefer <jo...@sunstarsys.com>]

handle cookies containing "&", "=" in data. [Joe Schaefer
<jo...@sunstarsys.com>]

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

fix compile errors when PerlIO is used [dougm, Randy Kobes
<ra...@theoryx5.uwinnipeg.ca>]

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
<ra...@theoryx5.uwinnipeg.ca>]

Handle cookies with names but no value [David Welton
<da...@prosa.it>]

AIX compile fixes [Jens-Uwe Mager <ju...@helios.de>]

=item 0.31_03 - December 23, 2000

Apache::Request->instance [Matt Sergeant <ma...@sergeant.org>]

=item 0.31_02 - December 17, 2000

autoconf support [Tom Vaughan <tv...@aventail.com>]

also parse r->args if content-type is multipart [Ville Skytt\xe4
<vi...@office.popsystems.com>]

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 <ra...@ran.pp.ru>]

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
<ji...@apache.org>]

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]