<?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.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-RC3) version are:
    * Added guards against not being able to select displayed calendars.

Major changes compared to the Kronolith H3 (2.0) versions are:
    * Year view.
    * Email notifications when events have been added or changed.
    * Show current alarms in sidebar menu.
    * Event status of "Free".
    * Subscription support for calendar clients like iCal or Sunbird.
    * Allow to freely set event years.
    * Support meeting planning with clients without iTip/iCalendar support.
    * Improved side-by-side views for multiple calendars.
    * Improved accessibility.
    * Improved attendees interface.
    * New translation: Portuguese.
    * Compatible with PHP 5.1.
    * Several Kolab related fixes.
    * Deprecated MCAL driver.
    * Permissions to restrict number of events.
    * Simplified free/busy URLs.
    * Command line script to batch import iCalendar data.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
A Year view, email notifications for changed events, an event status of Free, subscription support for desktop calendar clients and support for meeting planning with clients without iTip/iCalendar support have been added. Current alarms are displayed in the sidebar menu. The side-by-side views for multiple calendars, accessibility and the attendees interface have been improved. Kolab related bugs have been fixed. The MCAL driver has been deprecated. Free/busy URLs have been simplified. Permissions to restrict number of events and a script to import iCalendar data have been added.
FM;

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