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

MIMP (Mobile Internet Messaging Program, or Mobile IMP) is a version of the
webmail client 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.

MIMP version H3 (1.1) is a major upgrade in the 1.x release series, including
these enhancements:
    * MIMP now uses IMP for all core functionality.  This means that MIMP
      honors all IMP's preferences, is able to share all cached data with
      IMP (and DIMP), and benefits from all the performance enhancements
      included with IMP 4.2.
    * Added Japanese and Slovak translations.

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

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
New in this release: MIMP now uses IMP for all core functionality.  This means that MIMP honors all IMP's preferences, is able to share all cached data with IMP (and DIMP), and benefits from all the performance enhancements included with IMP 4.2.
Japanese and Slovak translations have been added too.
FM;

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