<?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
After three years of work, the Horde Team is proud to announce the final
release of the Kronolith Calendar Application version H3 (2.0).

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.

The major changes compared to the Kronolith 1.x versions are:
    * Shared calendars.
    * Meeting management through iCalendar and iTip messages.
    * Event reminders through email.
    * iCalendar import and export.
    * Generation of free/busy information.
    * Remote calendars.
    * Kolab server support.
    * Search capability.
    * Access keys.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Support for shared calendars has been added.
Meetings can now be managed through iCalendar and iTip messages.
Email-based event reminders have been added.
iCalendar data can now be imported and exported.
Free/busy information is being generated automatically now, for use in Outlook
or other calendar applications.
Remote calendars have been added.
Kolab servers are now supported.
Event searching has been added.
Access keys have been added.
FM;

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