2024-06-24 09:38:27 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jun 23 16:20:47 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- updated to 6.460.0 (6.46)
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
|
|
|
|
6.46 2024-05-27 18:58:16Z
|
|
|
|
|
- Update several status codes to RFC 9110 (GH#197) (Wesley Schwengle)
|
|
|
|
|
|
2024-03-08 23:33:24 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Mar 8 22:33:18 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- Fix disabling of __perllib_provides
|
|
|
|
|
|
2023-09-28 16:19:54 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Sep 28 03:06:30 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 6.45
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
|
|
|
|
6.45 2023-09-27 14:27:31Z
|
|
|
|
|
- Allow for file ownership conflicts with Docker and GitHub Actions
|
|
|
|
|
(GH#193) (Olaf Alders)
|
|
|
|
|
- Add the 'status_code' function for getting all status codes as hash
|
|
|
|
|
(GH#194) (Dai Okabayashi)
|
|
|
|
|
|
2022-11-08 16:55:35 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Oct 27 03:07:31 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 6.44
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
|
|
|
|
6.44 2022-10-26 20:49:00Z
|
|
|
|
|
- Made the Clone module a hard requirement, so we don't have to
|
|
|
|
|
provide a fallback function for HTTP::Headers::clone().
|
|
|
|
|
We require at least Clone 0.46, as that release now supports
|
|
|
|
|
Perl back to 5.8.1, just like us. (GH#184) (Neil Bowers)
|
|
|
|
|
- Import clone from Clone rather than inheriting (GH#189) (Graham Knop)
|
|
|
|
|
- Made the Compress::Raw::Zlib 2.062 module minimal required
|
|
|
|
|
version. (GH#190) (Jakub 'q84fh' Skory)
|
|
|
|
|
|
|
|
|
|
6.43 2022-10-22 14:50:35Z
|
|
|
|
|
- Remove dependency to IO::Uncompress::Bunzip2. (Michal Josef Spacek)
|
|
|
|
|
- Remove dependency to IO::Uncompress::Gunzip. (Michal Josef Spacek)
|
|
|
|
|
|
|
|
|
|
6.42 2022-10-18 13:53:22Z
|
|
|
|
|
- We now don't consider the Content-Location header when asked
|
|
|
|
|
for the base URI. RFC 7231 says we shouldn't. (GH#51) (Neil Bowers)
|
|
|
|
|
- Increased the (max) buffer size for read() when processing form data,
|
|
|
|
|
from 2048 to 8192. This was suggested in RT#105184, as it improved
|
|
|
|
|
performance for them. (GH#59) (Neil Bowers)
|
|
|
|
|
|
2022-10-14 19:18:29 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Oct 13 03:08:25 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 6.41
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
|
|
|
|
6.41 2022-10-12 15:57:40Z
|
|
|
|
|
- Add maximum size for HTTP::Message->decoded_content
|
|
|
|
|
This can be used to limit the size of a decompressed HTTP response,
|
|
|
|
|
especially when making requests to untrusted or user-specified servers.
|
|
|
|
|
The $HTTP::Message::MAXIMUM_BODY_SIZE variable and the ->max_body_size
|
|
|
|
|
accessor can set this limit. (GH#181) (Max Maischein)
|
|
|
|
|
6.40 2022-10-12 15:45:52Z
|
|
|
|
|
- Fixed two typos in the doc, originally reported by FatherC
|
|
|
|
|
in RT#90716, ported over as GH#57. (GH#57) (Neil Bowers)
|
|
|
|
|
6.39 2022-10-08 13:48:26Z
|
|
|
|
|
- Remove Travis config (GH#180) (Olaf Alders)
|
|
|
|
|
- Added status_constant_name() which maps status code
|
|
|
|
|
to the name of the corresponding constant. (GH#160) (Neil Bowers)
|
|
|
|
|
- Updated the doc for status_message() to clarify that it
|
|
|
|
|
returns "Not Found" and not "HTTP_NOT_FOUND". (GH#160) (Neil Bowers)
|
|
|
|
|
6.38 2022-10-06 21:48:18Z
|
|
|
|
|
- Replace "base" with "parent" (GH#176) (James Raspass)
|
|
|
|
|
- Replace "print" with "note" in tests (GH#178) (James Raspass)
|
|
|
|
|
- Noted that OPTIONS supported was added in 6.1, to the doc
|
|
|
|
|
for HTTP::Request::Common. Addresses GH#177. (GH#179) (Neil Bowers)
|
|
|
|
|
|
2022-06-20 13:38:11 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jun 15 03:06:33 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 6.37
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
|
|
|
|
6.37 2022-06-14 14:08:55Z
|
|
|
|
|
- Support for Brotli "br" encoding (GH#163) (trizen and Julien Fiegehenn)
|
|
|
|
|
- Don't test Perl > 5.32 on Windows in GH Actions (GH#174) (Olaf Alders)
|
|
|
|
|
|
2022-01-13 12:30:22 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jan 6 03:06:20 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 6.36
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
|
|
|
|
6.36 2022-01-05 14:39:42Z
|
|
|
|
|
- Fix examples in HTTP::Request::Common synopsis: HTTP::Request::Common
|
|
|
|
|
does not put headers in an arrayref, unlike HTTP::Request (GH#170) (Karen
|
|
|
|
|
Etheridge)
|
|
|
|
|
- Update to contributing information (GH#171) (Håkon Hægland)
|
|
|
|
|
|
2021-11-16 15:28:38 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Nov 12 03:06:15 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 6.35
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
|
|
|
|
6.35 2021-11-11 22:10:31Z
|
|
|
|
|
- Clarify documentation for decoded_content (GH#166) (Eric Wastl)
|
|
|
|
|
|
2021-11-10 12:43:29 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 9 03:06:22 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 6.34
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
|
|
|
|
6.34 2021-11-08 14:27:36Z
|
|
|
|
|
- Catch case of empty name/value in header words split. (GH#168) (Galen Huntington)
|
|
|
|
|
|
2021-06-29 12:10:41 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jun 29 03:06:46 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 6.33
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
|
|
|
|
6.33 2021-06-28 16:51:58Z
|
|
|
|
|
- Allow `can` method to respond to delegated methods (GH#159) (nanto_vi,
|
|
|
|
|
TOYAMA Nao)
|
|
|
|
|
|
2021-05-19 10:20:01 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed May 19 03:08:43 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 6.32
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
|
|
|
|
6.32 2021-05-18 18:54:27Z
|
|
|
|
|
- Use File::Spec for MSWin32 on Content-Disposition filename (GH#157)
|
|
|
|
|
(tzccinct)
|
|
|
|
|
|
2021-05-12 11:05:04 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed May 12 03:07:40 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 6.31
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
|
|
|
|
6.31 2021-05-11 18:07:37Z
|
|
|
|
|
- Fix test writing to files (GH#156) (Michal Josef Špaček)
|
|
|
|
|
|
|
|
|
|
6.30 2021-05-10 14:55:55Z
|
|
|
|
|
- Don't inherit from Exporter anymore (GH#155) (Max Maischein)
|
|
|
|
|
- Remove superfluous Perl version requirement. This module requires Perl
|
|
|
|
|
5.6 or newer. (GH#155) (Max Maischein)
|
|
|
|
|
|
2021-03-09 12:32:27 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Mar 7 03:06:30 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 6.29
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
|
|
|
|
6.29 2021-03-06 04:50:34Z
|
|
|
|
|
- fix issue with HTTP::Request internal cache for canonical url when using
|
|
|
|
|
URI::URL (GH#146) (andrew-grechkin)
|
|
|
|
|
|
2021-02-22 19:09:03 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Feb 22 16:45:52 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 6.28
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
|
|
|
|
6.28 2021-02-19 16:22:13Z
|
|
|
|
|
- fix warnings during HTTP::Config->match #62 (GH#152) (Viťas Strádal)
|
|
|
|
|
|
2021-01-06 12:00:36 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jan 6 03:06:58 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 6.27
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
|
|
|
|
6.27 2021-01-05 03:02:01Z
|
|
|
|
|
- Clean up backcompat code (GH#148) (Dan Book)
|
|
|
|
|
- Add "308 Permanent Redirect" to is_cacheable_by_default (GH#150) (simbabque)
|
|
|
|
|
|
2020-09-11 11:28:27 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Sep 11 03:07:40 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 6.26
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
|
|
|
|
6.26 2020-09-10 02:34:25Z
|
|
|
|
|
- Update comment which explains in which RFC 451 is defined (GH#143) (Olaf
|
|
|
|
|
Alders). Reported by Toby Inkster.
|
|
|
|
|
- Fix HTTP status descriptions and add 425 Too Early (GH#145) (Dan Book)
|
|
|
|
|
|
2020-06-30 13:01:08 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jun 29 03:09:15 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 6.25
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
|
|
|
|
6.25 2020-06-28 17:52:12Z
|
|
|
|
|
- Don't run Changes test on master in GH actions
|
|
|
|
|
- move Clone from required to suggests prerequisite, to re-enable
|
|
|
|
|
fatpacking
|
|
|
|
|
|
2020-05-12 18:47:09 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue May 12 03:09:10 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
updated to 6.24
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
|
|
|
|
6.24 2020-05-11 13:15:25Z
|
|
|
|
|
- Full release. No changes since TRIAL release 6.23
|
|
|
|
|
|
|
|
|
|
6.23 2020-05-07 17:57:18Z (TRIAL RELEASE)
|
|
|
|
|
- Enable static install (GH#134) (Olaf Alders)
|
|
|
|
|
- Support non-string header values that stringify (GH#137) (Will Storey)
|
|
|
|
|
|
|
|
|
|
|
2020-02-26 11:37:39 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Feb 25 03:07:45 UTC 2020 - <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 6.22
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
|
|
|
|
6.22 2020-02-24 18:58:07Z
|
|
|
|
|
- Full release. No changes since TRIAL release 6.21
|
|
|
|
|
|
|
|
|
|
6.21 2020-02-19 14:35:09Z (TRIAL RELEASE)
|
|
|
|
|
- Bump Encode to latest version (3.01) (GH#129) (Olaf Alders)
|
|
|
|
|
- Revert #115 (GH#131) (Olaf Alders)
|
|
|
|
|
- Revert (GH#125) "try hard to make a usable file name" (GH#130) (Olaf
|
|
|
|
|
Alders)
|
|
|
|
|
- Fix JSON request encoding examples in POD (GH#126) (Michael Schout)
|
|
|
|
|
|
|
|
|
|
6.20 2019-02-05 01:46:39Z (TRIAL RELEASE)
|
|
|
|
|
- Fix encoded file names when LC_ALL=C (GH#125) (Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯)
|
|
|
|
|
|
|
|
|
|
6.19 2019-01-16 15:17:35Z (TRIAL RELEASE)
|
|
|
|
|
- Add support for RFC 8187 encoded filenames (GH#115) (Zaki Mughal)
|
|
|
|
|
- Fix memoized _uri_canonical #121 (GH#123) (Dorian Taylor)
|
|
|
|
|
- Don't overwrite $@ in decodable (gh #80) (GH#118) (mschae94)
|
|
|
|
|
- Add support for RFC 8187 encoded filenames (GH#115) (Zaki Mughal)
|
|
|
|
|
|
2018-06-09 08:41:22 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jun 6 05:30:44 UTC 2018 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 6.18
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
2018-03-29 07:50:44 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Mar 29 05:25:35 UTC 2018 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 6.16
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
|
|
|
|
6.16 2018-03-28 14:09:17Z
|
|
|
|
|
- Update status codes to official IANA list (GH#100) (Theo van Hoesel)
|
|
|
|
|
|
2018-03-14 15:55:24 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Mar 14 06:24:08 UTC 2018 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 6.15
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
|
|
|
|
6.15 2018-03-13 13:02:56Z
|
|
|
|
|
- Whenever possible, use an absolute four digit year for Time::Local (GH#97)
|
|
|
|
|
- Add is_cacheable_by_default() (GH#98) (Theo van Hoesel)
|
|
|
|
|
|
2018-01-05 14:31:13 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jan 5 13:18:30 UTC 2018 - pmonrealgonzalez@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 6.14
|
|
|
|
|
- Add some useful examples in HTTP::Request (GH #92)
|
|
|
|
|
Batch requests are now explained.
|
|
|
|
|
- PUT and PATCH docs updated (GH #84)
|
|
|
|
|
- Trim trailing "\r" from status line so message() doesn't
|
|
|
|
|
return it (GH #87)
|
|
|
|
|
- Bring test coverage of HTTP::Config to 100% (GH #85)
|
|
|
|
|
- Add 103 Early Hints to HTTP::Status (GH #94)
|
|
|
|
|
|
2015-09-10 14:51:17 +02:00
|
|
|
|
-------------------------------------------------------------------
|
2017-06-25 08:40:08 +02:00
|
|
|
|
Wed Jun 21 05:46:21 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 6.13
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2015-09-10 14:51:17 +02:00
|
|
|
|
Thu Sep 10 09:44:07 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 6.11
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
|
|
|
|
6.11 2015-09-09
|
|
|
|
|
|
|
|
|
|
- fix an undefined value warning in HTTP::Headers::as_string
|
|
|
|
|
|
2015-07-20 11:31:58 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jul 20 08:49:19 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 6.10
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
|
|
|
|
6.10 2015-07-19
|
|
|
|
|
|
|
|
|
|
- fix uses of qr/.../m in tests that do not work in 5.8.x
|
|
|
|
|
|
2015-07-19 12:01:08 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jul 19 08:54:05 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 6.09
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
|
|
|
|
6.09 2015-07-19
|
|
|
|
|
|
|
|
|
|
- converted all uses of Test.pm to Test::More
|
|
|
|
|
|
|
|
|
|
- fix uninitialized warning in HTTP::Config (RT#105929)
|
|
|
|
|
|
2015-07-13 12:22:44 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jul 13 08:40:20 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 6.08
|
|
|
|
|
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
|
|
|
|
|
|
|
|
|
Revision history for HTTP-Message
|
|
|
|
|
|
|
|
|
|
6.08 2015-07-10
|
|
|
|
|
- Resolve new uninitialized warning from
|
|
|
|
|
HTTP::Request::Common::request_type_with_data (RT#105787)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6.07 2015-07-09
|
|
|
|
|
|
|
|
|
|
- Allow subclasses to override the class of parts - it used to be
|
|
|
|
|
hardcoded to HTTP::Message. (Gisle Aas, RT#79239)
|
|
|
|
|
|
|
|
|
|
- Added support for is_client_error, is_server_error to HTTP::Response
|
|
|
|
|
(Karen Etheridge)
|
|
|
|
|
|
|
|
|
|
- Added flatten interface to HTTP::Headers (Tokuhiro Matsuno, GH#5)
|
|
|
|
|
|
|
|
|
|
- Allow PUT to pass content data via hashrefs just like with POST (Michael
|
|
|
|
|
Schilli, GH#9)
|
|
|
|
|
|
|
|
|
|
- Fix for "Content-Encoding: none" header (Gisle Aas, RT#94882)
|
|
|
|
|
|
|
|
|
|
- Add support for HTTP status 308, defined in RFC 7238 (Olivier Mengué,
|
|
|
|
|
RT#104102)
|
|
|
|
|
|
|
|
|
|
- drop the use of "use vars" (Karen Etheridge)
|
|
|
|
|
|
2013-08-05 11:04:35 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Aug 5 09:02:46 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 6.06
|
|
|
|
|
Gisle Aas (2):
|
|
|
|
|
More forgiving test on croak message [RT#80302]
|
|
|
|
|
Added test for multipart parsing
|
|
|
|
|
|
|
|
|
|
Mark Overmeer (1):
|
|
|
|
|
Multipart end boundary doesn't need match a complete line [RT#79239]
|
|
|
|
|
|
|
|
|
|
2012-10-20 HTTP-Message 6.05
|
|
|
|
|
|
|
|
|
|
Gisle Aas (5):
|
|
|
|
|
Updated ignores
|
|
|
|
|
No need to prevent visiting field values starting with '_'
|
|
|
|
|
Report the correct croak caller for delegated methods
|
|
|
|
|
Disallow empty field names or field names containing ':'
|
|
|
|
|
Make the extra std_case entries local to each header
|
|
|
|
|
|
|
|
|
|
2012-09-30 HTTP-Message 6.04
|
|
|
|
|
|
|
|
|
|
Gisle Aas (5):
|
|
|
|
|
Updated repository URL
|
|
|
|
|
Avoid undef warning for empty content
|
|
|
|
|
Teach $m->content_charset about JSON
|
|
|
|
|
Use the canonical charset name for UTF-16LE (and frieds)
|
|
|
|
|
Add option to override the "(no content)" marker of $m->dump
|
|
|
|
|
|
|
|
|
|
Christopher J. Madsen (2):
|
|
|
|
|
Use IO::HTML for <meta> encoding sniffing
|
|
|
|
|
mime_name was introduced in Encode 2.21
|
|
|
|
|
|
|
|
|
|
Tom Hukins (1):
|
|
|
|
|
Remove an unneeded "require"
|
|
|
|
|
|
|
|
|
|
Ville Skyttä (1):
|
|
|
|
|
Spelling fixes.
|
|
|
|
|
|
|
|
|
|
chromatic (1):
|
|
|
|
|
Sanitized PERL_HTTP_URI_CLASS environment variable.
|
|
|
|
|
|
|
|
|
|
Martin H. Sluka (1):
|
|
|
|
|
Add test from RT#77466
|
|
|
|
|
|
|
|
|
|
Father Chrysostomos (1):
|
|
|
|
|
Fix doc grammo [RT#75831]
|
|
|
|
|
|
2013-04-15 13:16:44 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Apr 15 10:53:01 UTC 2013 - idonmez@suse.com
|
|
|
|
|
|
|
|
|
|
- Add Source URL, see https://en.opensuse.org/SourceUrls
|
|
|
|
|
|
2011-04-01 09:53:36 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Mar 31 18:39:23 UTC 2011 - coolo@novell.com
|
|
|
|
|
|
|
|
|
|
- update to 6.02
|
|
|
|
|
Declare dependency on Bunzip2 v2.021 [RT#66593]
|
|
|
|
|
|
2011-03-18 14:24:19 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Mar 16 23:30:10 UTC 2011 - chris@computersalat.de
|
|
|
|
|
|
|
|
|
|
- fix deps
|
|
|
|
|
o perl(Encode), perl(IO::Compress::Bzip2) and other subs,
|
|
|
|
|
o perl(MIME::Base64), perl(MIME::QuotedPrint)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 14 10:17:03 UTC 2011 - vcizek@novell.com
|
|
|
|
|
|
|
|
|
|
- initial package 6.01
|
|
|
|
|
* created by cpanspec 1.78.03
|
|
|
|
|
|