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

[jan] Add Horde_Share_Object#toHash().


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

[jan] Fix removing custom permssions when removing a user or group from a share
      (Bug #14578).


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

[jan] Use more efficient database access in SQL backends.


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

[mjr] Fix handling of text/clob fields (Bug #14357).


-------
v2.0.10
-------

[jan] Update Greek translation (Limperis Antonis <limperis@cti.gr>).


------
v2.0.9
------

[jan] Protect against certain share tables corruption (Bug #14259).


------
v2.0.8
------

[jan] Mark PHP 7 as supported.


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

[jan] Fix returning user and group permissions for system shares using the
      SQLNG driver.


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

[jan] Support loading translations from Composer-installed package.
[jan] Improve PSR-2 compatibility.


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

[jan] Make SQL backend compatible with Oracle.


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

[mjr] Fix setting permissions while saving shares when using the sqlng driver
      (Bug #12413).


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

[jan] Fix testing for owner and user permissions in Kolab shares.


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

[jan] Update Basque translation (Ibon Igartua <ibon.igartua@ehu.es>).


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

[jan] Update Dutch translation (Arjen de Korte <build+horde@de-korte.org>).


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

First stable release for Horde 5.


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

[jan] Fix sorting of Kolab shares (Bug #11509).


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

[gwr] Propagate setting the default attribute to the Kolab backend.


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

[gwr] Adapt to API changes in Kolab_Storage.


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

[jan] Remove optional dependency on Horde_DataTree.


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

First beta release for Horde 5.
[jan] Remove DataTree driver.


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

First alpha release for Horde 5.


------
v1.3.0
------

[jan] Add renameShare().
[mjr] Properly cache empty listShares results (Bug #11045).


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

[jan] Skip Kolab test if Horde_Kolab_Storage is not installed.


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

[gwr] Fix usage of Horde_Exception_Wrapped.


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

[gwr] Fixed support for share parents in the Kolab driver.
[gwr] Fixed support for multiple namespaces of the same type in the Kolab
      driver.


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

[jan] Update Latvian translation.


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

[mjr] Fix returning shares in the proper order when fetching multiple shares
      by id.


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

[mjr] Fix usage of countOwners() and listOwners() in the Sqlng driver.
[mjr] Add ability to immediately save a single attribute change.
[jan] Updated Spanish translation.


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

[jan] SECURITY: Fix permission checks of guest users on system shares.


------
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.
[gwr] Fix checking creators permission for Kolab shares.
[gwr] URL encode share ids in the Kolab driver.


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

First beta release for Horde 4.


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

First alpha release for Horde 4.


------
v0.0.3
------

Converted to package.xml 2.0 for pear.horde.org.
Split into a driver pattern.
Simplified the API greatly, removing unused functions.
Add a method for counting the number of shares at a certain access level.
Add native SQL driver (duck@obala.net, Request #6109).
Implemented extended free/busy access concept in the Kolab driver.


------
v0.0.2
------

Added countShares().
listShares() and countShares() now treat the $owner argument as an optional
      username restricting the returned shares, not a modifier to the initial
      $userid. Now $userid is the user who must have permission to see the
      shares that are returned or counted, and $owner, if non-null, limits the
      shares returned to those owned by $owner.


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

Initial release as a PEAR package
