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

/* 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 1.2.5.

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.

Changes in this release:
    * Fixed an XSS vulnerability.
    * Fixed a warning with the LDAP driver.
    * Updated Galician translation.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
An XSS vulnerability has been fixed.
A warning with the LDAP driver has been fixed.
The Galician translation has been updated.
FM;

$this->notes['name'] = 'Turba';
$this->notes['fm']['project'] = 'turba';
$this->notes['fm']['branch'] = 'Stable 1.x';
