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 b3ad26f commit 23c39f4
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 2 deletions.
122 changes: 122 additions & 0 deletions doc/Horde/HashTable/CHANGES
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
----------
v1.2.7-git
----------


------
v1.2.6
------

[jan] Run Memcache tests on PHP 7 too.
[jan] Fix Redis tests.


------
v1.2.5
------


------
v1.2.4
------

[jan] Mark PHP 7 as supported.


------
v1.2.3
------

[jan] Fix setting key prefixes.


------
v1.2.2
------

[jan] Add unit tests for Memcache and Redis backends.


------
v1.2.1
------

[jan] Improve PSR-2 compatibility.


------
v1.2.0
------

[mms] Add Horde_Vfs driver.


------
v1.1.3
------

[mms] In the Predis driver, ramp up to the maximum unlock wait interval
(Request #13231).


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

[mms] Implement logging.
[mms] Fix inconsistent usage of 'expire' and 'timeout' options (standardize on
'expire', which is more semantically correct).


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

[mms] Fix getting data from Redis clusters.


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

[mms] Add read-only property indicating whether driver supports locking.


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

[mms] Workaround broken redis installations that don't support the keys()
command (Bug #12416).


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

Final release.


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

[mms] Add initial unit tests.
[mms] Add null driver.
[mms] Add memory driver.
[mms] Actually have HashTable return results for get() and exists().
[mms] Add stats() method to the Memcache driver (Bug #12263).


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

[jan] Fix fatal errors.


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

First beta release
12 changes: 10 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
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.2.7</release>
<api>1.2.0</api>
Expand All @@ -24,6 +24,13 @@
</notes>
<contents>
<dir baseinstalldir="/" name="/">
<dir name="doc">
<dir name="Horde">
<dir name="HashTable">
<file name="CHANGES" role="doc" />
</dir> <!-- /doc/Horde/HashTable -->
</dir> <!-- /doc/Horde -->
</dir> <!-- /doc -->
<dir name="lib">
<dir name="Horde">
<dir name="HashTable">
Expand Down Expand Up @@ -105,6 +112,7 @@
</dependencies>
<phprelease>
<filelist>
<install as="CHANGES" name="doc/Horde/HashTable/CHANGES" />
<install as="Horde/HashTable/Base.php" name="lib/Horde/HashTable/Base.php" />
<install as="Horde/HashTable/Exception.php" name="lib/Horde/HashTable/Exception.php" />
<install as="Horde/HashTable/Lock.php" name="lib/Horde/HashTable/Lock.php" />
Expand Down Expand Up @@ -344,7 +352,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 23c39f4

Please sign in to comment.