<?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 Kronolith
Calendar Application version H3 (2.0.2).

Kronolith is the Horde calendar application.  It provides web-based calendars
backed by a SQL database, the MCAL library, or a Kolab server.  Supported
features include shared calendars, remote calendars, meeting management,
alarms, recurring events, and a sophisticated day/week view which handles
arbitrary numbers of overlapping events.

Major changes compared to the Kronolith version H3 (2.0.2-RC1) are:
    * Fixed portal block for missed events.

Major changes compared to the Kronolith version H3 (2.0.1) are:
    * Fixed event updates through iTip notifications.
    * Fixed free/busy detection with some languages.
    * Only show due dates of uncompleted tasks.
    * Added Japanese translation.
    * Updated Traditional Chinese translation.
    * Minor bug and layout fixes.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Event updates through iTip notifications and free/busy detection with some
languages have been fixed.
Only due dates of uncompleted tasks are shown now.
A Japanese translation has been added.
The Hungarian translation has been updated.
Minor bugs and layout issues have been fixed.
FM;

$this->notes['name'] = 'Kronolith';
$this->notes['fm']['project'] = 'kronolith';
$this->notes['fm']['branch'] = 'FRAMEWORK_3';
