<?php
/**
 * Release focus. Possible values (multiple possible with arrays):
 * Horde_Release::FOCUS_INITIAL - Initial announcement
 * Horde_Release::FOCUS_MINORFEATURE - Minor feature enhancement
 * Horde_Release::FOCUS_MAJORFEATURE - Major feature enhancement
 * Horde_Release::FOCUS_MINORBUG - Minor bugfixes
 * Horde_Release::FOCUS_MAJORBUG - Major bugfixes
 * Horde_Release::FOCUS_MINORSECURITY - Minor security fixes
 * Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
 * Horde_Release::FOCUS_DOCS - Documentation improvements
 */
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORFEATURE);

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
The Horde Team is pleased to announce the third release candidate of the Sesha
Inventory Manager Application version H5 (1.0.0).

Sesha is the Horde Inventory Manager. It is an application designed to track a
multitude of items. It can organize stockable items into multiple categories,
each with unique properties. For more information on Sesha, visit
http://www.horde.org/apps/sesha.

We encourage widespread testing and feedback via the mailing lists or our bug
tracking system. Updated translations are very welcome. Strings are not going
to change until the final release.

The major changes compared to the Sesha version H5 (1.0.0RC2) are:
    * Search improvements.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Search improvements.
FM;

$this->notes['name'] = 'Sesha';
$this->notes['list'] = 'horde';
$this->notes['fm']['project'] = 'sesha';
$this->notes['fm']['branch'] = 'Horde 5';
