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 dfdc000 commit 430e797
Show file tree
Hide file tree
Showing 2 changed files with 269 additions and 2 deletions.
265 changes: 265 additions & 0 deletions doc/Horde/Cache/CHANGES
@@ -0,0 +1,265 @@
----------
v2.5.6-git
----------


------
v2.5.5
------

[jan] Fix MongoDB backend with mongodb extension.


------
v2.5.4
------

[jan] Run Memcache and Mongo tests on PHP 7 too.


------
v2.5.3
------

[jan] Fix incomplete migration from old to new garbage collection in file
backend (Bug #14258).
[jan] Mark PHP 7 as supported.


------
v2.5.2
------

[jan] Improve performance and memory consumption of garbage collection in File
driver.
[jan] Fix garbage collection in File driver.
[jan] Fix caching issues within the same request in the Memcache driver.
[jan] Fix the Mongo driver's expire() if not using a logger.
[jan] Add unit tests.


------
v2.5.1
------

[jan] Improve Oracle compatibility.


------
v2.5.0
------

[mms] Add Memory driver.
[mms] Deprecate Memoryoverlay and Mock drivers.


------
v2.4.2
------

[mms] Hashtable driver now respects lifetime parameter in the get() and
exists() methods (Bug #13085).


------
v2.4.1
------

[mms] Cache prefix should be handled by Hashtable driver, not underlying
backend object.


------
v2.4.0
------

[mms] Fix lifetime usage in the file driver.
[mms] Add 'no_gc' parameter to the Horde_Cache_Storage_File driver.


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

[mms] Fix key expiration for APC, Eaccelerator, and Xcache (Bug #12735).
[mms] Add Horde_Cache_Storage_Memoryoverlay driver.


------
v2.2.1
------

[mms] Fix explicit key expiration (João Machado <geral@jpaulo.eu>).


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

[mms] Fix return from get() when using the Hashtable driver.
[mms] Fix hashtable driver name.
[mms] Horde_Memcache cache driver is now deprecated in favor of the
Horde_HashTable driver.
[mms] Add Horde_HashTable cache driver.


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

[mms] Add MongoDB cache driver.


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

[mms] Make Horde_Compress_Fast a required package (Bug #12166).
[mms] Fix serialization of all storage drivers.


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

[mms] Fix regression preventing compression of Horde_Cache data (Bug #12088).


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

[mms] Abstract data compression out into Horde_Compress_Fast package.


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

[jan] Re-packaged 2.0.0 release.


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

First stable release for Horde 5.


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

[mms] Correctly invalidate cache when write error occurs while using the stack
driver.


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

First beta release for Horde 5.
[mms] Add Horde_Cache#testReadWrite().


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

First alpha release for Horde 5.


------
v1.0.6
------

[mms] Correctly invalidate cache when write error occurs while using the stack
driver.


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

[rla] Add license file.


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

[mms] Fix memcache duplicate keys (Bug #10072;
goncalo.queiros@portugalmail.net).


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

[jan] Fix dependency.


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

[jan] Fix expiring entries in sub-storages of Stack driver (Bug #9949).


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

[jan] Relax required lzf extension version.


------
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 SQL backend.
Converted to package.xml 2.0 for pear.horde.org.
Add APC, eAccelerator, and XCache backends (duck@obala.net).
Abstracted storage-specific code into 'Storage' drivers.
Add option to transparently compress cache data using lzf.
Added Horde_Cache_Session::.
Horde_Cache::set() no longer returns a boolean result.
Added Horde_Cache_Exception::.
Removed dependency on Horde Core.
Added Horde_Cache#clear()


------
v0.0.1
------

Initial packaging.
6 changes: 4 additions & 2 deletions package.xml
Expand Up @@ -16,7 +16,7 @@
<email>slusarz@horde.org</email>
<active>yes</active>
</lead>
<date>2017-03-20</date>
<date>2017-10-30</date>
<version>
<release>2.5.6</release>
<api>2.5.0</api>
Expand All @@ -34,6 +34,7 @@
<dir name="doc">
<dir name="Horde">
<dir name="Cache">
<file name="CHANGES" role="doc" />
<file name="COPYING" role="doc" />
</dir> <!-- /doc/Horde/Cache -->
</dir> <!-- /doc/Horde -->
Expand Down Expand Up @@ -196,6 +197,7 @@
</dependencies>
<phprelease>
<filelist>
<install as="CHANGES" name="doc/Horde/Cache/CHANGES" />
<install as="COPYING" name="doc/Horde/Cache/COPYING" />
<install as="Horde/Cache.php" name="lib/Horde/Cache.php" />
<install as="Horde/Cache/Exception.php" name="lib/Horde/Cache/Exception.php" />
Expand Down Expand Up @@ -711,7 +713,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/lgpl21">LGPL-2.1</license>
<notes>
*
Expand Down

0 comments on commit 430e797

Please sign in to comment.