Skip to content

Commit

Permalink
Prepare releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed May 3, 2017
1 parent 7a6addf commit 9f773f7
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 13 deletions.
67 changes: 61 additions & 6 deletions docs/CHANGES
Expand Up @@ -2,6 +2,63 @@
v5.2.20-git
-----------

Colorize output of command line scripts.

Horde Changes
-------------
[jan] Show alarm ID with error output from horde-alarms.

Calendar Changes
----------------
[mjr] Don't hide the reservee's identity on the resource calendar (Bug #14609).

Library Changes
---------------
ActiveSync
[mjr] Fix regression that caused S/MIME messages to appear invalid on device.
[mjr] Readd timestamp to sync log entries.
[mjr] Catch leaked Horde_Idna_Exceptions from Horde_Mime.

Alarm
[jan] Return the alarm ID with the getErrors() result.

Argv
[jan] Colorize output.
[jan] Add Horde_Argv_HelpFormatter#highlightHeading() and
Horde_Argv_HelpFormatter#highlightOption().

Cli
[jan] Use rectangular background coloring for messages and errors.
[jan] Add Horde_Cli#block().
[jan] Use the system's newline character(s).
[jan] Fix color sequences for black and darkgray.
[jan] Mark PHP 7 as supported.
[jan] Wrap content matching the terminal width.
[jan] Add Horde_Cli#getWidth() to return the terminal width.
[jan] Add Horde_Cli_Color.

Cli_Modular
[jan] Add Horde_Cli_Modular_ModuleUsage to support colored output.

Compress
[jan] Add support for compressing TAR archives.
[jan] Add compressDirectory().
[jan] Fix notice when adding files older than 1988 to a ZIP archive.
[jan] Fix reading file dates after August from ZIP files.

Crypt
[mjr] Correctly specify either sha-1 or sha-256 when signing a smime message.
[jan] Support GnuPG 2.1+ too (Bug #14014).

Image
[mjr] Fix returning stream data from NULL image driver (Bug #14608).

Test
[jan] Don't exit after running phpunit tests.

Yaml
[jan] Fix unfolding of multi-line strings and other incompatibilites with
libyaml.


-------
Expand All @@ -10,16 +67,16 @@ v5.2.19

Library Changes
---------------

Crypt
[mjr] SECURITY: Fix incorrectly sanitized parameters passed to gpg binary which
could lead to potential remote code execution.
[mjr] SECURITY: Fix remote code execution vulnerability (CVE-2017-7413, and
CVE-2017-7414).

ActiveSync
[mjr] Fix PHP error accessing logger during OPTIONS request (Bug #14601).

Core
[jan] Fix unpacking encrypted session data ("User not authorized for ..." log messages).
[jan] Fix unpacking encrypted session data ("User not authorized for ..." log
messages).
[jan] Throw an exception when accessing a non-existing API through the registry.
[mjr] Fix regression in loading vhost config files (Bug #14605).

Expand Down Expand Up @@ -66,7 +123,6 @@ Notes Changes

Library Changes
---------------

ActiveSync
[mjr] Fix error in synchronizing recurring tasks (Bug #14599).
[mjr] Database compatibility improvements.
Expand Down Expand Up @@ -214,7 +270,6 @@ Timeobject Changes

Library Changes
---------------

ActiveSync
[mjr] Fix test issue on 32bit systems (Bug #14532).
[mjr] Improve handling of case when IMAP server returns invalid HIGHESTMODSEQ
Expand Down
6 changes: 3 additions & 3 deletions docs/RELEASE_NOTES
Expand Up @@ -5,7 +5,7 @@ $notes['security'] = false;
/* Mailing list release notes. */
$notes['changes'] = <<<ML
The Horde Team is pleased to announce the final release of the Horde Groupware
version 5.2.18.
version 5.2.20.

Horde Groupware is a free, enterprise ready, browser based collaboration
suite. Users can manage and share calendars, contacts, tasks, notes, files, and
Expand All @@ -17,10 +17,10 @@ http://www.horde.org/apps/groupware/docs/UPGRADING
For detailed installation and configuration instructions, please see
http://www.horde.org/apps/groupware/docs/INSTALL

The major changes compared to the Horde Groupware version 5.2.17 are:
The major changes compared to the Horde Groupware version 5.2.19 are:

General changes:
* Small improvements and bugfixes.
* Small bugfixes and improvements.
ML;

$notes['name'] = 'Horde Groupware';
Expand Down
8 changes: 4 additions & 4 deletions package.xml
Expand Up @@ -21,7 +21,7 @@
</stability>
<license uri="http://www.horde.org/licenses/">OSI certified</license>
<notes>
*
* [jan] Update Horde and Kronolith.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -92,14 +92,14 @@
<package>
<name>horde</name>
<channel>pear.horde.org</channel>
<min>5.2.14</min>
<min>5.2.15</min>
<max>6.0.0alpha1</max>
<exclude>6.0.0alpha1</exclude>
</package>
<package>
<name>kronolith</name>
<channel>pear.horde.org</channel>
<min>4.2.20</min>
<min>4.2.21</min>
<max>5.0.0alpha1</max>
<exclude>5.0.0alpha1</exclude>
</package>
Expand Down Expand Up @@ -745,7 +745,7 @@
<date>2017-04-03</date>
<license uri="http://www.horde.org/licenses/">OSI certified</license>
<notes>
*
* [jan] Update Horde and Kronolith.
</notes>
</release>
</changelog>
Expand Down

0 comments on commit 9f773f7

Please sign in to comment.