Changelog for
php5-pear-HTTP_Request2-2.2.1-14.1.noarch.rpm :
* Wed May 14 2014 ajAATTajaissle.de- Put a copy of docs/LICENSE and docs/examples/ into %_docdir
* Tue May 13 2014 ajAATTajaissle.de- New upstream release 2.2.1- Changelog 2.2.1
* Fixed a bogus timeout Exception in Socket adapter after waiting for \"100 Continue\" response: the same one-second timeout was used for further socket operations if explicit \'timeout\' parameter was not set. Thanks to Andrea Brancatelli (abrancatelli at schema31 dot it) for the report.
* Bundled a separate LICENSE file (request #20175). Updated phrasing and links to mention 3-Clause BSD license the package actually uses.- Changelog 2.2.0 New features
* Socket adapter will send \"Expect: 100-continue\" header and wait for \"100 Continue\" response by default before sending large request body (request #19233). This can be disabled by setting an empty \"Expect\" header, the same way as done with Curl adapter (see bug #15937)
* It is possible to specify a local IP address to bind to using \'local_ip\' configuration parameter (request #19515) Other changes and fixes
* An infinite loop was possible when using a stream wrapper instead of a regular file with MultipartBody (bug #19934)
* Socket adapter will properly send chunked request body if \"Transfer-Encoding: chunked\" header is set for the request (bug #20125)
* Updated Public Suffix List to the latest version and updated its download script
* Unit tests fixes
* Mon Jun 17 2013 ajAATTajaissle.de- Fix CookieJar.php checksum in package.xml (bnc#825249)
* Fri Feb 01 2013 ajAATTajaissle.de- New upstream version 2.1.1- Changelog 2.1.1
* Fixes for SOCKS5 proxies support in Socket adapter- Changelog 2.1.0
* New features:
* Mock adapter can return responses based on request URL (request #19276)
* Support for SOCKS5 proxies, added \'proxy_type\' configuration parameter (request #19332)
* Proxy configuration may be given as an URL, e.g. $request->setConfig(\'proxy\', \'socks5://localhost:1080\');
* Other changes and fixes:
* Coding standards fixes (request #14990)
* Unit tests now run from SVN checkout and under PHPUnit 3.6.x
* Explicit dependency on PEAR (until PEAR_Exception is a separate package)
* Get rid of track_errors, use a more robust solution (bug [#19337])
* Additional class_exists() check in setAdapter() (request [#19344])
* Public suffix list updated to current version- Changelog 2.0.0
* Added an accessor method for HTTP_Request2_Response::$phrases (request #18716)
* HTTP_Request2::send() throws an exception if URL is not provided rather than dies with a fatal error (bug #18755)
* Public Suffix List updated to current version- Moved http_request2.patch into the spec file (sed)
* Sat Sep 10 2011 gerrit.beineAATTgmx.de- initial version 1.7.12