Skip to content

Commit

Permalink
Prepare bundle releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Aug 2, 2015
1 parent ccf451e commit a785121
Show file tree
Hide file tree
Showing 6 changed files with 272 additions and 30 deletions.
100 changes: 100 additions & 0 deletions bundles/groupware/docs/CHANGES
Expand Up @@ -2,6 +2,106 @@
v5.2.8-git
----------

Horde Changes
-------------
[mjr] Don't create a session for Webdav requests (Bug #14040).
[jan] Mark PHP 5.6 as officially supported.
[mjr] Fix some issues with the permission interface when a value of 0 is a
valid permission value (Bug #14025).

Address Book Changes
--------------------
[mjr] Fix issue where sidebar links point to incorrect address book.

Bookmarks Changes
-----------------
[jan] Update Italian translation.
[jan] Update German translation.
[jan] Update Hungarian translation.
[mjr] Fix shebang (after install) for trean scripts (Remi Collet
<fedora@famillecollet.com>).
[mjr] Use the favicon when returning tag search results via the API if
possible.

Calendar Changes
----------------
[mjr] Fix enabling deletion of resources for non-admin users (Bug #14069).
[mjr] Honor workweek view as the login_view (Bug #14042).
[mjr] Fix Permission Denied error after removing a currently displayed
timeObject (Bug #14022).
[jan] Enable purge calendar checkbox if user has delete permissions.
[mjr] Honor locking the remote_cals preference.
[mjr] Fix detecting duplicate events during import via the API (Bug #14018).

Files Changes
-------------
[jan] Update Italian translation.
[jan] Update Catalan translation.
[jan] Update Czech translation (Michael Grafnetter
<michael.grafnetter@outlook.com>).
[jan] Update German translation.
[jan] Update Hungarian translation.

Notes Changes
-------------
[jan] Update Italian translation.
[jan] Update Czech translation.
[mjr] Fix inconsistent handling of incoming HTML notes from ActiveSync clients
(Bug #14045).
[mjr] Allow more reasonable length of description field to interop better with
synchronized clients (Bug #14041).

Library Changes
---------------
[jan] Updated DE translation.
[jan] Updated UK translation.
[jan] Fix Composer files.

ActiveSync
[mjr] Fix regression that could cause loss of mailbox sync.
[mjr] Fix regression causing useless backend query.
[mjr] Fix bug causing changes to be sent as new messages, thus causing them to be ignored by most clients.
[mjr] Fix sending SMIME signed/encrypted mail when using streams.
[mjr] Fix off by one error that could cause some errors in downstream client code.
[mjr] Fix detecting changes in email message "Flag" sent from certain clients.
[mjr] Fix issue when using REPLACEMIME feature of SENDMAIL and some other edge cases (Bug #13901).
[mjr] Reduce memory usage during IMAP FETCH with very large mailboxes.
[mjr] Workaround broken CGI behavior of sending incorrect authentication headers.
[mjr] Fix issues with detecting changes in FILTERTYPE.
[mjr] Performance improvements during IMAP server change detection for CONDSTORE servers, especially during FILTERTYPE changes.
[mjr] Fix display of certain Multipart/Report messages, on certain clients.
[mjr] Improve handling of authentication/policy errors.
[mjr] Fix renaming email folder when using PostgreSQL state storage (Bug #14019, horde@albasoft.com).

Crypt
[jan] Fix issues with certain locales like Turkish.
[mms] Split gnupg command-line binary specific code out into a separate PGP backend driver.
[mms] S/MIME encryption is now done only with AES (if using PHP 5.4+) or 3DES.

Css_Parser
[jan] Prevent segfault due to non-ascii characters on some systems.
[jan] Fix PHP7 error because of reserved "String".

Form
[jan] SECURITY: Fixed XSS in form renderer.
[mjr] Prevent empty email addresses from being detected as a valid "multiple" email (Bug #14063).

History
[jan] Improve performance of database migration.

Mail
[mms] Fix validating sent messages if the driver supports EAI addresses.

Rpc
[mjr] Send more appropriate HTTP status codes on ActiveSync authentication failure.

Util
[jan] Fix test that could fail due to changes in glibc.

Vfs
[jan] Make 'port' parameter of Smb driver optional.
[jan] Add 'domain' parameter to Smb driver.
[jan] Allow to specify a fixed leading directory in Smb driver.


------
Expand Down
35 changes: 27 additions & 8 deletions bundles/groupware/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.7.
version 5.2.8.

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,17 +17,36 @@ 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.6 are:
The major changes compared to the Horde Groupware version 5.2.7 are:

General changes:
* Display Message Of The Day on mobile login screen.
* Performance and memory improvements during ActiveSync synchronization.
* Fix some issues with the permission interface when a value of 0 is a valid
permission value.
* Mark PHP 5.6 as officially supported.
* Don't create a session for Webdav requests.
* Update Catalan, Czech, German, Hungarian, Italian and UK translations.
* Small bugfixes and improvements.

Calendar/tasks changes:
* Fixed importing iCalendar events.
* Don't delete existing exceptions and completions when editing recurring
events or tasks.
Address Book Changes:
* Fix issue where sidebar links point to incorrect address book.

Bookmarks Changes:
* Use the favicon when returning tag search results via the API if possible.
* Small bugfixes and improvements.

Calendar Changes:
* Fix detecting duplicate events during API import.
* Honor the workweek view as the initial login view.
* Fix allowing deletion of resources for non-admin users.
* Small bugfixes and improvements.

Files Changes:
* Small bugfixes and improvements.

Notes Changes:
* Fix inconsistent handling of incoming HTML notes from ActiveSync clients.
* Allow more reasonable length of description field to interop better with
synchronized clients.
ML;

$notes['name'] = 'Horde Groupware';
Expand Down
14 changes: 7 additions & 7 deletions bundles/groupware/package.xml
Expand Up @@ -10,7 +10,7 @@
<email>jan@horde.org</email>
<active>yes</active>
</lead>
<date>2015-06-18</date>
<date>2015-08-02</date>
<version>
<release>5.2.8</release>
<api>5.2.0</api>
Expand All @@ -21,8 +21,8 @@
</stability>
<license uri="http://www.horde.org/licenses/">OSI certified</license>
<notes>
*
</notes>
* [mjr] Update Horde, Turba, Trean, Kronolith, Gollem, and Mnemo.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
<dir name="bin">
Expand Down Expand Up @@ -509,7 +509,7 @@
<date>2014-09-08</date>
<license uri="http://www.horde.org/licenses/">OSI certified</license>
<notes>
*
*
</notes>
</release>
<release>
Expand Down Expand Up @@ -584,11 +584,11 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2015-06-18</date>
<date>2015-08-02</date>
<license uri="http://www.horde.org/licenses/">OSI certified</license>
<notes>
*
</notes>
* [mjr] Update Horde, Turba, Trean, Kronolith, Gollem, and Mnemo.
</notes>
</release>
</changelog>
</package>
105 changes: 105 additions & 0 deletions bundles/webmail/docs/CHANGES
Expand Up @@ -2,6 +2,111 @@
v5.2.8-git
----------

Horde Changes
-------------
[mjr] Don't create a session for Webdav requests (Bug #14040).
[jan] Mark PHP 5.6 as officially supported.
[mjr] Fix some issues with the permission interface when a value of 0 is a
valid permission value (Bug #14025).

Address Book Changes
--------------------
[mjr] Fix issue where sidebar links point to incorrect address book.

Bookmarks Changes
-----------------
[jan] Update Italian translation.
[jan] Update German translation.
[jan] Update Hungarian translation.
[mjr] Fix shebang (after install) for trean scripts (Remi Collet
<fedora@famillecollet.com>).
[mjr] Use the favicon when returning tag search results via the API if
possible.

Calendar Changes
----------------
[mjr] Fix enabling deletion of resources for non-admin users (Bug #14069).
[mjr] Honor workweek view as the login_view (Bug #14042).
[mjr] Fix Permission Denied error after removing a currently displayed
timeObject (Bug #14022).
[jan] Enable purge calendar checkbox if user has delete permissions.
[mjr] Honor locking the remote_cals preference.
[mjr] Fix detecting duplicate events during import via the API (Bug #14018).

Files Changes
-------------
[jan] Update Italian translation.
[jan] Update Catalan translation.
[jan] Update Czech translation (Michael Grafnetter
<michael.grafnetter@outlook.com>).
[jan] Update German translation.
[jan] Update Hungarian translation.

Mail Changes
------------
[mms] Ensure mailbox name is a valid string (Bug #14049).


Notes Changes
-------------
[jan] Update Italian translation.
[jan] Update Czech translation.
[mjr] Fix inconsistent handling of incoming HTML notes from ActiveSync clients
(Bug #14045).
[mjr] Allow more reasonable length of description field to interop better with
synchronized clients (Bug #14041).

Library Changes
---------------
[jan] Updated DE translation.
[jan] Updated UK translation.
[jan] Fix Composer files.

ActiveSync
[mjr] Fix regression that could cause loss of mailbox sync.
[mjr] Fix regression causing useless backend query.
[mjr] Fix bug causing changes to be sent as new messages, thus causing them to be ignored by most clients.
[mjr] Fix sending SMIME signed/encrypted mail when using streams.
[mjr] Fix off by one error that could cause some errors in downstream client code.
[mjr] Fix detecting changes in email message "Flag" sent from certain clients.
[mjr] Fix issue when using REPLACEMIME feature of SENDMAIL and some other edge cases (Bug #13901).
[mjr] Reduce memory usage during IMAP FETCH with very large mailboxes.
[mjr] Workaround broken CGI behavior of sending incorrect authentication headers.
[mjr] Fix issues with detecting changes in FILTERTYPE.
[mjr] Performance improvements during IMAP server change detection for CONDSTORE servers, especially during FILTERTYPE changes.
[mjr] Fix display of certain Multipart/Report messages, on certain clients.
[mjr] Improve handling of authentication/policy errors.
[mjr] Fix renaming email folder when using PostgreSQL state storage (Bug #14019, horde@albasoft.com).

Crypt
[jan] Fix issues with certain locales like Turkish.
[mms] Split gnupg command-line binary specific code out into a separate PGP backend driver.
[mms] S/MIME encryption is now done only with AES (if using PHP 5.4+) or 3DES.

Css_Parser
[jan] Prevent segfault due to non-ascii characters on some systems.
[jan] Fix PHP7 error because of reserved "String".

Form
[jan] SECURITY: Fixed XSS in form renderer.
[mjr] Prevent empty email addresses from being detected as a valid "multiple" email (Bug #14063).

History
[jan] Improve performance of database migration.

Mail
[mms] Fix validating sent messages if the driver supports EAI addresses.

Rpc
[mjr] Send more appropriate HTTP status codes on ActiveSync authentication failure.

Util
[jan] Fix test that could fail due to changes in glibc.

Vfs
[jan] Make 'port' parameter of Smb driver optional.
[jan] Add 'domain' parameter to Smb driver.
[jan] Allow to specify a fixed leading directory in Smb driver.


------
Expand Down
40 changes: 29 additions & 11 deletions bundles/webmail/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
Webmail Edition version 5.2.7.
Webmail Edition version 5.2.8.

Horde Groupware Webmail Edition is a free, enterprise ready, browser based
communication suite. Users can read, send and organize email messages with four
Expand All @@ -19,22 +19,40 @@ http://www.horde.org/apps/webmail/docs/UPGRADING
For detailed installation and configuration instructions, please see
http://www.horde.org/apps/webmail/docs/INSTALL

The major changes compared to the Horde Groupware Webmail Edition version 5.2.6
The major changes compared to the Horde Groupware Webmail Edition version 5.2.7
are:

General changes:
* Display Message Of The Day on mobile login screen.
* Performance and memory improvements during ActiveSync synchronization.
* Fix some issues with the permission interface when a value of 0 is a valid
permission value.
* Mark PHP 5.6 as officially supported.
* Don't create a session for Webdav requests.
* Update Catalan, Czech, German, Hungarian, Italian and UK translations.
* Small bugfixes and improvements.

Mail changes:
* Don't focus body field when composing message with HTML editor.
* Several bugfixes when redirecting messages.
Address Book Changes:
* Fix issue where sidebar links point to incorrect address book.

Calendar/tasks changes:
* Fixed importing iCalendar events.
* Don't delete existing exceptions and completions when editing recurring
events or tasks.
Bookmarks Changes:
* Use the favicon when returning tag search results via the API if possible.
* Small bugfixes and improvements.

Calendar Changes:
* Fix detecting duplicate events during API import.
* Honor the workweek view as the initial login view.
* Fix allowing deletion of resources for non-admin users.
* Small bugfixes and improvements.

Files Changes:
* Small bugfixes and improvements.

Mail Changes:
* Small bugfix.

Notes Changes:
* Fix inconsistent handling of incoming HTML notes from ActiveSync clients.
* Allow more reasonable length of description field to interop better with
synchronized clients.
ML;

$notes['name'] = 'Horde Groupware Webmail Edition';
Expand Down

0 comments on commit a785121

Please sign in to comment.