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 2b2db62 commit 155683e
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 2 deletions.
135 changes: 135 additions & 0 deletions doc/Horde/Log/CHANGES
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
----------
v2.3.1-git
----------


------
v2.3.0
------

[mjr] Use protected member variables to facilitate extending the
Horde_Log_Logger class.


------
v2.2.0
------

[jan] Add a few common aliases for the log level constants.
[jan] Allow to have mltiple log level names with the same value.


------
v2.1.3
------

[jan] Mark PHP 7 as supported.


------
v2.1.2
------

[jan] Fix issues with certain locales like Turkish.


------
v2.1.1
------

[jan] Add Composer definition.


------
v2.1.0
------

[jan] Add a CLI formatter and handler.


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

[gwr] Fix installation paths (Bug #10588)


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

[jan] Add 'ident' option to all handlers (Gonçalo Queirós
<goncalo.queiros@portugalmail.net>, Request #9322).


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

[cjh] New log filter for exact level matching (Bryan Alves
<bryanalves@gmail.com>)


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

First stable release for Horde 4.


---------
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.
Added Horde_Log_Filter_Constraint, for flexible filtering per-field by the
Horde_Constraint package.
6 changes: 4 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<email>mike@maintainable.com</email>
<active>yes</active>
</lead>
<date>2017-03-20</date>
<date>2017-10-30</date>
<version>
<release>2.3.1</release>
<api>1.3.0</api>
Expand All @@ -35,6 +35,7 @@
<dir name="doc">
<dir name="Horde">
<dir name="Log">
<file name="CHANGES" role="doc" />
<file name="COPYING" role="doc" />
</dir> <!-- /doc/Horde/Log -->
</dir> <!-- /doc/Horde -->
Expand Down Expand Up @@ -162,6 +163,7 @@
</dependencies>
<phprelease>
<filelist>
<install as="CHANGES" name="doc/Horde/Log/CHANGES" />
<install as="COPYING" name="doc/Horde/Log/COPYING" />
<install as="Horde/Log.php" name="lib/Horde/Log.php" />
<install as="Horde/Log/Exception.php" name="lib/Horde/Log/Exception.php" />
Expand Down Expand Up @@ -455,7 +457,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-03-20</date>
<date>2017-10-30</date>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
*
Expand Down

0 comments on commit 155683e

Please sign in to comment.