<?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.1.1).

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 H3 (2.1) version are:
    * Fixed losing sessions when editing address books.
    * Added upgrade script for Oracle to upgrade from 1.2 to 2.x.
    * Fixes and improvements to the create_default_histories.php and
      public_to_horde_share.php scripts.
    * Updated Danish, Dutch, German, Greek, Estonian and Japanese translations.
    * Small bugfixes and improvements.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
A problem with losing sessions when editing address books and disabled cookies
has been fixed.
An upgrade script for Oracle to upgrade from 1.2 to 2.x has been added.
Fixes and improvements have been made to the create_default_histories.php and
public_to_horde_share.php scripts.
Danish, Dutch, German, Greek, Estonian and Japanese translations have been
updated.
Small bugfixes and improvements have been made.
FM;

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