You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by jo...@apache.org on 2022/08/25 14:05:17 UTC

[ANNOUNCE] libapreq2-2.17 Released

        libapreq2-2.17 Released

The Apache Software Foundation and The Apache HTTP Server Project
are pleased to announce the 2.17 release of libapreq2.  This
Announcement notes significant changes introduced by this release.

libapreq2-2.17 is released under the Apache License
version 2.0.  It is now available through the ASF mirrors

      https://httpd.apache.org/apreq/download.cgi


libapreq2 is an APR-based shared library used for parsing HTTP cookies,
query-strings and POST data.  This package provides

    1) version 2.8.1 of the libapreq2 library,

    2) mod_apreq2, a filter module necessary for using libapreq2
       within the Apache HTTP Server,

    3) the Apache2::Request, Apache2::Cookie, and Apache2::Upload
       perl modules for using libapreq2 with mod_perl2.

========================================================================

Changes with libapreq2-2.17 (released 25 August, 2022)

- Multipart header parser [Yann Ylavic]
  Rework apreq_parse_headers() to discard CRLF of folded values.