<?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 Horde
Application Framework version 3.0.3.

The Horde Application Framework is a modular, general-purpose web application
framework written in PHP.  It provides an extensive array of classes that are
targeted at the common problems and tasks involved in developing modern web
applications.

Major changes compared to the Horde version 3.0.3-RC1 are:
    * Added support for clearing user preferences to LDAP driver.
    * Minor bug fixes and improvements.

Major changes compared to the Horde version 3.0.2 are:
    * Improved layout of wrapping menus in Gecko and KHTML based browsers.
    * Fixed some session handler issues.
    * Fixed caching in the Version Control library, used by Chora.
    * Fixed updating of IMAP folder trees when (un)subscribing IMAP folders.
    * Improved performance of DataTree library, used by IMP's message history.
    * Changed log level of logins and logouts.
    * Updated German and Japanese translations.
    * Minor bug and layout fixes.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
The layout of wrapping menus in Gecko and KHTML based browsers has been
improved.
Support for clearing user preferences has been added to LDAP preferences
driver.
Some session handler issues have been fixed.
Caching in the Version Control library, used by Chora, has been fixed.
Updating of IMAP folder trees when (un)subscribing IMAP folders has been
fixed.
The performance of the DataTree library, used by IMP's message history, has
been improved.
The log level of logins and logouts has been changed.
German and Japanese translations have been updated.
Some minor bugs and layout issues have been fixed.
FM;

$this->notes['name'] = 'Horde';
$this->notes['fm']['project'] = 'horde';
$this->notes['fm']['branch'] = 'FRAMEWORK_3';
