Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Mar 21, 2016
1 parent 2b9daee commit bd44e57
Show file tree
Hide file tree
Showing 6 changed files with 291 additions and 53 deletions.
115 changes: 115 additions & 0 deletions bundles/groupware/docs/CHANGES
Expand Up @@ -2,6 +2,121 @@
v5.2.13-git
-----------

[jan] Update Greek translation (Limperis Antonis <limperis@cti.gr>).

Horde Changes
-------------
[mjr] Remove broken Facebook posting functionality from the Facebook block.
[jan] Check if temporary directory is writable
(skhorde@smail.inf.fh-bonn-rhein-sieg.de, Request #14237).

Address Book Changes
--------------------
[mjr] Honor alternative_name mapping (Bug #14280).
[mjr] Fix dealing with orphaned virtual address books.

Bookmarks Changes
-----------------
[cjh] Fix error when deleting bookmarks.

Calendar Changes
----------------
[mjr] Fix updating list of resource calendars in resource group dialog (Bug
#14281).
[jan] Fixed several issues with resource management.
[mjr] Fix typo preventing deletion of events from dynamic view (Bug #14256).
[jan] Handle gracefully if the base event of an imported recurrence exception
is no longer recurring (Bug #14249).
[mjr] Fix issue deleting and closing event dialog during event deletion.
[mjr] Honor the SCHEDULE-AGENT attribute during CalDAV import.
[mjr] Add missing EAS ghosted property support for all EAS versions. Prevents
potential loss of event data during synchronization.

Tasks Changes
-------------
[mjr] Honor date_format prefs in Task form (Bug #14287).

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

[jan] Mark PHP 7 as supported.
[mjr] Update Greek translation.

ActiveSync
[mjr] Fix possible leaking of Horde_Imap_Client Exceptions.
[mjr] Fix reversed login in GHOSTED element handling.
[mjr] Changes for EAS 16.0 support.
[mjr] Fix error when attempting to rewrite previous syncstate.
[mjr] Another fix for GHOSTED support on certain clients.
[mjr] Fix regression in handling all day events in EAS versions prior to 16.0.
[mjr] Fix undefined variable notices (Bug #14251).
[mjr] Fix WBXML output when allday event exceptions have no starttime set (Bug #14255).
[mjr] Fix calculation of when to send MOREAVAILABLE tag.
[mjr] More fixes for allday exception events (Bug #14255).
[mjr] Improvements to ActiveSync SETTINGS_ACCOUNTS response data.
[mjr] Prevent mirroring back email category changes.
[mjr] Fix the workaround for some versions of Outlook's broken behavior regarding moving email messages.
[mjr] Improve allday event handling in appointment objects (Bug #14278).
[mjr] Work around BC break in PHP 5.5.10 with converting timezone abbreviations to full timezone names.

Cache
[jan] Fix incomplete migration from old to new garbage collection in file backend (Bug #14258).

Core
[mjr] Improvements to GHOSTED/SUPPORTED handling for ActiveSync.
[mjr] Do not throw a fatal error if a meeting request can not be deleted after responding to it.
[mjr] Changes for EAS 16.0 support.
[mjr] Honor the disabled property when rendering boolean form types.
[jan] Fix returning to last page after problem reporting from AJAX pages (Bug #12112).
[jan] Fix updating group cache with LDAP backend.
[jan] Horde_Registry_Nlsconfig#validLang() checks now if a locale is installed (Request #10457).
[jan] Add option to always lowercase user names after logging in.
[mjr] Improvements to ActiveSync SETTINGS_ACCOUNTS response data.
[mjr] Fix issues with ActiveSync clients and user defined message flags.
[jan] Fix logging in from a different page than the login page (Bug #14231).
[jan] Add Horde_Core_Auth_Application#listNames().
[jan] Don't call authusername() hook on administrator names when running CLI scripts.
[jan] Update Greek translation (Limperis Antonis <limperis@cti.gr>).
[mjr] Fix fatal error with broken EAS clients searching the Outbox.

Crypt
[jan] Try three times to retrieve public PGP if the keyserver pool contains broken servers.
[jan] Fix throwing exception if verifying a PGP signature failed.

Date
[jan] Add Horde_Date::getTimezoneAlias().

Image
[mjr] Fixes for PHP 7.1.

JavascriptMinify
[jan] Fix compression with Closure.

ManageSieve
[jan] Fix usage of &apos;tlsv1&apos; connection setting (Ralf Becker <RalfBecker@outdoor-training.de>).
[jan] Fix setting authentication credentials from login() (Ralf Becker <RalfBecker@outdoor-training.de>).
[jan] Fix throwing exceptions (Ralf Becker <RalfBecker@outdoor-training.de>).

Db
--
[jan] Bump earliest supported PostgreSQL version to 8.3.
[jan] Improve getting tables and indexes from PostgreSQL servers (Ivan Sergio Borgonovo <mail@webthatworks.it>).

Form
----
[mjr] Allow non-breaking space to match in a telephone field (Request #14235).

Mapi
[mjr] Work around BC break in PHP 5.5.10 with converting timezone abbreviations to full timezone names.

Mime_Viewer
[jan] Add temp_dir configuration parameter to OpenOffice/LibreOffice viewer (Request #11756).

Share
[jan] Protect against certain share tables corruption (Bug #14259).

Timezone
[jan] Support more timezone names in Horde_Timezone#getZone().


-------
Expand Down
21 changes: 9 additions & 12 deletions bundles/groupware/docs/RELEASE_NOTES
@@ -1,11 +1,11 @@
<?php
/* Security release? */
$notes['security'] = true;
$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.12.
version 5.2.13.

Horde Groupware is a free, enterprise ready, browser based collaboration
suite. Users can manage and share calendars, contacts, tasks, notes, files, and
Expand All @@ -20,25 +20,22 @@ http://www.horde.org/apps/groupware/docs/INSTALL
Thanks to duarteetraud@gmail.com and Centurion Information Security
(www.centurioninfosec.sg) for reporting the XSS vulnerabilities.

The major changes compared to the Horde Groupware version 5.2.11 are:
The major changes compared to the Horde Groupware version 5.2.12 are:

General changes:
* Fixed XSS vulnerabilities in menu bar and form renderer.
* Improved Oracle compatibility.
* Update Greek translation.
* Several bugfixes and improvements.

Address Book changes:
* Fixed importing of vCard via the API.
* Honor alternative_name mapping (Bug #14280).
* Fix dealing with orphaned virtual address books.

Calendar changes:
* Honor preference to confirm deletions in dynamic view.
* Fixed accidental deletion of events.
* Fixed week numbers in basic view.
* Fix updating list of resource calendars in resource group dialog (Bug #14281).
* Fixed several issues with resource management.

Tasks changes:
* Fixed several parent-child-tasks bugs.
* Fixed two fatal errors.
* Fixed Kolab issues.
* Honor date_format prefs in Task form (Bug #14287).
ML;

$notes['name'] = 'Horde Groupware';
Expand Down
18 changes: 9 additions & 9 deletions bundles/groupware/package.xml
Expand Up @@ -21,7 +21,7 @@
</stability>
<license uri="http://www.horde.org/licenses/">OSI certified</license>
<notes>
*
* [mjr] Update Horde, Turba, Trean, Kronolith, Mnemo, and Nag.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -85,35 +85,35 @@
<package>
<name>gollem</name>
<channel>pear.horde.org</channel>
<min>3.0.6</min>
<min>3.0.7</min>
<max>4.0.0alpha1</max>
<exclude>4.0.0alpha1</exclude>
</package>
<package>
<name>horde</name>
<channel>pear.horde.org</channel>
<min>5.2.9</min>
<min>5.2.10</min>
<max>6.0.0alpha1</max>
<exclude>6.0.0alpha1</exclude>
</package>
<package>
<name>kronolith</name>
<channel>pear.horde.org</channel>
<min>4.2.12</min>
<min>4.2.16</min>
<max>5.0.0alpha1</max>
<exclude>5.0.0alpha1</exclude>
</package>
<package>
<name>mnemo</name>
<channel>pear.horde.org</channel>
<min>4.2.9</min>
<min>4.2.10</min>
<max>5.0.0alpha1</max>
<exclude>5.0.0alpha1</exclude>
</package>
<package>
<name>nag</name>
<channel>pear.horde.org</channel>
<min>4.2.7</min>
<min>4.2.8</min>
<max>5.0.0alpha1</max>
<exclude>5.0.0alpha1</exclude>
</package>
Expand All @@ -127,14 +127,14 @@
<package>
<name>trean</name>
<channel>pear.horde.org</channel>
<min>1.1.4</min>
<min>1.1.5</min>
<max>2.0.0alpha1</max>
<exclude>2.0.0alpha1</exclude>
</package>
<package>
<name>turba</name>
<channel>pear.horde.org</channel>
<min>4.2.12</min>
<min>4.2.13</min>
<max>5.0.0alpha1</max>
<exclude>5.0.0alpha1</exclude>
</package>
Expand Down Expand Up @@ -654,7 +654,7 @@
<date>2016-02-02</date>
<license uri="http://www.horde.org/licenses/">OSI certified</license>
<notes>
*
* [mjr] Update Horde, Turba, Trean, Kronolith, Mnemo, and Nag.
</notes>
</release>
</changelog>
Expand Down
129 changes: 129 additions & 0 deletions bundles/webmail/docs/CHANGES
Expand Up @@ -2,6 +2,135 @@
v5.2.13-git
-----------

[jan] Update Greek translation (Limperis Antonis <limperis@cti.gr>).

Horde Changes
-------------
[mjr] Remove broken Facebook posting functionality from the Facebook block.
[jan] Check if temporary directory is writable
(skhorde@smail.inf.fh-bonn-rhein-sieg.de, Request #14237).

Address Book Changes
--------------------
[mjr] Honor alternative_name mapping (Bug #14280).
[mjr] Fix dealing with orphaned virtual address books.

Bookmarks Changes
-----------------
[cjh] Fix error when deleting bookmarks.

Calendar Changes
----------------
[mjr] Fix updating list of resource calendars in resource group dialog (Bug
#14281).
[jan] Fixed several issues with resource management.
[mjr] Fix typo preventing deletion of events from dynamic view (Bug #14256).
[jan] Handle gracefully if the base event of an imported recurrence exception
is no longer recurring (Bug #14249).
[mjr] Fix issue deleting and closing event dialog during event deletion.
[mjr] Honor the SCHEDULE-AGENT attribute during CalDAV import.
[mjr] Add missing EAS ghosted property support for all EAS versions. Prevents
potential loss of event data during synchronization.

Mail Changes
------------
[mjr] Fix opening compose window on IE when uploads are disabled (Bug #14267).
[jan] Update Greek translation (Limperis Antonis <limperis@cti.gr>).
[jan] Fix creating new trash folder from preference screen.
[jan] Fix finding reply or forward text from signed or encrypted messages with
HTML content.

Filter Changes
--------------
[mjr] Fix PHP deprecated warnings in unit test (PR #176, Mathieu Parent <math.parent@gmail.com>).
[mjr] Honor 'date', 'echo', and 'ls' path overrides (Bug #14284).
[jan] Fix Oracle compatibility (Bug #14262).

Tasks Changes
-------------
[mjr] Honor date_format prefs in Task form (Bug #14287).

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

[jan] Mark PHP 7 as supported.
[mjr] Update Greek translation.

ActiveSync
[mjr] Fix possible leaking of Horde_Imap_Client Exceptions.
[mjr] Fix reversed login in GHOSTED element handling.
[mjr] Changes for EAS 16.0 support.
[mjr] Fix error when attempting to rewrite previous syncstate.
[mjr] Another fix for GHOSTED support on certain clients.
[mjr] Fix regression in handling all day events in EAS versions prior to 16.0.
[mjr] Fix undefined variable notices (Bug #14251).
[mjr] Fix WBXML output when allday event exceptions have no starttime set (Bug #14255).
[mjr] Fix calculation of when to send MOREAVAILABLE tag.
[mjr] More fixes for allday exception events (Bug #14255).
[mjr] Improvements to ActiveSync SETTINGS_ACCOUNTS response data.
[mjr] Prevent mirroring back email category changes.
[mjr] Fix the workaround for some versions of Outlook's broken behavior regarding moving email messages.
[mjr] Improve allday event handling in appointment objects (Bug #14278).
[mjr] Work around BC break in PHP 5.5.10 with converting timezone abbreviations to full timezone names.

Cache
[jan] Fix incomplete migration from old to new garbage collection in file backend (Bug #14258).

Core
[mjr] Improvements to GHOSTED/SUPPORTED handling for ActiveSync.
[mjr] Do not throw a fatal error if a meeting request can not be deleted after responding to it.
[mjr] Changes for EAS 16.0 support.
[mjr] Honor the disabled property when rendering boolean form types.
[jan] Fix returning to last page after problem reporting from AJAX pages (Bug #12112).
[jan] Fix updating group cache with LDAP backend.
[jan] Horde_Registry_Nlsconfig#validLang() checks now if a locale is installed (Request #10457).
[jan] Add option to always lowercase user names after logging in.
[mjr] Improvements to ActiveSync SETTINGS_ACCOUNTS response data.
[mjr] Fix issues with ActiveSync clients and user defined message flags.
[jan] Fix logging in from a different page than the login page (Bug #14231).
[jan] Add Horde_Core_Auth_Application#listNames().
[jan] Don't call authusername() hook on administrator names when running CLI scripts.
[jan] Update Greek translation (Limperis Antonis <limperis@cti.gr>).
[mjr] Fix fatal error with broken EAS clients searching the Outbox.

Crypt
[jan] Try three times to retrieve public PGP if the keyserver pool contains broken servers.
[jan] Fix throwing exception if verifying a PGP signature failed.

Date
[jan] Add Horde_Date::getTimezoneAlias().

Image
[mjr] Fixes for PHP 7.1.

JavascriptMinify
[jan] Fix compression with Closure.

ManageSieve
[jan] Fix usage of &apos;tlsv1&apos; connection setting (Ralf Becker <RalfBecker@outdoor-training.de>).
[jan] Fix setting authentication credentials from login() (Ralf Becker <RalfBecker@outdoor-training.de>).
[jan] Fix throwing exceptions (Ralf Becker <RalfBecker@outdoor-training.de>).

Db
--
[jan] Bump earliest supported PostgreSQL version to 8.3.
[jan] Improve getting tables and indexes from PostgreSQL servers (Ivan Sergio Borgonovo <mail@webthatworks.it>).

Form
----
[mjr] Allow non-breaking space to match in a telephone field (Request #14235).

Mapi
[mjr] Work around BC break in PHP 5.5.10 with converting timezone abbreviations to full timezone names.

Mime_Viewer
[jan] Add temp_dir configuration parameter to OpenOffice/LibreOffice viewer (Request #11756).

Share
[jan] Protect against certain share tables corruption (Bug #14259).

Timezone
[jan] Support more timezone names in Horde_Timezone#getZone().


-------
Expand Down

0 comments on commit bd44e57

Please sign in to comment.