8
0

Accepting request 29466 from devel:languages:perl

Copy from devel:languages:perl/perl-libwww-perl based on submit request 29466 from user anicka

OBS-URL: https://build.opensuse.org/request/show/29466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-libwww-perl?expand=0&rev=16
This commit is contained in:
OBS User autobuild
2010-01-14 16:06:37 +00:00
committed by Git OBS Bridge
parent 3cbd3f6396
commit d25a4399ac
4 changed files with 39 additions and 6 deletions

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Wed Jan 13 16:40:12 CET 2010 - anicka@suse.cz
- update to 5.834
* Check for sane default_headers argument [RT#50393]
* Add $ua->local_address attribute [RT#40912]
* Test that generation of boundary works [RT#49396]
* Page does not display the "standard" apache listing any more
* Remove unneeded executable permissions.
* Switch compression/decompression to use the IO::Compress/IO::Uncompress and
* Compress::Raw::Zlib family of modules.
* lwp-request should use stderr for auth [RT#21620]
* Deal with cookies that expire far into the future [RT#50147]
* Deal with cookies that expire at or before epoch [RT#49467]
* Pass separate type for https to LWP::ConnCache [RT#48899]
* Improved handling of the User-Agent header [RT#48461]
* HTTP::Cookies add_cookie_header previous Cookies [RT#46106]
* Improve diagnostics from LWP::UserAgent::mirror [RT#48869]
* mirror should die in case X-Died is set [RT#48236]
* Increase default Net::HTTP max line length to 8k.
* Fix net test suite.
* Comment spelling fixes.
* Fix links to old Netscape cookie specification.
* Documentation spelling fixes.
* Improve max line length exceeded/read error messages.
* Do not warn about seemingly wellformed but unrecognized robots.txt lines.
* $mess->content_charset would fail for empty content
* Further restrict what variables env_proxy() process
* Fix bzip2 content encoding/decoding.
* send_te() doc grammar fix.
* Document time2str() behavior with an undefined argument.
* HTML::Message's content_charset trigger warnings from HTML::Parser [RT#48621]
-------------------------------------------------------------------
Tue Aug 4 18:45:30 CEST 2009 - anicka@suse.cz