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

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.6 are:

General changes:
    * Display Message Of The Day on mobile login screen.
    * Performance and memory improvements during ActiveSync synchronization.
    * Small bugfixes and improvements.

Calendar/tasks changes:
    * Fixed importing iCalendar events.
    * Don't delete existing exceptions and completions when editing recurring
      events or tasks.
ML;

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