Skip to content

Commit

Permalink
Fix changelog,package.xml etc...
Browse files Browse the repository at this point in the history
One of these days maybe I'll find time to fix this for real...
  • Loading branch information
mrubinsk committed Jun 10, 2018
1 parent 2288380 commit 8d1e33a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -26,8 +26,8 @@
"role": "developer"
}
],
"version": "2.31.2",
"time": "2018-02-10",
"version": "2.31.3",
"time": "2018-06-10",
"repositories": [
{
"type": "pear",
Expand Down Expand Up @@ -125,4 +125,4 @@
"Horde": "lib/"
}
}
}
}
5 changes: 2 additions & 3 deletions doc/Horde/Core/CHANGES
Expand Up @@ -2,7 +2,8 @@
v2.31.3
-------

|+
[mjr] Protect against empty imap adapters when no email support is enabled for
EAS (Bug #14820).

-------
v2.31.2
Expand All @@ -15,8 +16,6 @@ v2.31.2
v2.31.1
-------

[mjr] Protect against empty imap adapters when no email support is enabled for
EAS (Bug #14820).
[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.
Expand Down
7 changes: 3 additions & 4 deletions doc/Horde/Core/changelog.yml
Expand Up @@ -4,12 +4,12 @@
state:
release: stable
api: stable
date: 2018-02-10
date: 2018-06-10
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
notes: |+
notes: |
[mjr] Protect against empty imap adapters when no email support is enabled for EAS (Bug #14820).
2.31.2:
api: 2.31.0
state:
Expand All @@ -31,7 +31,6 @@
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
notes: |
[mjr] Protect against empty imap adapters when no email support is enabled for EAS (Bug #14820).
[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).
Expand Down
11 changes: 5 additions & 6 deletions package.xml
Expand Up @@ -28,7 +28,7 @@
<email>slusarz@horde.org</email>
<active>no</active>
</developer>
<date>2018-02-10</date>
<date>2018-06-10</date>
<version>
<release>2.31.3</release>
<api>2.31.0</api>
Expand All @@ -39,7 +39,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* |+
* [mjr] Protect against empty imap adapters when no email support is enabled for EAS (Bug #14820).
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -3127,7 +3127,7 @@
<date>2013-03-04</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
*
</notes>
</release>
<release>
Expand Down Expand Up @@ -4828,7 +4828,6 @@
<date>2017-11-26</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mjr] Protect against empty imap adapters when no email support is enabled for EAS (Bug #14820).
* [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).
Expand Down Expand Up @@ -4858,10 +4857,10 @@
<release>stable</release>
<api>stable</api>
</stability>
<date>2018-02-10</date>
<date>2018-06-10</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* |+
* [mjr] Protect against empty imap adapters when no email support is enabled for EAS (Bug #14820).
</notes>
</release>
</changelog>
Expand Down

0 comments on commit 8d1e33a

Please sign in to comment.