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

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.

The major changes compared to the Nag H3 (2.0) versions are:
    * Email notifications when tasks have been added or changed.
    * Print view for the task list.
    * Dynamic table resorting.
    * Subscription support for calendar clients like iCal or Sunbird.
    * Improved accessibility.
    * New translation: Portuguese.
    * Compatible with PHP 5.1.
    * Permissions to restrict number of tasks.
    * Command line script to batch import vTodos.
    * Improved MS-SQL support.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Email notifications for changed tasks have been have been added.
A print view has been added to the task list.
Dynamic table resorting has been added.
Subscription support for calendar clients like iCal or Sunbird has been added.
Accessibility has been improved.
A Portuguese translation has been added.
Permissions to restrict number of tasks have been added.
A command line script to batch import vTodos has been added.
MS-SQL support has been improved.
FM;

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