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 989767a commit 8fb8fd8
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 2 deletions.
122 changes: 122 additions & 0 deletions doc/Horde/Lock/CHANGES
@@ -0,0 +1,122 @@
----------
v2.1.5-git
----------


------
v2.1.4
------

[jan] Use more efficient database access in SQL backend.


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

[jan] Avoid notice with Horde_Mongo on PHP 7.


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

[jan] Mark PHP 7 as supported.


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

[jan] Fix and improve tests.


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

[mms] Add MongoDB driver.


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

[jan] Fix retrieving lock list if permanent locks exist
(piper@hrz.uni-marburg.de, Bug #12077).
[jan] Deny exclusive lock if shared locks exist.
[jan] Don't make lock non-permanent when resetting a permanent lock.
[jan] Fix retrieving information for permanent locks.
[jan] Add unit tests.


------
v2.0.1
------

[jan] Re-packaged 2.0.0 release.


------
v2.0.0
------

First stable release for Horde 5.


-----------
v2.0.0beta1
-----------

First beta release for Horde 5.
[rla] Add handling of permanent locks.


------------
v2.0.0alpha1
------------

First alpha release for Horde 5.


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

[jan] Expand width of lock_owner column (Bug #10608).


------
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.
Add Null driver.
6 changes: 4 additions & 2 deletions package.xml
Expand Up @@ -10,7 +10,7 @@
<email>ben@alkaloid.net</email>
<active>yes</active>
</lead>
<date>2016-09-01</date>
<date>2017-10-30</date>
<version>
<release>2.1.5</release>
<api>1.1.0</api>
Expand All @@ -28,6 +28,7 @@
<dir name="doc">
<dir name="Horde">
<dir name="Lock">
<file name="CHANGES" role="doc" />
<file name="COPYING" role="doc" />
</dir> <!-- /doc/Horde/Lock -->
</dir> <!-- /doc/Horde -->
Expand Down Expand Up @@ -120,6 +121,7 @@
</dependencies>
<phprelease>
<filelist>
<install as="CHANGES" name="doc/Horde/Lock/CHANGES" />
<install as="COPYING" name="doc/Horde/Lock/COPYING" />
<install as="Horde/Lock.php" name="lib/Horde/Lock.php" />
<install as="Horde/Lock/Exception.php" name="lib/Horde/Lock/Exception.php" />
Expand Down Expand Up @@ -370,7 +372,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2016-09-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 8fb8fd8

Please sign in to comment.