perl-HTTP-Message/perl-HTTP-Message.changes
Pedro Monreal Gonzalez fb17790a25 Accepting request 779348 from devel:languages:perl:autoupdate
- 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)

OBS-URL: https://build.opensuse.org/request/show/779348
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Message?expand=0&rev=25
2020-02-26 10:37:39 +00:00

206 lines
6.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-------------------------------------------------------------------
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)
-------------------------------------------------------------------
Wed Jun 6 05:30:44 UTC 2018 - coolo@suse.com
- updated to 6.18
see /usr/share/doc/packages/perl-HTTP-Message/Changes
-------------------------------------------------------------------
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)
-------------------------------------------------------------------
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)
-------------------------------------------------------------------
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)
-------------------------------------------------------------------
Wed Jun 21 05:46:21 UTC 2017 - coolo@suse.com
- updated to 6.13
see /usr/share/doc/packages/perl-HTTP-Message/Changes
-------------------------------------------------------------------
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
-------------------------------------------------------------------
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
-------------------------------------------------------------------
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)
-------------------------------------------------------------------
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
- 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]
-------------------------------------------------------------------
Mon Apr 15 10:53:01 UTC 2013 - idonmez@suse.com
- Add Source URL, see https://en.opensuse.org/SourceUrls
-------------------------------------------------------------------
Thu Mar 31 18:39:23 UTC 2011 - coolo@novell.com
- update to 6.02
Declare dependency on Bunzip2 v2.021 [RT#66593]
-------------------------------------------------------------------
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