<?php
/**
 * Release focus. Possible values:
 * Horde_Release::FOCUS_INITIAL - Initial announcement
 * Horde_Release::FOCUS_MINORFEATURE - Minor feature enhancement
 * Horde_Release::FOCUS_MAJORFEATURE - Major feature enhancement
 * Horde_Release::FOCUS_MINORBUG - Minor bugfixes
 * Horde_Release::FOCUS_MAJORBUG - Major bugfixes
 * Horde_Release::FOCUS_MINORSECURITY - Minor security fixes
 * Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
 * Horde_Release::FOCUS_DOCS - Documentation improvements
 */
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORBUG, Horde_Release::FOCUS_MINORFEATURE);

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
The Horde Team is pleased to announce the second release candidate of
the Horde Groupware Webmail Edition version 4.0.

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 and notes with the standards compliant components from the Horde
Project.

The installation method for Horde Groupware Webmail Edition 4 has been
changed to use the PEAR installer. Please follow the instructions on
https://github.com/horde/horde/blob/master/bundles/webmail/docs/INSTALL
to install Horde Groupware Webmail Edition.

The major changes compared to the Horde Groupware Webmail Edition version
4.0-RC1 are:

Global changes:
    * Added an installation script.
    * Allow to overwrite default configurations.
    * Added a script for exporting/importing preferences from/to a backend.
    * Small bugfixes and improvements.

Mail changes:
    * Improved POP3 support.
    * Workaround Suhosin extension breaking valid requests.
    * Fixed loading message previews from search results.

Address book changes:
    * Support multiple address books in search portal block.
    * Enable composite adress fields by default.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Added an installation script.
Allow to overwrite default configurations.
Added a script for exporting/importing preferences from/to a backend.
Improved POP3 support.
Workaround Suhosin extension breaking valid requests.
Fixed loading message previews from search results.
Support multiple address books in search portal block.
Enable composite adress fields by default.
Small bugfixes and improvements.
FM;

$this->notes['name'] = 'Horde Groupware Webmail Edition';
$this->notes['list'] = 'horde';
$this->notes['fm']['project'] = 'horde-webmail';
