<?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 Internet
Messaging Program (IMP) version H3 (4.3).

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.

IMP version H3 (4.3) is a major upgrade in the 4.x release series, including
these enhancements:
    * Much improved folder listing library that reduces the time needed to
      create the tree and should better handle servers with unconventional
      namespaces.
    * Added ability to search by size and improved search page UI.
    * Added mailto: handler for Firefox 3+.
    * Improved autocomplete address performance and reliablity.
    * Improved address book popup interface.
    * Improved caching and storage optimizations.
    * Improved handling of views when the selected view is not the browser's
      default.
    * Added CSRF tokens to the Compose screen.
    * If using imagemagick, allow creation of PDF thumbnails.
    * Fixed spellcheck in HTML mode when using Xinha on IE and when using
      fckeditor on Safari 3.
    * Fixed logging of forwarded messages.
    * Multiple quota driver bugfixes and improvements.
    * Handle ';' to delimit addresses when composing.
    * Added Basque translation.
    * A large amount of bugfixes and performance/stability improvements.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
The folder listing has been accelerated and better supports unconventional namespaces.
Searching by size and a mailto: handler for Firefox 3+ have been added.
Address autocompletion, address book popups, the quota system, and caching have been improved.
CSRF tokens have been added to the Compose screen.
PDF thumbnails are displayed if possible.
Logging of forwarded messages has been fixed.
Semicolons are allowed as address delimiters now.
A Basque translation has been added.
A large amount of bugfixes and performance/stability improvements have been made.
FM;

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