2011-02-17 08:44:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Feb 17 06:33:21 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 0.25 (no user-visible changes)
|
|
|
|
|
|
2011-02-08 21:40:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Feb 8 21:38:17 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 0.24 (no user-visible changes)
|
|
|
|
|
- changes from 0.23:
|
|
|
|
|
* properly implement Furl::env_proxy as a delegate to Furl::HTTP::env_proxy
|
|
|
|
|
(as was already documented)
|
|
|
|
|
|
2011-01-27 07:28:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jan 27 07:25:03 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 0.22:
|
|
|
|
|
* remove default ports from the Host header
|
|
|
|
|
|
|
|
|
|
- changes from 0.21:
|
|
|
|
|
* use keep-alive on redirection, do not activate the "write_code" or the
|
|
|
|
|
"write_func" feature when redirection
|
|
|
|
|
* silently try to resend a request only when the server returned no respnose
|
|
|
|
|
at all
|
|
|
|
|
|
|
|
|
|
- changes from 0.20:
|
|
|
|
|
* add internal error response message to status message
|
|
|
|
|
|
|
|
|
|
- changes from 0.19:
|
|
|
|
|
* errorneously returned 500 error when closing of the socket was used to
|
|
|
|
|
indicate eof (i.e. no Content-Encoding or Content-Length)
|
|
|
|
|
|
|
|
|
|
- changes from 0.18:
|
|
|
|
|
* fixed testing issue
|
|
|
|
|
|
|
|
|
|
- changes from 0.17:
|
|
|
|
|
* only send the connection header with the highest precedence (Furl::request
|
|
|
|
|
=> Furl::new)
|
|
|
|
|
* close the connection when furl requested as such, even if the server sent
|
|
|
|
|
"connection: keep-alive"
|
|
|
|
|
* support keep-alive for $furl->request(method => 'HEAD', headers => [
|
|
|
|
|
qw(connection keep-alive) ])
|
|
|
|
|
* always send the connection header (support for automatic keep-alive with
|
|
|
|
|
HTTP/1.0 servers)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 2 20:12:45 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- add new Requires: perl(Net::DNS::Lite) (dependency was introduced in 0.14)
|
|
|
|
|
|
|
|
|
|
- update to 0.16:
|
|
|
|
|
* support for status codes wo. content
|
|
|
|
|
|
|
|
|
|
- changes from 0.15:
|
|
|
|
|
* doc enhancements
|
|
|
|
|
|
|
|
|
|
- changes from 0.14:
|
|
|
|
|
* changed the semantics of the "timeout" parameter from per-IO timeout to request timeout
|
|
|
|
|
* optional support for name resolution timeouts using Net::DNS::Lite
|
|
|
|
|
* make blocking operations cancellable (through the "stop_if" callback)
|
|
|
|
|
|
2010-12-01 13:45:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Dec 1 13:32:31 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
|
2010-11-29 18:55:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Nov 29 18:30:01 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
|
|
- remove /var/adm/perl-modules
|
|
|
|
|
|
2010-11-17 08:45:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Nov 17 08:40:07 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 0.13:
|
|
|
|
|
* do not die when $content is empty string
|
|
|
|
|
|
|
|
|
|
- changes from 0.12:
|
|
|
|
|
* fixed testing issue
|
|
|
|
|
|
2010-11-05 09:07:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Nov 5 09:02:46 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 0.11 (no user-visible changes)
|
|
|
|
|
|
2010-11-03 07:30:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Nov 3 07:27:19 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 0.10:
|
|
|
|
|
* change request() to accept HTTP::Request, and remove request_with_http_request
|
|
|
|
|
* Furl::ConnPool.pm was renamed to Furl::ConnectionCache.pm
|
|
|
|
|
|
2010-11-02 07:11:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 2 07:09:50 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 0.09: no user-visible changes
|
|
|
|
|
- changes from 0.08:
|
|
|
|
|
* rewrote connection pooling strategy
|
|
|
|
|
* updated docs
|
|
|
|
|
* support relative url in redirection
|
|
|
|
|
|
2010-11-02 00:15:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 2 00:15:22 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- initial package (0.07)
|
|
|
|
|
|