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 1f9e3eb commit dd0aa01
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 2 deletions.
46 changes: 46 additions & 0 deletions doc/Horde/Compress/Fast/CHANGES
@@ -0,0 +1,46 @@
----------
v1.1.2-git
----------


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

[jan] Mark PHP 7 as supported.


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

[mms] Add zlib driver and allow it to be considered a 'fast' compression driver
(disabled by default).


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

[mms] Relax overly strict string type checking when compressing/decompressing.


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

[mms] Silence decompression warnings.


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

[mms] Add horde_lz4 compression driver.


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

[mms] Initial release of package.
6 changes: 4 additions & 2 deletions package.xml
Expand Up @@ -10,7 +10,7 @@
<email>slusarz@horde.org</email>
<active>yes</active>
</lead>
<date>2016-02-01</date>
<date>2017-10-30</date>
<version>
<release>1.1.2</release>
<api>1.1.0</api>
Expand All @@ -29,6 +29,7 @@
<dir name="Horde">
<dir name="Compress">
<dir name="Fast">
<file name="CHANGES" role="doc" />
<file name="COPYING" role="doc" />
</dir> <!-- /doc/Horde/Compress/Fast -->
</dir> <!-- /doc/Horde/Compress -->
Expand Down Expand Up @@ -114,6 +115,7 @@
</dependencies>
<phprelease>
<filelist>
<install as="CHANGES" name="doc/Horde/Compress/Fast/CHANGES" />
<install as="COPYING" name="doc/Horde/Compress/Fast/COPYING" />
<install as="Horde/Compress/Fast.php" name="lib/Horde/Compress/Fast.php" />
<install as="Horde/Compress/Fast/Base.php" name="lib/Horde/Compress/Fast/Base.php" />
Expand Down Expand Up @@ -221,7 +223,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2016-02-01</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 dd0aa01

Please sign in to comment.