<?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 Turba Contact
Manager version H3 (2.0.3).

Turba is the Horde contact management application. It is a production level
address book, and makes heavy use of the Horde framework to provide
integration with IMP and other Horde applications.

Major changes compared to the Turba version H3 (2.0.3-RC1) are:
    * Fixed "Add" button not being displayed with only one source.
    * Added Turkish translation.
    * Updated French, German, and Slovak translations.

Major changes compared to the Turba version H3 (2.0.2) are:
    * Added a generic SQL upgrade script.
    * Added example how to add a category field.
    * Don't show "Add" and "Browse" icons if not applicable.
    * Support birthdays in vCard imports and exports.
    * Use bind variables in SQL driver.
    * Several IMSP improvements.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
A generic SQL upgrade script and an example how to add a category field have
been added.
"Add" and "Browse" icons are no longer shown if not applicable.
Birthdays in vCard imports and exports are supported now.
Bind variables are used in the SQL driver now.
Several IMSP improvements have been made.
A Turkish translation has been added and French, German, and Slovak
translations have been updated.
FM;

$this->notes['name'] = 'Turba';
$this->notes['fm']['project'] = 'turba';
$this->notes['fm']['branch'] = 'FRAMEWORK_3';
