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

/* 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.4).

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) are:
    * Fixed adding contacts not restricted by edit permissions.
    * Fixed warnings in the preference screen.
    * Fixed warnings with PHP 4.4.0 and 5.0.5.
    * Restored backward compatibility to older Horde versions.
    * Updated Danish, Finnish, German, Hungarian, Korean, Polish and
      Traditional Chinese translations.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Adding contacts is correctly restricted by edit permissions again.
Warnings in the preference screen and with PHP 4.4.0 and 5.0.5 have been fixed.
Backward compatibility to older Horde versions has been restored.
Danish, Finnish, German, Hungarian, Korean, Polish and Traditional Chinese
translations have been updated.
FM;

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