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 d6cab9f commit 4a02cbb
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 2 deletions.
179 changes: 179 additions & 0 deletions doc/Horde/Memcache/CHANGES
@@ -0,0 +1,179 @@
----------
v2.1.2-git
----------


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

[jan] Fix setting compression threshold when using the memcache extension (Bug
#14421).


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

[jan] Fix locking.
[jan] Add support for memcached extension and PHP 7.


------
v2.0.7
------

[mms] Fix race condition where memcache lock could be removed before the
underlying locked data could be updated.


------
v2.0.6
------

[mms] Ramp up to the maximum unlock wait interval (Request #13231).


------
v2.0.5
------

[jan] Fixed connection to Memcache servers.


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

[mms] Immediately throw exception when no servers can be connected to.
[mms] No need to serialize logging object twice.


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

[mms] Fix handling of large items (João Machado <geral@jpaulo.eu>).


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

[jan] Improve dependency detection.


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

[mms] Increase lock timeout to 30 seconds.
[mms] Fix typo preventing unlock at exit from working correctly.


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

[mms] Automatically expire locks when the PHP process exits.


------
v1.0.5
------

[mms] Bump lock retry from 0.005s -> 0.1s.


------
v1.0.4
------

[mms] Silence undefined errors when a search key is not found on the server.


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

[mms] pecl/Memcache version 3.0.3 upwards started to reserve the first 16 bits
for internal flag use (Ticket #10123; goncalo.queiros@portugalmail.net).


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

[mms] Use memcache flags to keep track of large objects
(goncalo.queiros@portugalmail.net, Request #10123).


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

[jan] Fix dependency.


------
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.
Remove Horde_Core dependency.
12 changes: 10 additions & 2 deletions package.xml
Expand Up @@ -10,7 +10,7 @@
<email>slusarz@horde.org</email>
<active>yes</active>
</lead>
<date>2017-10-17</date>
<date>2017-10-27</date>
<version>
<release>2.1.2</release>
<api>1.1.0</api>
Expand All @@ -24,6 +24,13 @@
</notes>
<contents>
<dir baseinstalldir="/" name="/">
<dir name="doc">
<dir name="Horde">
<dir name="Memcache">
<file name="CHANGES" role="doc" />
</dir> <!-- /doc/Horde/Memcache -->
</dir> <!-- /doc/Horde -->
</dir> <!-- /doc -->
<dir name="lib">
<dir name="Horde">
<dir name="Memcache">
Expand Down Expand Up @@ -72,6 +79,7 @@
</dependencies>
<phprelease>
<filelist>
<install as="CHANGES" name="doc/Horde/Memcache/CHANGES" />
<install as="Horde/Memcache.php" name="lib/Horde/Memcache.php" />
<install as="Horde/Memcache/Exception.php" name="lib/Horde/Memcache/Exception.php" />
<install as="LICENSE" name="LICENSE" />
Expand Down Expand Up @@ -411,7 +419,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-10-17</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 4a02cbb

Please sign in to comment.