Skip to content

Commit

Permalink
Crontab: update documentation files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Schneider committed May 3, 2017
1 parent 29694c9 commit d1bf309
Show file tree
Hide file tree
Showing 12 changed files with 210 additions and 36 deletions.
77 changes: 70 additions & 7 deletions app/views/App/apps/groupware/docs/CHANGES.html
Original file line number Diff line number Diff line change
@@ -1,26 +1,91 @@
<h3>Changes by Release</h3><pre>
-----------
v5.2.20-git
v5.2.21-git
-----------



-------
v5.2.19
v5.2.20
-------

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 (<a href="http://bugs.horde.org/ticket/14609">Bug #14609</a>).

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
[jan] Detect unsupported GnuPG versions.
[jan] Fix detection of new GnuPG API (Remi Collet &lt;remi@remirepo.net>, PR #220).
[mjr] Correctly specify either sha-1 or sha-256 when signing a smime message.
[jan] Support GnuPG 2.1+ too (<a href="http://bugs.horde.org/ticket/14014">Bug #14014</a>).

Image
[mjr] Fix returning stream data from NULL image driver (<a href="http://bugs.horde.org/ticket/14608">Bug #14608</a>).

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

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


-------
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 (<a href="http://bugs.horde.org/ticket/14601">Bug #14601</a>).

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 (<a href="http://bugs.horde.org/ticket/14605">Bug #14605</a>).

Expand Down Expand Up @@ -67,7 +132,6 @@ <h3>Changes by Release</h3><pre>

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

ActiveSync
[mjr] Fix error in synchronizing recurring tasks (<a href="http://bugs.horde.org/ticket/14599">Bug #14599</a>).
[mjr] Database compatibility improvements.
Expand Down Expand Up @@ -215,7 +279,6 @@ <h3>Changes by Release</h3><pre>

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

ActiveSync
[mjr] Fix test issue on 32bit systems (<a href="http://bugs.horde.org/ticket/14532">Bug #14532</a>).
[mjr] Improve handling of case when IMAP server returns invalid HIGHESTMODSEQ
Expand Down
6 changes: 3 additions & 3 deletions app/views/App/apps/groupware/docs/RELEASE_NOTES.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h3>Release notes for the latest release</h3><code>
The Horde Team is pleased to announce the final release of the Horde Groupware<br />
version 5.2.18.<br />
version 5.2.20.<br />
<br />
Horde Groupware is a free, enterprise ready, browser based collaboration<br />
suite. Users can manage and share calendars, contacts, tasks, notes, files, and<br />
Expand All @@ -12,7 +12,7 @@ <h3>Release notes for the latest release</h3><code>
For detailed installation and configuration instructions, please see<br />
http://www.horde.org/apps/groupware/docs/INSTALL<br />
<br />
The major changes compared to the Horde Groupware version 5.2.17 are:<br />
The major changes compared to the Horde Groupware version 5.2.19 are:<br />
<br />
General changes:<br />
* Small improvements and bugfixes.</code>
* Small bugfixes and improvements.</code>
8 changes: 7 additions & 1 deletion app/views/App/apps/horde/docs/CHANGES.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
<h3>Changes by Release</h3><pre>
-----------
v5.2.15-git
v5.2.16-git
-----------



-------
v5.2.15
-------

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


Expand Down
6 changes: 3 additions & 3 deletions app/views/App/apps/horde/docs/RELEASE_NOTES.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h3>Release notes for the latest release</h3><code>
The Horde Team is pleased to announce the final release of the Horde<br />
Application Framework version 5.2.14.<br />
Application Framework version 5.2.15.<br />
<br />
The Horde Application Framework is a flexible, modular, general-purpose web<br />
application framework written in PHP. It provides an extensive array of<br />
Expand All @@ -15,5 +15,5 @@ <h3>Release notes for the latest release</h3><code>
For detailed installation and configuration instructions, please see<br />
http://www.horde.org/apps/horde/docs/INSTALL<br />
<br />
The major changes compared to the Horde version 5.2.13 are:<br />
* Small improvements and bugfixes.</code>
The major changes compared to the Horde version 5.2.14 are:<br />
* Small improvement.</code>
8 changes: 7 additions & 1 deletion app/views/App/apps/imp/docs/CHANGES.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
<h3>Changes by Release</h3><pre>
-----------
v6.2.19-git
v6.2.20-git
-----------



-------
v6.2.19
-------

[jan] Fix filename charset of certain attachments (<a href="http://bugs.horde.org/ticket/14618">Bug #14618</a>).
[jan] Fix cursor jumping in some browser when editing address fields (<a href="http://bugs.horde.org/ticket/14606">Bug
#14606</a>).
Expand Down
6 changes: 3 additions & 3 deletions app/views/App/apps/imp/docs/RELEASE_NOTES.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h3>Release notes for the latest release</h3><code>
The Horde Team is pleased to announce the final release of the Internet Mail<br />
Program (IMP) version H5 (6.2.18).<br />
Program (IMP) version H5 (6.2.19).<br />
<br />
IMP, the Internet Mail Program, is one of the most popular and widely deployed<br />
open source webmail applications in the world. It allows universal, web-based<br />
Expand All @@ -15,5 +15,5 @@ <h3>Release notes for the latest release</h3><code>
For detailed installation and configuration instructions, please see<br />
http://www.horde.org/apps/imp/docs/INSTALL<br />
<br />
The major changes compared to IMP version H5 (6.2.17) are:<br />
* Small bugfixes and improvements.</code>
The major changes compared to IMP version H5 (6.2.18) are:<br />
* Small bugfixes.</code>
10 changes: 9 additions & 1 deletion app/views/App/apps/ingo/docs/CHANGES.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
<h3>Changes by Release</h3><pre>
-----------
v3.2.15-git
v3.2.16-git
-----------



-------
v3.2.15
-------

[jan] SECURITY: Fix XSS vulnerability in rule search (Andrey Zelenchuk
&lt;azelenchuk@plesk.com>).


-------
v3.2.14
-------
Expand Down
9 changes: 6 additions & 3 deletions app/views/App/apps/ingo/docs/RELEASE_NOTES.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h3>Release notes for the latest release</h3><code>
The Horde Team is pleased to announce the final release of the Ingo Email<br />
Filter Rules Manager version H5 (3.2.14).<br />
Filter Rules Manager version H5 (3.2.15).<br />
<br />
Ingo is an email-filter management application. It is fully internationalized,<br />
integrated with Horde and the IMP Webmail client, and supports both server-side<br />
Expand All @@ -13,5 +13,8 @@ <h3>Release notes for the latest release</h3><code>
For detailed installation and configuration instructions, please see<br />
http://www.horde.org/apps/ingo/docs/INSTALL<br />
<br />
The major changes compared to Ingo version H5 (3.2.13) are:<br />
* Small bugfixes.</code>
Thanks to Andrey Zelenchuk for reporting the XSS vulnerability and for<br />
proposing a patch.<br />
<br />
The major changes compared to Ingo version H5 (3.2.14) are:<br />
* Fixed an XSS vulnerability.</code>
8 changes: 7 additions & 1 deletion app/views/App/apps/kronolith/docs/CHANGES.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
<h3>Changes by Release</h3><pre>
-----------
v4.2.21-git
v4.2.22-git
-----------



-------
v4.2.21
-------

[mjr] Don't hide the reservee's identity on the resource calendar (<a href="http://bugs.horde.org/ticket/14609">Bug #14609</a>).


Expand Down
6 changes: 3 additions & 3 deletions app/views/App/apps/kronolith/docs/RELEASE_NOTES.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h3>Release notes for the latest release</h3><code>
The Horde Team is pleased to announce the final release of the Kronolith<br />
Calendar Application version H5 (4.2.20).<br />
Calendar Application version H5 (4.2.21).<br />
<br />
Kronolith is the Horde calendar application. It provides web-based calendars<br />
backed by a SQL database or a Kolab server. Supported features include Ajax and<br />
Expand All @@ -16,5 +16,5 @@ <h3>Release notes for the latest release</h3><code>
For detailed installation and configuration instructions, please see<br />
http://www.horde.org/apps/kronolith/docs/INSTALL<br />
<br />
The major changes compared to Kronolith version H5 (4.2.19) are:<br />
* Small bugfixes.</code>
The major changes compared to Kronolith version H5 (4.2.20) are:<br />
* Small bugfix.</code>
92 changes: 85 additions & 7 deletions app/views/App/apps/webmail/docs/CHANGES.html
Original file line number Diff line number Diff line change
@@ -1,32 +1,112 @@
<h3>Changes by Release</h3><pre>
-----------
v5.2.20-git
v5.2.21-git
-----------



-------
v5.2.19
v5.2.20
-------

Colorize output of command line scripts.

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

Mail Changes
------------
[jan] Fix filename charset of certain attachments (<a href="http://bugs.horde.org/ticket/14618">Bug #14618</a>).
[jan] Fix cursor jumping in some browser when editing address fields (<a href="http://bugs.horde.org/ticket/14606">Bug
#14606</a>).
[mjr] Fix auto creation of SPECIAL_USER mailboxes (<a href="http://bugs.horde.org/ticket/14620">Bug #14620</a>).
[mjr] Fix sending email after the attach_body_check hook fails in Smartmobile
view (<a href="http://bugs.horde.org/ticket/14610">Bug #14610</a>).

Filters Changes
---------------
[jan] SECURITY: Fix XSS vulnerability in rule search (Andrey Zelenchuk
&lt;azelenchuk@plesk.com>).

Calendar Changes
----------------
[mjr] Don't hide the reservee's identity on the resource calendar (<a href="http://bugs.horde.org/ticket/14609">Bug #14609</a>).

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] SECURITY: Fix incorrectly sanitized parameters passed to gpg binary which
could lead to potential remote code execution.
[jan] Detect unsupported GnuPG versions.
[jan] Fix detection of new GnuPG API (Remi Collet &lt;remi@remirepo.net>, PR #220).
[mjr] Correctly specify either sha-1 or sha-256 when signing a smime message.
[jan] Support GnuPG 2.1+ too (<a href="http://bugs.horde.org/ticket/14014">Bug #14014</a>).

Image
[mjr] Fix returning stream data from NULL image driver (<a href="http://bugs.horde.org/ticket/14608">Bug #14608</a>).

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

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


-------
v5.2.19
-------

Library Changes
---------------
Crypt
[mjr] SECURITY: Fix remote code execution vulnerability (CVE-2017-7413, and
CVE-2017-7414).

ActiveSync
[mjr] Fix PHP error accessing logger during OPTIONS request (<a href="http://bugs.horde.org/ticket/14601">Bug #14601</a>).

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 (<a href="http://bugs.horde.org/ticket/14605">Bug #14605</a>).

Form
[jan] Fix regression when submitting multiple forms (<a href="http://bugs.horde.org/ticket/14604">Bug #14604</a>).


-------
v5.2.18
-------
Expand Down Expand Up @@ -78,7 +158,6 @@ <h3>Changes by Release</h3><pre>

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

ActiveSync
[mjr] Fix error in synchronizing recurring tasks (<a href="http://bugs.horde.org/ticket/14599">Bug #14599</a>).
[mjr] Database compatibility improvements.
Expand Down Expand Up @@ -242,7 +321,6 @@ <h3>Changes by Release</h3><pre>

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

ActiveSync
[mjr] Fix test issue on 32bit systems (<a href="http://bugs.horde.org/ticket/14532">Bug #14532</a>).
[mjr] Improve handling of case when IMAP server returns invalid HIGHESTMODSEQ
Expand Down

0 comments on commit d1bf309

Please sign in to comment.