<?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
version 5.2.14.

Horde Groupware is a free, enterprise ready, browser based collaboration
suite. Users can 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/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.13 are:

Address Book changes:
    * Fixed losing tags if copying or moving a contact.
    * Fixed ActiveSync issues.

Tasks changes:
    * Fixed regression in date pickers.
    * Fixed tags handling with ActiveSync.
ML;

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