2014-03-07 09:30:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 7 09:29:12 UTC 2014 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.043
|
|
|
|
[FIXED]
|
|
|
|
|
|
|
|
- Does not send absolute request URI when tunneling SSL via proxy
|
|
|
|
|
|
|
|
- Fixes regression in setting host name to verify SSL
|
|
|
|
|
|
|
|
- Protects tests from https_proxy and all_proxy when doing mock testing
|
|
|
|
|
|
|
|
0.042 2014-02-18 11:23:17EST-0500 America/New_York
|
|
|
|
|
|
|
|
[ADDED]
|
|
|
|
|
|
|
|
- If IO::Socket::IP 0.25+ is installed, HTTP::Tiny will use it for
|
|
|
|
transparent IPv4 or IPv6 support.
|
|
|
|
|
|
|
|
0.041 2014-02-17 13:07:54-05:00 America/New_York
|
|
|
|
|
|
|
|
[no code change, only an amended Changes file]
|
|
|
|
|
|
|
|
[INCOMPATIBLE CHANGES (from 0.039)]
|
|
|
|
|
|
|
|
- The 'proxy' attribute no longer takes precedence over the
|
|
|
|
'http_proxy' environment variable. With the addition of http_proxy
|
|
|
|
and https_proxy attributes (and corresponding environment variable
|
|
|
|
defaults), the legacy 'proxy' attribute now maps to the
|
|
|
|
all_proxy/ALL_PROXY environment variable and only takes effect when
|
|
|
|
other proxy attributes are not defined.
|
|
|
|
|
|
|
|
[ADDED (since 0.039)]
|
|
|
|
|
|
|
|
- Added 'keep_alive' attribute for single-server persistent connections
|
|
|
|
(Clinton Gormley)
|
|
|
|
|
|
|
|
- Added support for Basic authorization with proxies
|
|
|
|
|
|
|
|
- Added support for https proxies via CONNECT
|
|
|
|
|
|
|
|
[FIXED (since 0.039)]
|
|
|
|
|
|
|
|
- Requests are made with one less write for lower latency (Martin
|
|
|
|
Evans)
|
|
|
|
|
|
|
|
0.040 2014-02-17 13:02:47-05:00 America/New_York
|
|
|
|
|
|
|
|
[INCOMPATIBLE CHANGES]
|
|
|
|
|
|
|
|
- The 'proxy' attribute no longer takes precedence over the
|
|
|
|
'http_proxy' environment variable. With the addition of http_proxy
|
|
|
|
and https_proxy attributes (and corresponding environment variable
|
|
|
|
defaults), the legacy 'proxy' attribute now maps to the
|
|
|
|
all_proxy/ALL_PROXY environment variable and only takes effect when
|
|
|
|
other proxy attributes are not defined.
|
|
|
|
|
|
|
|
[ADDED]
|
|
|
|
|
|
|
|
- Added support for Basic authorization with proxies
|
|
|
|
|
|
|
|
- Added support for https proxies via CONNECT
|
|
|
|
|
2013-11-29 11:20:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 29 11:08:21 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.039
|
|
|
|
[FIXED]
|
|
|
|
- Temporary file creating during mirror() is now opened with O_EXCL
|
|
|
|
for added security
|
|
|
|
|
2013-11-25 12:15:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 25 07:39:43 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.038
|
|
|
|
[FIXED]
|
|
|
|
- Fixed a bug where authentication parameters in the URL would override
|
|
|
|
an existing Authorization header
|
|
|
|
- Basic authentication in the URL is now unescaped before being encoded
|
|
|
|
into the authentication header
|
|
|
|
|
|
|
|
[DOCUMENTED]
|
|
|
|
- Added HTTP::Tiny::UA to SEE ALSO and suggested it as the appropriate
|
|
|
|
place for new features
|
|
|
|
|
2013-10-05 05:54:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Oct 5 05:50:43 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- rewrite spec file to avoid man page conflict
|
|
|
|
|
2013-09-26 19:33:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 26 18:09:51 UTC 2013 - darin@darins.net
|
|
|
|
|
|
|
|
- update to 0.036
|
|
|
|
* Compile test could hang on Windows
|
|
|
|
* Dropped configure_requires for ExtUtils::MakeMaker to 6.17
|
|
|
|
* Updated support files
|
|
|
|
|
|
|
|
See a complete changelog:
|
|
|
|
http://cpansearch.perl.org/src/DAGOLDEN/HTTP-Tiny-0.036/Changes
|
|
|
|
|
2011-04-01 16:19:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 1 16:16:22 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 0.012:
|
|
|
|
* mirror() now uses binmode during output (RT #67118)
|
|
|
|
* noted that SSL certificates are not verified against CA's (RT #66907)
|
|
|
|
|
2011-03-17 19:59:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 17 19:59:36 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- initial version (0.010)
|
|
|
|
|