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

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
The Horde Team is pleased to announce the final release of the IMP Webmail
Client version H3 (4.0.2).

IMP, the Internet Messaging Program, is one of the most popular webmail
applications available.  It allows universal, web-based access to IMAP and
POP3 mail servers and provides a full range of features normally found only in
desktop email clients.

Major changes compared to the IMP version H3 (4.0.2-RC1) are:
    * Fixed wrapping of flowed text in print view.
    * Minor bug fixes.

Major changes compared to the IMP version H3 (4.0.1) are:
    * Fixed new mail notification in mailbox view.
    * Fixed IMAP server specific SMTP configuration.
    * Decode the contents of message previews.
    * Speed up mailbox loading.
    * Add API method to speed up browse views in Turba 2.0.1.
    * Updated German, Japanese, and Norwegian Bokmaal translations.
    * Minor bug and layout fixes.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
New mail notifications in the mailbox view work again.
The IMAP server specific SMTP configuration works again.
The contents of message previews are decoded now.
The mailbox loading has been speeded up.
Wrapping of flowed text in the print view has been fixed.
An API method to speed up browse views in Turba 2.0.1 has been added.
German, Japanese, and Norwegian Bokmaal translations have been updated.
Some minor bugs and layout issues have been fixed.
FM;

$this->notes['name'] = 'IMP';
$this->notes['fm']['project'] = 'imp';
$this->notes['fm']['branch'] = 'FRAMEWORK_3';
