<?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'] = 8;

/* 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 1.1.3.

Nag is a Web-based application built upon the Horde application framework. It
provides a simple, clean interface for managing an online task list (i.e. a
TODO list). It also includes strong integration with the other Horde
applications.

Changes in this release:
    * Fixed an XSS vulnerability.
    * Updated German and Traditional Chinese translations.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
An XSS vulnerability has been fixed.
The German and Traditional Chinese translations have been updated.
FM;

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