Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > f4ef980e19359b4a9b6e9566c2d2208b > files > 14

horde-nag-2.3.1-4mdv2010.0.noarch.rpm

<?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.3.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 version H3 (2.3) are:
    * Fixed a fatal error when completing a task.
    * Added a PostgreSQL-specific upgrade script.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
A fatal error that occured when completing a task has been fixed  and a
PostgreSQL-specific upgrade script has been added.
FM;

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