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

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.4-RC2) are:
    * Added warning that PGP key generation may take awhile.
    * Added confirmation when reporting spam/innocent from message view.
    * Fixed check for duplicate addresses when automatically saving recipients.
    * Updated Finnish, German, Korean, and Slovak translations.

Major changes compared to the IMP version H3 (4.0.4-RC1) are:
    * Added entire message search to search page.
    * Use "Fetch Mail" consistently in the user interface.
    * Fixed warnings when expanding names with spaces.
    * Updated Finnish, German, Korean, and Slovak translations.
    * Minor bug fixes.

Major changes compared to the IMP version H3 (4.0.3) are:
    * Allow non-ascii searches.
    * Show meeting invitations inline.
    * Allow to accept invitations and add them to the calendar at once.
    * Added separate confirmation page when deleting or emptying folders.
    * Localized all remaining INBOX strings in the interface.
    * Ensure that no maintenance tasks may be skipped.
    * Fixed blank screens in Internet Explorer after failed logins.
    * Minor character set related fixes.
    * Improved draft saving of HTML messages.
    * Work around broken c-client sort by arrival.
    * Added Bosnian translation.
    * A few improvements and minor bug fixes.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Non-ascii and entire message searches are possible now.
Meeting invitations are shown inline and can be accepted and added to the
calendar at once.
A confirmation page when deleting or emptying folders has been added.
All remaining INBOX strings in the interface are localized.
No maintenance tasks may be skipped anymore.
Blank screens in Internet Explorer after failed logins have been fixed.
Minor character set related fixes have been made.
Draft saving of HTML messages has been improved.
A workaround for broken c-clients and sorting by arrival has been implemented.
A Bosnian translation has been added.
FM;

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