<?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 Mnemo Note
Manager version H3 (2.0.1).

The Mnemo Note Manager is the Horde notes/memos application.  It provides
web-based notes and freeform text, similar to the PalmOS Note application and
shared notepads.  It requires the Horde Application Framework and an SQL
database for backend storage.

Major new changes in this release:
    * Fixed printing of notes.
    * Updated German and Traditional Chinese translations.
ML;

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

$this->notes['name'] = 'Mnemo';
$this->notes['fm']['project'] = 'mnemo';
$this->notes['fm']['branch'] = 'FRAMEWORK_3';
