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

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

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 changes compared to the Mnemo version H3 (2.0.2-RC1) are:
    * Allow to import more than one note from vNote data at once.
    * Fixed warnings with PHP 4.4.0 and 5.0.5.
    * Updated Finnish, Hungarian, Slovak, and Traditional Chinese
      translations.

Major changes compared to the Mnemo version H3 (2.0.1) are:
    * Added PostgreSQL upgrade script.
    * Use bind variables in SQL driver.
    * Added Japanese translation.
    * Updated Brazilian Portuguese, Dutch, Finnish, German, Hungarian,
      Italian, Norwegian, Polish, Swedish, and Traditional Chinese
      translations.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
A PostgreSQL upgrade script has been added.
More than one note can be imported from vNote data at once now.
Bind variables are used now in the SQL driver.
A Japanese translation has been added and Brazilian Portuguese, Dutch,
Finnish, German, Hungarian, Italian, Norwegian, Polish, Slovak, Swedish, and
Traditional Chinese translations have been updated.
FM;

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