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

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 from 3.0.5-RC2:
    * Minor bug fixes and improvements.
    * Updated Finnish, French, German, Indonesian, Hungarian, Slovak
      translations.

Major changes from 3.0.5-RC1:
    * Fixed a far-reaching DataTree bug in loading parent ids (Bug #2203).

Major changes compared to the Horde version 3.0.4 are:
    * Added LDAP and memcached session handlers.
    * Added session locking to session handlers to avoid data corruption.
    * Support SQLite and Oracle in all SQL configurations.
    * Added scripts and instructions for MSDE databases.
    * Use bind variables in all SQL drivers.
    * Detect and support Opera 8.
    * Improved performance of several libraries.
    * Allowed charset aware IMAP searches.
    * Fixed bugs in the Version Control library.
    * Show application version numbers in configuration screen.
    * Added Bosnian translation.
    * Updated Finnish, German, Italian, Persian, Russian, Slovenian, Swedish,
      and Traditional Chinese translations.
    * Lots of improvements and bug fixes.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
LDAP and memcached drivers and session locking have been added to the session
handlers.
SQLite and Oracle are supported in all SQL configurations now.
Scripts and instructions for MSDE databases have been added.
Bind variables are used in all SQL drivers now.
Opera 8 is detected and supported correctly now.
The performance of several libraries has been improved.
Charset aware IMAP searches are supported now.
Several bugs in the Version Control library have been fixed.
A Bosnian translation has been added and several 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';
