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


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

[jan] Mark PHP 7 as supported.


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

[jan] Fix Composer file.


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

[mms] Handle a cache miss by trying to load the class in its new location.


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

[mms] Abstract caching logic into Horde_Autoloader_Cache_Bootstrap class.


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

[mms] Use more efficient hashing algorithm, if available.
[mms] Saving cache data should be handled in a shutdown function, not a
      destructor.
[mms] Add Horde-specific prefix to filesystem cache name to allow for easy
      identification.


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

[mms] Support msgpack for serializing the map lookup.


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

[mms] Improved error handling/logging when system temporary directory is not
      accessible.


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

[mms] Don't cache missing class paths.
[mms] Purging the autoloader cache no longer requires knowledge of the various
      SERVER_NAME settings used on a given system.


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

[mms] Additional sanity checking when trying to load from cache.
[mms] Add support for horde_lz4 for compressing cache data.
[mms] Better error-checking when uncompressing cache data.


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

[jan] Improve dependency detection.


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

[mms] Compress cached data with LZF, if the PECL module is available.


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

[jan] Fix horde-autoloader-cache-prune script.


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

First stable release.


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

[jan] Include server name and file path in cache key to allow multiple Horde
      installations.


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

[mms] Fix logic error that prevented non-existent class names from being
      cached.
[mms] Only save cached list if it has changed during this access.


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

First release candidate.
