8
0
OBS User unknown
2009-01-09 00:46:04 +00:00
committed by Git OBS Bridge
parent 0d930f24c6
commit 2f1f1359d7
5 changed files with 60 additions and 110 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Sat Dec 20 07:00:37 CET 2008 - coolo@suse.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
-------------------------------------------------------------------
Mon Nov 17 11:25:31 CET 2008 - lnussel@suse.de