Skip to content

Commit

Permalink
Released Core-2.31.14
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jun 8, 2020
1 parent 2f96f43 commit 483677a
Show file tree
Hide file tree
Showing 4 changed files with 235 additions and 7 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -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",
Expand Down
102 changes: 102 additions & 0 deletions 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
<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).


--------
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
-------
Expand Down
2 changes: 1 addition & 1 deletion doc/Horde/Core/changelog.yml
Expand Up @@ -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
Expand Down
134 changes: 130 additions & 4 deletions package.xml
Expand Up @@ -28,7 +28,7 @@
<email>slusarz@horde.org</email>
<active>no</active>
</developer>
<date>2017-11-14</date>
<date>2020-06-08</date>
<version>
<release>2.31.1</release>
<api>2.31.0</api>
Expand All @@ -39,9 +39,10 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mjr] Fix checking for active APIs for ActiveSync without throwing exceptions.
* [mjr] Fix setting and semantic meaning of the &apos;oofstate&apos; 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 &lt;michael.menge@zdv.uni-tuebingen.de&gt;, Request #14998).
* [jan] Use file hashing for detecting outdated configuration files.
* [mjr] Fix regression in Autodiscover v1 (Bug #14992).
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -4911,5 +4912,130 @@
* [mjr] SECURITY: Fix XSS vulnerability when rendering a colorpicker (Bug #14857).
</notes>
</release>
<release>
<version>
<release>2.31.7</release>
<api>2.31.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2019-01-13</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [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.
</notes>
</release>
<release>
<version>
<release>2.31.8</release>
<api>2.31.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2019-02-09</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mjr] Improve ActiveSync RESOLVERECIPIENT reqeuests.
</notes>
</release>
<release>
<version>
<release>2.31.9</release>
<api>2.31.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2019-08-18</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mjr] Improvements for handling TNEF attachments over ActiveSync.
</notes>
</release>
<release>
<version>
<release>2.31.10</release>
<api>2.31.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2019-08-18</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mjr] Fix minimum required ActiveSync version.
</notes>
</release>
<release>
<version>
<release>2.31.11</release>
<api>2.31.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2019-11-03</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mjr] Fix UTF-8 encoding of ActiveSync SmartReply requests (Bug #14957).
</notes>
</release>
<release>
<version>
<release>2.31.12</release>
<api>2.31.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2019-12-05</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mjr] Support for EAS Autodiscover v2.
</notes>
</release>
<release>
<version>
<release>2.31.13</release>
<api>2.31.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2019-12-23</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mjr] Improve PHP 7.3 compatibility.
</notes>
</release>
<release>
<version>
<release>2.31.14</release>
<api>2.31.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2019-12-23</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Avoid concurrent access to DNS cache from multiple hosts (cheese@nosuchhost.net, PR#9).
* [jan] Support Redis Sentinel configuration (Michael Menge &lt;michael.menge@zdv.uni-tuebingen.de&gt;, Request #14998).
* [jan] Use file hashing for detecting outdated configuration files.
* [mjr] Fix regression in Autodiscover v1 (Bug #14992).
</notes>
</release>
</changelog>
</package>

0 comments on commit 483677a

Please sign in to comment.