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

Horde version 3.3 is a major upgrade in the 3.x release series, including
these enhancements:
    * Further stabilized synchronization support.
    * Improved vCard parser and viewer including photo support.
    * Improved deletion of user data.
    * New and improved form fields for images, string arrays, and PGP and
      S/MIME keys.
    * Protected dereferrer against being abused as an open referrer.
    * Added SQL driver for signups.
    * Added Basque translation.
    * Many improvements and bug fixes.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Synchronization support has been further stabilized.
The vCard parser and viewer have been improved and include photo support now.
Deletion of user data has been improved
Form fields for images, string arrays, and PGP and S/MIME keys have been added or improved.
An SQL driver for signups has been added.
A Basque translation has been added.
Many further improvements and bug fixes have been made.
FM;

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