<?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 MIMP Webmail
Client version H3 (1.0.1).

MIMP (Mobile IMP) is a project to create a version of IMP suitable for mobile
devices such as WAP phones or PDAs. Basic IMP functionality is implemented
including mailbox viewing and paging, viewing messages, deleting, replying,
forwarding, and composing new messages.

Major changes compared to the MIMP version H3 (1.0) are:
    * Added Catalan, Dutch and Portuguese translations.
    * Updated Finnish and German translations.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Catalan, Dutch and Portuguese translations have been added, and Finnish and
German translations have been updated.
FM;

$this->notes['name'] = 'MIMP';
$this->notes['fm']['project'] = 'mimp';
$this->notes['fm']['branch'] = 'Default';
