----------
v2.1.8-git
----------


------
v2.1.7
------

[jan] Support HTTP PECL extension version 3.x.


------
v2.1.6
------

[jan] Fix disabling SSL certificate hostname check (Thomas Jarosch
      <thomas.jarosch@intra2net.com>, Bug #12929).
[jan] Mark PHP 7 as supported.


------
v2.1.5
------

[jan] Allow to pass Horde_Url objects as URI (Bug #13897).


------
v2.1.4
------

[jan] Make Horde_Http_Base_Response::headers array keys lowercase again (Bug
      #13843).
[jan] Fix return code from multi-request actions in Peclhttp2 driver.


------
v2.1.3
------

[jan] Add unit tests for PECL HTTP 1.x/2.x drivers.


------
v2.1.2
------

[mms] Horde_Http_Base_Response#getHeader() is now case-insensitive for the
      header input (Bug #13736).


------
v2.1.1
------

[jan] Fix HTTP authentication with PECL HTTP drivers.
[jan] Always cast reponse body to string with pecl_http 2.0 (Michael Cramer
      <michael@bigmichi1.de>).


------
v2.1.0
------

[jan] Add support for PECL http 2.0 extension (Michael Cramer
      <michael@bigmichi1.de>).


------
v2.0.5
------

[mms] Fopen driver needs to handle URIs without a protocol scheme - default to
      http (Bug #12991).


------
v2.0.4
------

[jan] Provide more useful messages when throwing exceptions.


------
v2.0.3
------

[jan] Add configuration option to set User-Agent.


------
v2.0.2
------

[jan] Allow self-signed certificates when using the fopen driver.


------
v2.0.1
------

[mms] Use new Horde_Test layout.


------
v2.0.0
------

First stable release for Horde 5.


-----------
v2.0.0beta2
-----------

[jan] Add verifyPeer request option to disable verification of certification
      peers during SSL request.
[jan] Fix error handling in Fopen driver if a custom error handler is
      installed.


-----------
v2.0.0beta1
-----------

First beta release for Horde 5.


------------
v2.0.0alpha1
------------

First alpha release for Horde 5.


------
v1.1.1
------

[cjh] Fix infinite loop on unknown parameters being set.
[cjh] Return real data for HTTP 4xx and 5xx responses when using fopen().
[cjh] Fix setting PUT data in the Peclhttp Horde_Http_Request class.


------
v1.1.0
------

[gwr] Support multiple mock responses with the mock request.
[gwr] Fixed setting response headers for the mock response.


------
v1.0.4
------

[gwr] Added SOCKS proxy support where available.


------
v1.0.3
------

[gwr] Allow setting request parameters on the existing client instance.


------
v1.0.2
------

[jan] Fix regression with HTTP authentication.


------
v1.0.1
------

[cjh] Consistently implement configurable following of redirects (Bug #9898).


------
v1.0.0
------

First stable release for Horde 4.


---------
v1.0.0RC2
---------

Second release candidate for Horde 4.


---------
v1.0.0RC1
---------

First release candidate for Horde 4.


-----------
v1.0.0beta1
-----------

First beta release for Horde 4.


------------
v1.0.0alpha1
------------

First alpha release for Horde 4.
Refactor to support multiple request transports, including Curl and the PECL
      http extension.
