------------------------------------------------------------------- Tue Jan 20 15:59:08 CET 2009 - anicka@suse.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 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 - fix https losing characters (bnc#445601, http://rt.cpan.org/Public/Bug/Display.html?id=40187) ------------------------------------------------------------------- Mon Oct 6 15:08:10 CEST 2008 - anicka@suse.cz - update to 5.816 * Add missing binmode() * Doc tweaks * We don't need to build the docs to run the tests. * Style tweaks. * The jigsaw service isn't up to much good these days. * HTTP::Cookies produces warnings for undefined cookie param names * Typo fix; HTTP::Message will never include x-bzip2 in Accept-Encoding * Added HTTP::Config module * Add methods to configure processing handlers. * 100 Continue response not complete. * Use 3-arg open when response content to files. * Make the show_progress attribute official (by documenting it). * Start using handlers for driving the inner logic of LWP::UserAgent. * Expose the content_is_html and content_is_xhtml methods from HTTP::Headers. * Make credentials method able to get/set values. * An auth handler per realm. * Match proxy setting for request. * Set up separate handler for adding proxy authentication. * Add request_preprepare to be able to initialize proxy early enough. * Smarter get_my_handler() that can also create handlers. * Refactor; introduce run_handlers method * Pass in handler hash to the handler callback. * Don't let version=1 override behaviour if specified with a plan Set-Cookie header. * Remove handler when we don't have a username/password for the realm. * Make tests use Test.pm * Double-check that username or password has changed after a failed login. * Update Digest Authen to subclass Basic. * Avoid running out of filehandles with DYNAMIC_FILE_UPLOAD. * Fixed parsing of header values starting with ':' * Documentation typo fixes ------------------------------------------------------------------- Fri Jul 25 15:17:53 CEST 2008 - anicka@suse.cz - update to 5.814 * Typo fix. * Add HTTP::Message::decodable() * Use decoded_content in the synposis * Avoid adding an empty first part in $mess->add_part() * Get rid of all the manual dependency tests. * Simplify the Makefile.PL (no interactivity) * Provide DELETE method in HTTP::Request::Common * Checkbox picks up nearby text in description of alternates * HTML::Form::possible_values() should not returned disabled values * File::Listing documentation claimed only 'unix' format was supported * File::Listing only support English locales * Make common-req.t use Test.pm * Typo; CAN_TALK_TO_OUTSELF * Fix up File::Listings fallback to dosftp * File::Listing parse failure on BSD Linux based systems ------------------------------------------------------------------- Thu Jun 19 16:40:18 CEST 2008 - anicka@suse.cz - update to 5.813 * RobotUA constructor ignores delay, use_sleep * Add HTTP::Response->filename * Better diagnostics when the HTML::TokeParser constructor fails * Multiple forms with same-named