diff --git a/composer.json b/composer.json index ddcf2fde..ea6587e5 100644 --- a/composer.json +++ b/composer.json @@ -26,8 +26,8 @@ "role": "developer" } ], - "version": "2.31.1", - "time": "2017-11-14", + "version": "2.31.14", + "time": "2020-06-08", "repositories": [ { "type": "pear", diff --git a/doc/Horde/Core/CHANGES b/doc/Horde/Core/CHANGES index 28f2e24d..28273f77 100644 --- a/doc/Horde/Core/CHANGES +++ b/doc/Horde/Core/CHANGES @@ -1,3 +1,105 @@ +-------- +v2.31.14 +-------- + +[jan] Avoid concurrent access to DNS cache from multiple hosts + (cheese@nosuchhost.net, PR#9). +[jan] Support Redis Sentinel configuration (Michael Menge + , Request #14998). +[jan] Use file hashing for detecting outdated configuration files. +[mjr] Fix regression in Autodiscover v1 (Bug #14992). + + +-------- +v2.31.13 +-------- + +[mjr] Improve PHP 7.3 compatibility. + + +-------- +v2.31.12 +-------- + +[mjr] Support for EAS Autodiscover v2. + + +-------- +v2.31.11 +-------- + +[mjr] Fix UTF-8 encoding of ActiveSync SmartReply requests (Bug #14957). + + +-------- +v2.31.10 +-------- + +[mjr] Fix minimum required ActiveSync version. + + +------- +v2.31.9 +------- + +[mjr] Improvements for handling TNEF attachments over ActiveSync. + + +------- +v2.31.8 +------- + +[mjr] Improve ActiveSync RESOLVERECIPIENT reqeuests. + + +------- +v2.31.7 +------- + +[mjr] Fix returning image binary data with EAS ResolveRecipient requests. +[mjr] Fix returning images with EAS search results. +[mjr] Fix handling of EAS ResolveRecipient requests without AVAILABILITY query. + + +------- +v2.31.6 +------- + +[mjr] SECURITY: Fix XSS vulnerability when rendering a colorpicker (Bug + #14857). + + +------- +v2.31.5 +------- + +[mjr] Work around buggy EAS clients that send badly formed HTML in SMARTREPLY + (Bug #14841). + + +------- +v2.31.4 +------- + +[mjr] Fix returning EAS GAL search results (Bug #14843). +[jan] Avoid fatal error if an ActiveSync message has empty categories. + + +------- +v2.31.3 +------- + +[mjr] Protect against empty imap adapters when no email support is enabled for + EAS (Bug #14820). + + +------- +v2.31.2 +------- + +[mjr] Fix reporting status of OOF messages to EAS clients (Bug #14779). + + ------- v2.31.1 ------- diff --git a/doc/Horde/Core/changelog.yml b/doc/Horde/Core/changelog.yml index 2caaf57e..a7c9cb40 100644 --- a/doc/Horde/Core/changelog.yml +++ b/doc/Horde/Core/changelog.yml @@ -4,7 +4,7 @@ state: release: stable api: stable - date: 2019-12-23 + date: 2020-06-08 license: identifier: LGPL-2.1 uri: http://www.horde.org/licenses/lgpl21 diff --git a/package.xml b/package.xml index 90900cc3..9d01e690 100644 --- a/package.xml +++ b/package.xml @@ -28,7 +28,7 @@ slusarz@horde.org no - 2017-11-14 + 2020-06-08 2.31.1 2.31.0 @@ -39,9 +39,10 @@ LGPL-2.1 -* [mjr] Fix checking for active APIs for ActiveSync without throwing exceptions. -* [mjr] Fix setting and semantic meaning of the 'oofstate' property when returning Out of Office data to EAS clients. -* [mjr] Detect if the failure was due to trying to delete a special mailbox (Bug #14732). +* [jan] Avoid concurrent access to DNS cache from multiple hosts (cheese@nosuchhost.net, PR#9). +* [jan] Support Redis Sentinel configuration (Michael Menge <michael.menge@zdv.uni-tuebingen.de>, Request #14998). +* [jan] Use file hashing for detecting outdated configuration files. +* [mjr] Fix regression in Autodiscover v1 (Bug #14992). @@ -4911,5 +4912,130 @@ * [mjr] SECURITY: Fix XSS vulnerability when rendering a colorpicker (Bug #14857). + + + 2.31.7 + 2.31.0 + + + stable + stable + + 2019-01-13 + LGPL-2.1 + +* [mjr] Fix returning image binary data with EAS ResolveRecipient requests. +* [mjr] Fix returning images with EAS search results. +* [mjr] Fix handling of EAS ResolveRecipient requests without AVAILABILITY query. + + + + + 2.31.8 + 2.31.0 + + + stable + stable + + 2019-02-09 + LGPL-2.1 + +* [mjr] Improve ActiveSync RESOLVERECIPIENT reqeuests. + + + + + 2.31.9 + 2.31.0 + + + stable + stable + + 2019-08-18 + LGPL-2.1 + +* [mjr] Improvements for handling TNEF attachments over ActiveSync. + + + + + 2.31.10 + 2.31.0 + + + stable + stable + + 2019-08-18 + LGPL-2.1 + +* [mjr] Fix minimum required ActiveSync version. + + + + + 2.31.11 + 2.31.0 + + + stable + stable + + 2019-11-03 + LGPL-2.1 + +* [mjr] Fix UTF-8 encoding of ActiveSync SmartReply requests (Bug #14957). + + + + + 2.31.12 + 2.31.0 + + + stable + stable + + 2019-12-05 + LGPL-2.1 + +* [mjr] Support for EAS Autodiscover v2. + + + + + 2.31.13 + 2.31.0 + + + stable + stable + + 2019-12-23 + LGPL-2.1 + +* [mjr] Improve PHP 7.3 compatibility. + + + + + 2.31.14 + 2.31.0 + + + stable + stable + + 2019-12-23 + LGPL-2.1 + +* [jan] Avoid concurrent access to DNS cache from multiple hosts (cheese@nosuchhost.net, PR#9). +* [jan] Support Redis Sentinel configuration (Michael Menge <michael.menge@zdv.uni-tuebingen.de>, Request #14998). +* [jan] Use file hashing for detecting outdated configuration files. +* [mjr] Fix regression in Autodiscover v1 (Bug #14992). + +