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

Kronolith is the Horde calendar application.  It provides web-based calendars
backed by a SQL database 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.

Kronolith version H3 (2.3) is a major upgrade in the 2.x release series,
including these enhancements:
    * Added maintenance task for purging old events.
    * Added calendar feeds.
    * Added calendar widgets embeddable into external websites.
    * Changed year view to highlight days with busy events.
    * Improved deleting user data.
    * Added Basque and Estonian translations.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
A maintenance task for purging old events, calendar feeds, and calendar widgets that can be embedded into external websites, have been added.
The year view highlights days with busy events now.
Deleting user data and WebDAV support have been improved.
Basque and Estonian translations have been added.
FM;

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