<?php
/* Security release? */
$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.1.

Horde Groupware Webmail Edition is a free, enterprise ready, browser based
communication suite. Users can read, send and organize email messages with four
different webmail interfaces and manage and share calendars, contacts, tasks,
notes, files, and bookmarks with the standards compliant components from the
Horde Project.

For upgrading instructions, please see
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.0
are:

General changes:
    * Fixed CalDAV/CardDAV URLs of shared collections.
    * Bugfixes and improvements.

Mail changes:
    * Improved drag and drop to compose message.
    * Improved drag and drop in folder tree.

Address book changes:
    * Tagging improvements.

Calendar changes:
    * Fixed several issues with event exceptions.

Notes changes:
    * Tagging improvements.

File manager changes:
    * Added Oracle support.
    * Update Polish translation.

Bookmarks changes:
    * Fixed a fatal error due to a botched merge.
ML;

$notes['name'] = 'Horde Groupware Webmail Edition';
$notes['list'] = 'horde';
return $notes;
