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 494d8e6 commit 5ab4df7
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 2 deletions.
54 changes: 54 additions & 0 deletions doc/Horde/Crypt/Blowfish/CHANGES
@@ -0,0 +1,54 @@
----------
v1.1.3-git
----------


------
v1.1.2
------

[jan] Support PHP 7.1 with deprecated mcrypt extension.


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

[jan] Mark PHP 7 as supported.


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

[mms] Add Horde_Crypt_Blowfish_Pbkdf2.


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

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


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

[mms] Fix Openssl driver for PHP 5.3.0-5.3.2 (Bug #11797).


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

[mms] Mask harmless warning messages when using openssl_encrypt() on
out-of-date PHP versions.


------
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>2017-10-20</date>
<date>2017-10-27</date>
<version>
<release>1.1.3</release>
<api>1.1.0</api>
Expand All @@ -28,6 +28,7 @@
<dir name="Horde">
<dir name="Crypt">
<dir name="Blowfish">
<file name="CHANGES" role="doc" />
<file name="ORIGINAL_LICENSE" role="doc" />
</dir> <!-- /doc/Horde/Crypt/Blowfish -->
</dir> <!-- /doc/Horde/Crypt -->
Expand Down Expand Up @@ -116,6 +117,7 @@
</dependencies>
<phprelease>
<filelist>
<install as="CHANGES" name="doc/Horde/Crypt/Blowfish/CHANGES" />
<install as="ORIGINAL_LICENSE" name="doc/Horde/Crypt/Blowfish/ORIGINAL_LICENSE" />
<install as="Horde/Crypt/Blowfish.php" name="lib/Horde/Crypt/Blowfish.php" />
<install as="Horde/Crypt/Blowfish/Base.php" name="lib/Horde/Crypt/Blowfish/Base.php" />
Expand Down Expand Up @@ -239,7 +241,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 5ab4df7

Please sign in to comment.