<?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 Turba Contact
Manager version H3 (2.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. It supports SQL, LDAP,
Kolab, and IMSP address books.

Turba version H3 (2.3) is a major upgrade in the 2.x release series, including
these enhancements:
    * Added support for logos and photos (requires Horde 3.3).
    * Added support for marking a contact as your own.
    * Improved Kolab support.
    * Improved vCard support.
    * Improved import and export support.
    * Improved deleting user data.
    * Further bugfixes and improvements.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Support for photos, logos and marking a contact as your own have been added.
Kolab, vCard, import/export and remove user data support have been improved.
Further bugfixes and improvements have also been made.
FM;

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