diff --git a/libwww-perl-5.810.tar.bz2 b/libwww-perl-5.810.tar.bz2 deleted file mode 100644 index 86070a7..0000000 --- a/libwww-perl-5.810.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf459e074c3af983459b5e9c5f0b9305b25b1c9b973cd4a2e5cbf134b7a9e8ff -size 189822 diff --git a/libwww-perl-5.813.tar.bz2 b/libwww-perl-5.813.tar.bz2 new file mode 100644 index 0000000..271be8e --- /dev/null +++ b/libwww-perl-5.813.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8003f4163d72fb1e6d7e0af1f1c4c603202b20bcf3ac92db5ce9358bfd5fe7d +size 193082 diff --git a/perl-libwww-perl.changes b/perl-libwww-perl.changes index e2fdb43..c503aa3 100644 --- a/perl-libwww-perl.changes +++ b/perl-libwww-perl.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +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 parse wrongly + * Simplified Net::HTTP::Methods constructor call. + * Croak if Net::HTTP constructor called with no argument. + * Avoid calling $self->peerport to figure out what the port is. + * Wrong treatment of qop value in Digest Authentication + * Avoid "used only once" warning for $Config::Config. + * Make HTTP::Request::Common::PUT set Content-Length header + * Added the add_content_utf8 method to HTTP::Message. + * Retry syscalls when they fail with EINTR or EAGAIN + * Allow HTTP::Content content that can be downgraded to bytes. + * HTML::Form does not recognise multiple select items with same + name + * Document how HTTP::Status codes correspond to the classification + functions + * Allow 100, 204, 304 responses to have content + * HTTP::Request::Common::POST suppressed filename="0" in + Content-Disposition * Wed Apr 09 2008 anicka@suse.cz - update to 5.810 * Small documentation issues