8
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Message?expand=0&rev=6
This commit is contained in:
Stephan Kulow
2013-08-05 09:04:35 +00:00
committed by Git OBS Bridge
parent 3f7e4649a1
commit c9e9bc6fe0
4 changed files with 86 additions and 20 deletions

View File

@@ -1,3 +1,51 @@
-------------------------------------------------------------------
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