This commit is contained in:
parent
a80a98b942
commit
2a5456801a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf459e074c3af983459b5e9c5f0b9305b25b1c9b973cd4a2e5cbf134b7a9e8ff
|
||||
size 189822
|
3
libwww-perl-5.813.tar.bz2
Normal file
3
libwww-perl-5.813.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8003f4163d72fb1e6d7e0af1f1c4c603202b20bcf3ac92db5ce9358bfd5fe7d
|
||||
size 193082
|
@ -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 <select> 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 9 13:47:57 CEST 2008 - anicka@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package perl-libwww-perl (Version 5.810)
|
||||
# spec file for package perl-libwww-perl (Version 5.813)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -13,7 +13,7 @@
|
||||
|
||||
Name: perl-libwww-perl
|
||||
BuildRequires: perl-Compress-Zlib perl-HTML-Parser perl-URI
|
||||
Version: 5.810
|
||||
Version: 5.813
|
||||
Release: 1
|
||||
Provides: libwww-perl
|
||||
Provides: perl_lw3
|
||||
@ -82,6 +82,28 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/var/adm/perl-modules/%{name}
|
||||
|
||||
%changelog
|
||||
* Thu Jun 19 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 <select> 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
|
||||
|
Loading…
Reference in New Issue
Block a user