|
| 1 | +_______________________________________________________________________________ |
| 2 | +2010-05-05 Release 5.835 |
| 3 | + |
| 4 | +Gisle Aas (12): |
| 5 | + simple string can be simplified |
| 6 | + Make $mess->decoded_content remove XML encoding declarations [RT#52572] |
| 7 | + Don't allow saving to filenames starting with '.' suggested by server |
| 8 | + Avoid race between testing for existence of output file and opening the file |
| 9 | + Minor doc fixup -- wrongly ucfirsted word |
| 10 | + Use decoded_content in HTTP:Response synopsis [RT#54139] |
| 11 | + sun.com is no more. rip! |
| 12 | + Trivial layout tweak to reduce variable scope. |
| 13 | + Add 'make test_hudson' target |
| 14 | + Implement alt_charset parameter for decoded_content() |
| 15 | + Test decoding with different charset parameters |
| 16 | + lwp-download now needs the -s option to honor the Content-Disposition header |
| 17 | + |
| 18 | +Ville Skyttä (9): |
| 19 | + Make LWP::MediaTypes::media_suffix case insensitive. |
| 20 | + Skip XML decoding tests if XML::Simple is not available. |
| 21 | + Documentation fixes. |
| 22 | + Fix m_media_type => "xhtml" matching. |
| 23 | + Make parse_head() apply to data: requests. |
| 24 | + Documentation spelling fixes. |
| 25 | + Documentation grammar fixes. |
| 26 | + Use $uri->secure in m_secure if available. |
| 27 | + Fix handling of multiple (same) base headers, and parameters in them. |
| 28 | + |
| 29 | +Mark Stosberg (5): |
| 30 | + Strip out empty lines separated by CRLF |
| 31 | + Best Practice: avoid indirect object notation |
| 32 | + Speed up as_string by 4% by having _sorted_field_names return a reference |
| 33 | + Speed up scan() a bit. as_string() from this branch is now 6% faster |
| 34 | + Port over as_string() optimizations from HTTP::Headers::Fast |
| 35 | + |
| 36 | +Tom Hukins (2): |
| 37 | + Link to referenced documentation. |
| 38 | + Update repository location. |
| 39 | + |
| 40 | +Father Chrysostomos (1): |
| 41 | + Remove needless (and actually harmful) local $_ |
| 42 | + |
| 43 | +Sean M. Burke (1): |
| 44 | + "Perl & LWP" is available online |
| 45 | + |
| 46 | + |
| 47 | + |
1 | 48 | _______________________________________________________________________________
|
2 | 49 | 2009-11-21 Release 5.834
|
3 | 50 |
|
|
0 commit comments