<?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.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.0) versions are:
    * Submenu with address books and "Add" and "Search" entries in sidebar.
    * Distribution lists can contain contacts from multiple sources.
    * Shared address books.
    * Paged browse view.
    * Add files and threaded comments to contacts.
    * Edit several contacts at once.
    * Improved CSV import.
    * Keep names optionally unformatted.
    * Export more than one vCard at once.
    * New language: Icelandic.
    * Drop cached searches.
    * Compatible with PHP 5.1.
    * Improved MS-SQL support.
    * Permissions managed completely though administration interface.
    * Permission to restrict number of contacts.
    * Command line script to batch import vCards.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
A submenu with address books has been added to the sidebar. Distribution lists allow contacts from multiple sources. Shared address books and support for adding files and threaded comments to contacts have been added. Several contacts can be added at once. CSV import and MS-SQL support have been improved. Names are optionally kept unformatted. More than one vCard can be added at once. Cached searches have been dropped. Permission management has been simplified and new permissions to restrict the number of contacts have been added. A command line script to batch import vCards has been added.
FM;

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