|
1 | 1 | Revision history for HTTP-Message
|
2 | 2 |
|
3 |
| -6.11 2015-09-09 |
| 3 | +{{$NEXT}} |
4 | 4 |
|
| 5 | +6.11 2015-09-09 |
5 | 6 | - fix an undefined value warning in HTTP::Headers::as_string
|
6 | 7 |
|
7 | 8 | 6.10 2015-07-19
|
8 |
| - |
9 | 9 | - fix uses of qr/.../m in tests that do not work in 5.8.x
|
10 | 10 |
|
11 | 11 | 6.09 2015-07-19
|
12 |
| - |
13 | 12 | - converted all uses of Test.pm to Test::More
|
14 |
| - |
15 | 13 | - fix uninitialized warning in HTTP::Config (RT#105929)
|
16 | 14 |
|
17 |
| - |
18 | 15 | 6.08 2015-07-10
|
19 |
| - |
20 | 16 | - Resolve new uninitialized warning from
|
21 | 17 | HTTP::Request::Common::request_type_with_data (RT#105787)
|
22 | 18 |
|
23 |
| - |
24 | 19 | 6.07 2015-07-09
|
25 |
| - |
26 |
| - - Allow subclasses to override the class of parts - it used to be |
27 |
| - hardcoded to HTTP::Message. (Gisle Aas, RT#79239) |
28 |
| - |
| 20 | + - Allow subclasses to override the class of parts - it used to be hardcoded |
| 21 | + to HTTP::Message. (Gisle Aas, RT#79239) |
29 | 22 | - Added support for is_client_error, is_server_error to HTTP::Response
|
30 | 23 | (Karen Etheridge)
|
31 |
| - |
32 | 24 | - Added flatten interface to HTTP::Headers (Tokuhiro Matsuno, GH#5)
|
33 |
| - |
34 | 25 | - Allow PUT to pass content data via hashrefs just like with POST (Michael
|
35 | 26 | Schilli, GH#9)
|
36 |
| - |
37 | 27 | - Fix for "Content-Encoding: none" header (Gisle Aas, RT#94882)
|
38 |
| - |
39 | 28 | - Add support for HTTP status 308, defined in RFC 7238 (Olivier Mengué,
|
40 | 29 | RT#104102)
|
41 |
| - |
42 | 30 | - drop the use of "use vars" (Karen Etheridge)
|
43 | 31 |
|
44 |
| - |
45 |
| -_______________________________________________________________________________ |
46 |
| -2012-10-21 HTTP-Message 6.06 |
47 |
| - |
48 |
| -Gisle Aas (2): |
49 |
| - More forgiving test on croak message [RT#80302] |
50 |
| - Added test for multipart parsing |
51 |
| - |
52 |
| -Mark Overmeer (1): |
53 |
| - Multipart end boundary doesn't need match a complete line [RT#79239] |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| -_______________________________________________________________________________ |
58 |
| -2012-10-20 HTTP-Message 6.05 |
59 |
| - |
60 |
| -Gisle Aas (5): |
61 |
| - Updated ignores |
62 |
| - No need to prevent visiting field values starting with '_' |
63 |
| - Report the correct croak caller for delegated methods |
64 |
| - Disallow empty field names or field names containing ':' |
65 |
| - Make the extra std_case entries local to each header |
66 |
| - |
67 |
| - |
68 |
| - |
69 |
| -_______________________________________________________________________________ |
70 |
| -2012-09-30 HTTP-Message 6.04 |
71 |
| - |
72 |
| -Gisle Aas (5): |
73 |
| - Updated repository URL |
74 |
| - Avoid undef warning for empty content |
75 |
| - Teach $m->content_charset about JSON |
76 |
| - Use the canonical charset name for UTF-16LE (and frieds) |
77 |
| - Add option to override the "(no content)" marker of $m->dump |
78 |
| - |
79 |
| -Christopher J. Madsen (2): |
80 |
| - Use IO::HTML for <meta> encoding sniffing |
81 |
| - mime_name was introduced in Encode 2.21 |
82 |
| - |
83 |
| -Tom Hukins (1): |
84 |
| - Remove an unneeded "require" |
85 |
| - |
86 |
| -Ville Skyttä (1): |
87 |
| - Spelling fixes. |
88 |
| - |
89 |
| -chromatic (1): |
90 |
| - Sanitized PERL_HTTP_URI_CLASS environment variable. |
91 |
| - |
92 |
| -Martin H. Sluka (1): |
93 |
| - Add test from RT#77466 |
94 |
| - |
95 |
| -Father Chrysostomos (1): |
96 |
| - Fix doc grammo [RT#75831] |
97 |
| - |
98 |
| - |
99 |
| - |
100 |
| -_______________________________________________________________________________ |
101 |
| -2012-02-16 HTTP-Message 6.03 |
102 |
| - |
103 |
| -Support 'bzip2' as alternative to Content-Encoding: x-bzip2. Some |
104 |
| -servers seem to return it. |
105 |
| - |
106 |
| -Make newlines in forms be "\r\n" terminated. |
107 |
| - |
108 |
| -Added some more status codes. |
109 |
| - |
110 |
| -Restore perl-5.8.1 compatibility. |
111 |
| - |
112 |
| - |
113 |
| - |
114 |
| -_______________________________________________________________________________ |
115 |
| -2011-03-20 HTTP-Message 6.02 |
116 |
| - |
117 |
| -Declare dependency on Bunzip2 v2.021 [RT#66593] |
118 |
| - |
119 |
| - |
120 |
| - |
121 |
| -_______________________________________________________________________________ |
122 |
| -2011-03-07 HTTP-Message 6.01 |
123 |
| - |
124 |
| -Avoid loading XML::Simple to avoid test failures. |
125 |
| - |
126 |
| -Eliminate the HTML::Entities dependency. |
127 |
| - |
128 |
| - |
129 |
| - |
130 |
| -_______________________________________________________________________________ |
131 |
| -2011-02-27 HTTP-Message 6.00 |
132 |
| - |
133 |
| -Initial release of HTTP-Message as a separate distribution. There are no code |
134 |
| -changes besides incrementing the version number since libwww-perl-5.837. |
135 |
| - |
136 |
| -The HTTP::Message module with friends used to be bundled with the libwww-perl |
137 |
| -distribution. |
| 32 | +6.06 2012-10-21 |
| 33 | + - More forgiving test on croak message [RT#80302] (Gisle Aas) |
| 34 | + - Added test for multipart parsing (Gisle Aas) |
| 35 | + - Multipart end boundary doesn't need match a complete line [RT#79239] |
| 36 | + (Mark Overmeer) |
| 37 | + |
| 38 | +6.05 2012-10-20 |
| 39 | + - Updated ignores (Gisle Aas) |
| 40 | + - No need to prevent visiting field values starting with '_' (Gisle Aas) |
| 41 | + - Report the correct croak caller for delegated methods (Gisle Aas) |
| 42 | + - Disallow empty field names or field names containing ':' (Gisle Aas) |
| 43 | + - Make the extra std_case entries local to each header (Gisle Aas) |
| 44 | + |
| 45 | +6.04 2012-09-30 |
| 46 | + - Updated repository URL (Gisle Aas) |
| 47 | + - Avoid undef warning for empty content (Gisle Aas) |
| 48 | + - Teach $m->content_charset about JSON (Gisle Aas) |
| 49 | + - Use the canonical charset name for UTF-16LE (and frieds) (Gisle Aas) |
| 50 | + - Add option to override the "(no content)" marker of $m->dump (Gisle Aas) |
| 51 | + - Use IO::HTML for <meta> encoding sniffing (Christopher J. Madsen) |
| 52 | + - mime_name was introduced in Encode 2.21 (Christopher J. Madsen) |
| 53 | + - Remove an unneeded "require" (Tom Hukins) |
| 54 | + - Spelling fixes. (Ville Skyttä) |
| 55 | + - Sanitized PERL_HTTP_URI_CLASS environment variable. (chromatic) |
| 56 | + - Add test from RT#77466 (Martin H. Sluka) |
| 57 | + - Fix doc grammo [RT#75831] (Father Chrysostomos) |
| 58 | + |
| 59 | +6.03 2012-02-16 |
| 60 | + - Support 'bzip2' as alternative to Content-Encoding: x-bzip2. Some |
| 61 | + servers seem to return it. |
| 62 | + - Make newlines in forms be "\r\n" terminated. |
| 63 | + - Added some more status codes. |
| 64 | + - Restore perl-5.8.1 compatibility. |
| 65 | + |
| 66 | +6.02 2011-03-20 |
| 67 | + - Declare dependency on Bunzip2 v2.021 [RT#66593] |
| 68 | + |
| 69 | +6.01 2011-03-07 |
| 70 | + - Avoid loading XML::Simple to avoid test failures. |
| 71 | + - Eliminate the HTML::Entities dependency. |
| 72 | + |
| 73 | +6.00 2011-02-27 |
| 74 | + - Initial release of HTTP-Message as a separate distribution. There are no |
| 75 | + code changes besides incrementing the version number since |
| 76 | + libwww-perl-5.837. |
| 77 | + - The HTTP::Message module with friends used to be bundled with the |
| 78 | + libwww-perl distribution. |
0 commit comments