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

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.5 are:
    * Fixed sidebar menu layout with Opera browsers.
    * Fixed calendar popup with Safari browsers.
    * Fixed blank screens with Internet Explorer browsers after logins.
    * Fixed warnings with PHP 4.4.0 and 5.0.5.
    * Added ability to enable and disable IMSP globally.
    * Fixed URL generation with some PHP CGI setups.
    * Fixed sharing with groups if using group hooks.
    * Updated Finnish, French, German, Hungarian, Korean, Polish, Slovak,
      Turkish, and Traditional Chinese translations.
    * Minor improvements and bug fixes.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Blank screens with Internet Explorer after logins, broken sidebar menu layout
with Opera, and calendar popups with Safari have been fixed.
Warnings with PHP 4.4.0 and 5.0.5 have been fixed.
The ability to enable and disable IMSP globally has been added.
URL generation with some PHP CGI setups has been fixed.
Sharing with groups if using group hooks has been fixed.
Finnish, French, German, Hungarian, Korean, Polish, Slovak, Turkish, and
Traditional Chinese translations have been updated.
Minor improvements and bug fixes have been made.
FM;

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