<?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 Dynamic
Internet Messaging Program (DIMP) version H3 (1.0).

DIMP (Dynamic Internet Messaging Program, or Dynamic IMP) is a PHP-based
webmail system and a component of the Horde project.  DIMP is a version of the
webmail client IMP utilizing AJAX-like technologies to allow a more dynamic
user experience than traditionally offered via IMP.

DIMP requires at least Horde version 3.2 and IMP version H3 (4.2) to run.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
This is the first stable release.
FM;

$this->notes['name'] = 'DIMP';
$this->notes['list'] = 'imp';
$this->notes['fm']['project'] = 'dimp';
$this->notes['fm']['branch'] = 'Default';
