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 b824297 commit cfe38ab
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 2 deletions.
60 changes: 60 additions & 0 deletions doc/Horde/Pack/CHANGES
@@ -0,0 +1,60 @@
----------
v1.0.8-git
----------


------
v1.0.7
------

[jan] Avoid notice if packing an invalid UTF-8 string (Bug #14522).


------
v1.0.6
------

[jan] Mark PHP 7 as supported.


------
v1.0.5
------

[mms] Catch unknown errors when unpacking data.


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

[mms] Re-enable igbinary driver (requires igbinary >= 1.2.0).


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

[mms] Attempt to workaround broken JSON-C decoder regarding null characters.


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

[mms] Don't use JSON driver to pack if input contains non-UTF8 data (Bug
#13275).


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

[mms] Due to issues with igbinary 1.1.1, disable the igbinary driver.


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

[mms] Initial release.
12 changes: 10 additions & 2 deletions package.xml
Expand Up @@ -10,7 +10,7 @@
<email>slusarz@horde.org</email>
<active>yes</active>
</lead>
<date>2017-10-20</date>
<date>2017-10-27</date>
<version>
<release>1.0.8</release>
<api>1.0.0</api>
Expand All @@ -24,6 +24,13 @@
</notes>
<contents>
<dir baseinstalldir="/" name="/">
<dir name="doc">
<dir name="Horde">
<dir name="Pack">
<file name="CHANGES" role="doc" />
</dir> <!-- /doc/Horde/Pack -->
</dir> <!-- /doc/Horde -->
</dir> <!-- /doc -->
<dir name="lib">
<dir name="Horde">
<dir name="Pack">
Expand Down Expand Up @@ -113,6 +120,7 @@
</dependencies>
<phprelease>
<filelist>
<install as="CHANGES" name="doc/Horde/Pack/CHANGES" />
<install as="Horde/Pack.php" name="lib/Horde/Pack.php" />
<install as="Horde/Pack/Autodetermine.php" name="lib/Horde/Pack/Autodetermine.php" />
<install as="Horde/Pack/Driver.php" name="lib/Horde/Pack/Driver.php" />
Expand Down Expand Up @@ -249,7 +257,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/lgpl21">LGPL-2.1</license>
<notes>
</notes>
Expand Down

0 comments on commit cfe38ab

Please sign in to comment.