diff --git a/composer.json b/composer.json index ad663530e..53863ef3a 100644 --- a/composer.json +++ b/composer.json @@ -56,4 +56,4 @@ "Horde_Imap_Client": "lib/" } } -} +} \ No newline at end of file diff --git a/doc/Horde/Imap/Client/changelog.yml b/doc/Horde/Imap/Client/changelog.yml index 2c45b3800..62fb1fe90 100644 --- a/doc/Horde/Imap/Client/changelog.yml +++ b/doc/Horde/Imap/Client/changelog.yml @@ -4,11 +4,11 @@ state: release: stable api: stable - date: 2019-03-02 + date: 2019-09-14 license: identifier: LGPL-2.1 uri: http://www.horde.org/licenses/lgpl21 - notes: |+ + notes: | [mjr] Fix LIST-STATUS parsing when using wildcards (Bug #14937, mariusz.goch@spacja.com). 2.29.17: api: 2.29.0 diff --git a/package.xml b/package.xml index d8820fea9..3fc97d608 100644 --- a/package.xml +++ b/package.xml @@ -3,15 +3,14 @@ Horde_Imap_Client pear.horde.org IMAP client library - Interface to access IMAP4rev1 (RFC 3501) mail servers. Also supports connections to POP3 (STD 53/RFC 1939). - + A library to access IMAP4rev1 (RFC 3501) mail servers. Also supports connections to POP3 (STD 53/RFC 1939). Michael Slusarz slusarz slusarz@horde.org no - 2019-03-02 + 2019-09-14 2.29.18 2.29.0 @@ -3473,7 +3472,7 @@ stable stable - 2019-03-02 + 2019-09-14 LGPL-2.1 * [mjr] Fix LIST-STATUS parsing when using wildcards (Bug #14937, mariusz.goch@spacja.com).