<?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 H3 (2.1.4).

This is a security release that fixes privilege escalation in the Horde API
and missing ownership validation in the share management. All users are
encouraged to upgrade to this version.

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.1.3) version are:
    * Fixed privilege escalation in the Horde API.
    * Fixed missing ownership validation on share changes.
    * Updated Japanese, Polish, and Spanish translations.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
A privilege escalation in the Horde API has been fixed.
A missing ownership validation on share changes has been fixed.
Japanese, Polish, and Spanish translations have been updated.
FM;

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

/* $Horde: nag/docs/RELEASE_NOTES,v 1.26.2.24.2.1 2008/01/09 13:32:29 jan Exp $ */
