<?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.4.

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.4-RC2 are:
    * Fixed an XSS vulnerability.
    * Added PostgreSQL specific upgrade script.
    * Updated Dutch translation.
    * Some minor bug fixes.

Major changes compared to the Horde version 3.0.4-RC1 are:
    * Improved SQL configuration.
    * Improved Oracle support.
    * Updated Finnish, French, Italian, Norwegian Bokmaal, and Slovak
      translations.
    * Some layout and bug fixes.

Major changes compared to the Horde version 3.0.3 are:
    * Re-added support for the mime_magic extension.
    * Added database specific connection parameters to setup interface.
    * Added Horde_Tree_select class.
    * Improved IMAP folder trees and IMAP message threads.
    * Improved IMSP support.
    * Automatically create configuration files if possible.
    * Updated German, Hungarian, Italian, Japanese, and Slovenian translations.
    * Lots of improvements and bug fixes.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
An XSS vulnerability has been fixed.
Support for the mime_magic extension has been re-added.
The SQL configuration and Oracle support have been improved.
An PostgreSQL specific upgrade script has been added.
The Horde_Tree_select class has been added.
IMAP folder trees, IMAP message threads, and IMSP support have been improved.
Configuration files are now automatically created if possible.
Dutch, Finnish, French, German, Hungarian, Italian, Japanese, Norwegian
Bokmaal, Slovak, and Slovenian translations have been updated.
Lots of improvements and bug fixes have been made.
FM;

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