Skip to content

Commit

Permalink
Create CHANGES for all components.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 27, 2017
1 parent 3977893 commit ee1418b
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 2 deletions.
216 changes: 216 additions & 0 deletions doc/Horde/Http/CHANGES
@@ -0,0 +1,216 @@
----------
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.
6 changes: 4 additions & 2 deletions package.xml
Expand Up @@ -17,7 +17,7 @@
<email>jan@horde.org</email>
<active>yes</active>
</lead>
<date>2017-10-20</date>
<date>2017-10-27</date>
<version>
<release>2.1.8</release>
<api>1.3.0</api>
Expand All @@ -37,6 +37,7 @@
<dir name="examples">
<file name="get-example-dot-com.php" role="doc" />
</dir> <!-- /doc/Horde/Http/examples -->
<file name="CHANGES" role="doc" />
</dir> <!-- /doc/Horde/Http -->
</dir> <!-- /doc/Horde -->
</dir> <!-- /doc -->
Expand Down Expand Up @@ -134,6 +135,7 @@
</dependencies>
<phprelease>
<filelist>
<install as="CHANGES" name="doc/Horde/Http/CHANGES" />
<install as="examples/get-example-dot-com.php" name="doc/Horde/Http/examples/get-example-dot-com.php" />
<install as="Horde/Http.php" name="lib/Horde/Http.php" />
<install as="Horde/Http/Client.php" name="lib/Horde/Http/Client.php" />
Expand Down Expand Up @@ -555,7 +557,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-10-20</date>
<date>2017-10-27</date>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
</notes>
Expand Down

0 comments on commit ee1418b

Please sign in to comment.