<?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 Dynamic
Internet Messaging Program (DIMP) version H3 (1.1).

DIMP (Dynamic Internet Messaging Program, or Dynamic IMP) is a PHP-based
webmail system and a component of the Horde project.  DIMP is a version of the
webmail client IMP utilizing AJAX-like technologies to allow a more dynamic
user experience than traditionally offered via IMP.

DIMP requires at least Horde version 3.2 and IMP version H3 (4.2) to run.
Although not required to upgrade either Horde or IMP, it is STRONGLY
RECOMMENDED you do as any bugfixes to core functionality will occur in
these applications.

DIMP version H3 (1.1) is a major upgrade in the 1.x release series, including
these enhancements:
    * Improved UI for message list checkboxes.
    * Improved message list scrollbar.
    * Improved drag/drop javascript library, fixing several bugs and allowing
      the ability to move folders.
    * Cache preview messages.
    * Indicate that the WYSIWYG editor is still loading.
    * Update quota when polling messages.
    * Fixed error when purging deleted messages.
    * Fixed buggy behavior on various browsers, including right-clicks on
      Firefox/Mac, mousewheel on Safari, various display issues on Opera 9.5,
      and dynamic resizing on IE 6.
    * Highlight search criteria text in message list.
    * Allow multiple compose/message popup windows to be open.
    * Added Brazilian Portuguese translation.
    * A large amount of bugfixes and performance/stability improvements.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
The checkboxes UI and the scrollbar in the message list have been improved.
Drag and drop of folders has been added.
Loading of the WYSIWYG editor is indicated.
Quota is updated when polling messages.
An error when purging deleted messages and buggy behavior on various browsers have been fixed.
Search text in the message list is highlighted.
Multiple popup windows are possible.
A Brazilian Portuguese translation has been added.
A large amount of bugfixes and performance and stability improvements have been made.
FM;

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