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