<?php
/**
 * Release focus. Possible values:
 * 0 - N/A
 * 1 - Initial freshmeat announcement
 * 2 - Documentation
 * 3 - Code cleanup
 * 4 - Minor feature enhancements
 * 5 - Major feature enhancements
 * 6 - Minor bugfixes
 * 7 - Major bugfixes
 * 8 - Minor security fixes
 * 9 - Major security fixes
 */
$this->notes['fm']['focus'] = 5;

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
The Horde Team is pleased to announce the final release of the Nag Task List
Manager version H3 (2.2).

Nag is a web-based application built upon the Horde Application Framework which
provides a simple, clean interface for managing online task lists (i.e., TODO
lists).  It also includes strong integration with the other Horde applications
and offers shared task lists.

Nag version H3 (2.2) is a major upgrade in the 2.x release series, including
these enhancements:
    * Support for the Horde_Alarm system (requires Horde 3.2) for email or
      inline alarms on any event.
    * Support for sub-tasks and tasks with delayed start dates.
    * WCAG 1.0 Priority 2/Section 508 accessibility guidelines compliance.
    * WebDAV support.
    * Improved vCalendar and iCalendar support.
    * Support for private tasks.
    * Dynamic inline searching of the task list, with the option for an
      advanced search that includes additional options.
    * All tasklists are now shown in a collapsible panel with easy access to
      managing your tasklists and choosing which tasks to view.
    * Completion of tasks is now tracked in a completion date field and in
      the Horde_History system.
    * Full Kolab webclient support
    * Database access can be split between read and write databases.
    * More graceful operation if the calendar backend is not available.
    * Improved API support.
    * Improved tasklist management interface.
    * and much, much more.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
New in this release: Support for the Horde_Alarm system (requires Horde 3.2); support for sub-tasks and tasks with delayed start dates; WCAG 1.0 Priority 2/Section 508 accessibility guidelines compliance; WebDAV support; improved vCalendar and iCalendar support; support for private tasks; inline task list search; a dynamic tasklist panel; history tracking of task completion; full Kolab webclient support; support for separate read and write databases; smoother operation when the database is down; and many, many bug fixes and small enhancements.
FM;

$this->notes['name'] = 'Nag';
$this->notes['fm']['project'] = 'nag';
$this->notes['fm']['branch'] = 'Horde 3';
