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

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.

Major changes compared to the Kronolith H3 (2.1) version are:
    * Fixed fatal error during first login of new users.
    * Update free/busy information on Kolab servers after editing events.
    * Improved free/busy support.
    * Improved interoperability with KOrganizer.
    * Added upgrade script for Oracle to upgrade from 1.1 to 2.x.
    * Updated Danish, Dutch, Greek and Japanese translations.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
A fatal error during the first login of new users has been fixed.
Free/busy information on Kolab servers is updated now after editing events and
free/busy support has generally been improved.
Interoperability with KOrganizer has been improved.
An upgrade script for Oracle to upgrade from 1.1 to 2.x has been added.
Danish, Dutch, Greek and Japanese translations have been updated.
FM;

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