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

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

The major changes compared to the Nag H3 (2.0.2-RC1) version are:
    * Updated Finnish, French, German, Hungarian, and Slovak translations.

The major changes compared to the Nag H3 (2.0.1) version are:
    * Use bind variables in SQL driver.
    * Added upgrade script for PostgreSQL.
    * Some bug fixes and minor improvements.
    * Updated Brazilian Portuguese, Dutch, Finnish, German, Hungarian,
      Italian, Japanese, Norwegian, and Swedish translations.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Bind variables are used in the SQL driver now.
An upgrade script for PostgreSQL has been added.
Some bugs have been fixed and minor improvements have been made.
Brazilian Portuguese, Dutch, Finnish, French, German, Hungarian, Italian,
Japanese, Norwegian, Slovak, and Swedish translations have been updated.
FM;

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