<?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_MAJORFEATURE);

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

Horde Groupware is a free, enterprise ready, browser based collaboration
suite. Users can manage and share calendars, contacts, tasks and notes with the
standards compliant components from the Horde Project.

The installation method for Horde Groupware 4 has been changed
to use the PEAR installer. Please follow the instructions on
http://www.horde.org/apps/groupware/docs/INSTALL to install Horde Groupware.

The major changes compared to the Horde Groupware version 1 are:

Global changes:
    * Completely refactored for PHP 5.
    * New installation process through PEAR installer.
    * Simplified configuration process.
    * ActiveSync support.
    * Frameless layout.
    * Grouping into advanced and simple user preferences.
    * Improved caching and reduced session sizes.
    * Much faster Share library.
    * Reduced dependency on external libraries.
    * Lots of improvements in all library components.

Address book changes:
    * Duplicates searching and merging.

Calendar changes:
    * New AJAX frontend with integrated tasks support.
    * New mobile frontend.
    * Resource scheduling.
    * System calendars.
    * Calendar coloring.
    * Calendar and event tagging.
    * Cross-timezone support.
    * CalDAV client support.
    * Improved recurring event exceptions.
    * Improved notification and invitation messages.

Tasks changes:
    * New Ajax frontend (in calendar).
    * System task lists.
    * Task list coloring.
    * Quick task adding.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
ActiveSync support.
Frameless layout.
Advanced and simple user preferences.
Improved caching, session sizes and memory usage.
Faster Share library.
New mobile frontends.
Contact duplicates searching and merging.
New AJAX calendar frontend with tasks support.
Resource scheduling.
System calendars and task lists.
Calendar and task list coloring.
Calendar and event tagging.
Cross-timezone support.
CalDAV client support.
FM;

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