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

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

General changes:
    * Several bugfixes and improvements.

Address book changes:
    * Fixed duplicate searching.

Calendar changes:
    * Fixed error when navigating between month views.
    * Fixed recurrence exceptions and resources when moving events.
ML;

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