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 da0c93e commit cbd9d41
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 2 deletions.
112 changes: 112 additions & 0 deletions doc/Horde/Notification/CHANGES
@@ -0,0 +1,112 @@
----------
v2.0.5-git
----------


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

[jan] Mark PHP 7 as supported.


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

[jan] Do not silent the potentially fatal require_once.


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

[jan] Add Composer definition.


------
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.1
------

[jan] Fix tests to work with PHPUnit 3.6.


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

First stable release for Horde 4.
[mms] Fixed decorator notify() behavior.


---------
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.
Removed javascript listener.
Added unit tests.
Added Horde_Notification::replace().


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

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


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

Initial release as a PEAR package
12 changes: 10 additions & 2 deletions package.xml
Expand Up @@ -10,7 +10,7 @@
<email>jan@horde.org</email>
<active>yes</active>
</lead>
<date>2017-10-20</date>
<date>2017-10-27</date>
<version>
<release>2.0.5</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="Notification">
<file name="CHANGES" role="doc" />
</dir> <!-- /doc/Horde/Notification -->
</dir> <!-- /doc/Horde -->
</dir> <!-- /doc -->
<dir name="lib">
<dir name="Horde">
<dir name="Notification">
Expand Down Expand Up @@ -142,6 +149,7 @@
</dependencies>
<phprelease>
<filelist>
<install as="CHANGES" name="doc/Horde/Notification/CHANGES" />
<install as="Horde/Notification.php" name="lib/Horde/Notification.php" />
<install as="Horde/Notification/Event.php" name="lib/Horde/Notification/Event.php" />
<install as="Horde/Notification/Event/Status.php" name="lib/Horde/Notification/Event/Status.php" />
Expand Down Expand Up @@ -394,7 +402,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 cbd9d41

Please sign in to comment.