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

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

The major changes compared to the Mnemo H3 (2.0) versions are:
    * Dynamic table resorting.
    * Improved accessibility.
    * Compatible with PHP 5.1.
    * Permissions to restrict number of notes.
    * Command line script to batch import vNotes.
    * Some Kolab related fixes.
    * Improved MS-SQL support.
    * Added Russian translation.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Dynamic table resorting has been added.
Accessibility has been improved.
Permissions to restrict number of notes have been added.
A command line script to batch import vNotes has been added.
Some Kolab related bugs have been fixed.
MS-SQL support has been improved.
A Russian translation has been added.
FM;

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