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

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

This is a bugfix release that also fixes privilege escalation in the Horde API
and missing ownership validation in the share management. All users are
encouraged to upgrade to this version.

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.1.1) version are:
    * Fixed privilege escalation in the Horde API.
    * Fixed missing ownership validation on share changes.
    * Updated Finnish, Japanese, Portuguese, Simplified Chinese, Spanish, and
      Traditional Chinese translations.
    * Small bug fixes and improvements.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
A privilege escalation in the Horde API has been fixed.
A missing ownership validation on share changes has been fixed.
Finnish, Japanese, Portuguese, Simplified Chinese, Spanish, and Traditional
Chinese translations have been updated.
Small bug fixes and improvements have been made.
FM;

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

/* $Horde: mnemo/docs/RELEASE_NOTES,v 1.23.2.15.2.1 2008/01/09 13:32:29 jan Exp $ */
