8
0

Accepting request 316363 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/316363
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Message?expand=0&rev=8
This commit is contained in:
Stephan Kulow
2015-07-13 10:22:44 +00:00
committed by Git OBS Bridge
parent c9e9bc6fe0
commit 466ecd8922
5 changed files with 371 additions and 18 deletions

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
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)
-------------------------------------------------------------------
Mon Aug 5 09:02:46 UTC 2013 - coolo@suse.com