Tue Apr 28 14:00:00 2009 anickaAATTsuse.cz - update to 5.826
* Avoid returning stale Content-Type header after message parts have been updated
* Don\'t let content saved to file be affected by the $\\ setting
* Issues around multipart boundaries
* Ignore random _proxy env variables, allow only valid schemes
* README.SSL is not anymore available at the linpro.no URL.
* Make LWP::UserAgent constructor honor the default_headers option
Mon Feb 23 13:00:00 2009 anickaAATTsuse.cz - update to 5.825
* Fixup test failure with perl-5.8.8 and older; qr/$/m doesn\'t work
* Make format_request() ensure that it returns bytes [RT#42396]
* Force bytes in all the format_ * methods.
* Ignore Sitemap: lines in robots.txt [RT#42420]
* Refactor; use variable to hold the test port
* Add redirects method to HTTP::Message
* Setting $ua->max_redirect(0) didn\'t work [RT#40260]
* Convert files to UTF-8
* HTTP::Cookies destructor should not clobber $! and other globals.
* Deal with the Encode module distributed with perl-5.8.0
* Avoid failure if 127.0.0.1:8333 is in use [RT#42866]
* Documentation improvements, spelling fixes.
Tue Jan 20 13:00:00 2009 anickaAATTsuse.cz - update to 5.823
* Bring back the LWP::Debug code
* Add documentation section about \'Network traffic monitoring\'.
* Typo fixes
* Want to ensure we get a single value back here.
Sat Dec 20 13:00:00 2008 cooloAATTsuse.de - update to 5.822 Various bug fixes Should store \"wire\" headers field names with _ without translation. Test HTTP::Request->parse(). Rename the HTTP::Status constants to have HTTP_ prefix Add strict mode to HTML::Form Add content_is_xml method Make split_header_words() lower case returned tokens/keys Add decode() method to HTTP::Message Add encode() method to HTTP::Message Allow multiple fields to be set with push_header(). Faster push_header() Add dump method to HTTP::Message. Add support for x-bzip2 encoding; fix bzip2 decoding. Add send_header method to HTTP::Daemon Make the lwp-request User-Agent string include the LWP version. Calculation of current_age with missing Client-Date. More correct matching of \'max-age\' in freshness_lifetime method The freshness_lifetime method now support options to control its heuristics The Content-Length and Content-MD5 headers are no longer valid after encode/decode Skip LWP test when fork() is unimplemented A more modern user_agent example. Make it possible to unset the proxy settings again Deprecate LWP::Debug