<?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'] = 9;

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
The Horde Team is releasing a critical security fix for the Horde Application
Framework versions 3.0 and above. Version 2.x and earlier releases are not
affected.

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 Horde 3.1 are:
    * Security Fixes
      - Fix for remote code execution vulnerability in the help viewer,
        discovered by Jan Schneider from the Horde team.
    * Small bugfixes and improvements
      - Fixed export and synchronization of events across daylight saving time
        changes.
      - Improved mysql session handler.
      - Improved support for Internet Explorer 7 and Opera Mini browsers.
      - Fixed quota support for some VFS drivers.
      - Fixed menu wrapping with Kolab and Purple theme.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
A potential remote code execution hole has been fixed in the help viewer. This hole is present in all Horde versions after 3.0. It is not present in 2.x and earlier releases. Additional changes: export and synchronization of events across daylight saving time changes has been fixed. The mysql session handler and support for Internet Explorer 7 and Opera Mini browsers have been improved. Some minor bugs have been fixed.
FM;

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