8
0
OBS User unknown
2008-06-23 22:59:40 +00:00
committed by Git OBS Bridge
parent a80a98b942
commit 2a5456801a
4 changed files with 52 additions and 5 deletions

View File

@@ -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