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

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.3-RC1) are:
    * Fixed time grids in free/busy view.
    * Include dates in reminder messages.
    * Use SMTP authentication settings when sending reminders and
      notifications.
    * Updated French, German, and Slovak translations.

Major changes compared to the Kronolith version H3 (2.0.2) are:
    * Send reminders in users' languages.
    * Fixed warning in IE when entering Kronolith over HTTPS.
    * Include attendees in iTip invitations and fixed updating of attendee
      status.
    * Improved importing of iCalendar data.
    * Improved Free/Busy data generation.
    * Use bind variables in SQL driver.
    * Added PostgreSQL upgrade script.
    * Updated Dutch, Finnish, German, Italian, Japanese, Norwegian (Bokmaal),
      Russian, Swedish, and Traditional Chinese translations.
    * Minor bug and layout fixes and improvements.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Time grids in the free/busy view have been fixed.
Dates are now included in reminder messages, and SMTP authentication settings
are now used when sending reminders and notifications.
French, German, and Slovak translations have been updated.
FM;

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