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 30, 2017
1 parent d1d18f2 commit dca058c
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 2 deletions.
127 changes: 127 additions & 0 deletions doc/Horde/Serialize/CHANGES
@@ -0,0 +1,127 @@
----------
v2.0.6-git
----------


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

[jan] Mark PHP 7 as supported.


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

[jan] Fix Composer file.


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

[jan] Improve PSR-2 compatibility.
[jan] Add Composer definition.


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

[jan] Improve dependency detection.


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

[mms] Use new Horde_Test layout.


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

First stable release for Horde 5.


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

First beta release for Horde 5.


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

First alpha release for Horde 5.


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

[jan] Fix unit tests.


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

[jan] Fix dependency.


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

First stable release for Horde 4.


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

Second release candidate for Horde 4.
[jan] Drop SQLXML serialization method (Request #9705).


---------
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.
Throw exceptions rather than returning PEAR_Errors.
Add support for limited error handling for json encoding errors (requires PHP
5.3+).


------
v0.0.2
------

Converted to package.xml 2.0 for pear.horde.org


------
v0.0.1
------

Initial packaging.
6 changes: 4 additions & 2 deletions package.xml
Expand Up @@ -22,7 +22,7 @@
<email>slusarz@horde.org</email>
<active>yes</active>
</developer>
<date>2016-02-02</date>
<date>2017-10-30</date>
<version>
<release>2.0.6</release>
<api>1.0.0</api>
Expand All @@ -43,6 +43,7 @@
<dir name="examples">
<file name="json.php" role="doc" />
</dir> <!-- /doc/Horde/Serialize/examples -->
<file name="CHANGES" role="doc" />
<file name="COPYING" role="doc" />
</dir> <!-- /doc/Horde/Serialize -->
</dir> <!-- /doc/Horde -->
Expand Down Expand Up @@ -139,6 +140,7 @@
</dependencies>
<phprelease>
<filelist>
<install as="CHANGES" name="doc/Horde/Serialize/CHANGES" />
<install as="COPYING" name="doc/Horde/Serialize/COPYING" />
<install as="Horde/Serialize/examples/json.php" name="doc/Horde/Serialize/examples/json.php" />
<install as="Horde/Serialize.php" name="lib/Horde/Serialize.php" />
Expand Down Expand Up @@ -398,7 +400,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2016-02-02</date>
<date>2017-10-30</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
Expand Down

0 comments on commit dca058c

Please sign in to comment.