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

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 new changes in this release:
    * Closed two XSS vulnerabilities.
    * Fixed folder views in IMP on some IMAP servers.
    * Fixed doubled application menus.
    * Fixed deletion of identities.
    * Worked around problems if no DataTree driver had been specified.
    * Minor bug and layout fixes.

The XSS vulnerabilities can be exposed by making an authenticated user click
on a specially crafted URL and allows to execute JavaScript code in the
context of Horde. The security threat is considered low.
Thanks to Robert Fly for pointing out these issues.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Two XSS vulnerabilities have been fixed.
Folder views in IMP on some IMAP servers, doubled application menus, deletion
of identities, and some other minor bugs and layout issues have been fixed.
Some problems if no DataTree driver had been specified have been worked around.
FM;

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