<?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'] = 4;

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
The Horde Team is pleased to announce the official release of the Kronolith
Calendar Application version 1.1.1.

Kronolith is the Horde calendar application. It provides Web-based calendars
backed by either a SQL database or by the MCAL library. Supported features
include alarms, recurring events, and a sophisticated day/week view which
handles arbitrary numbers of overlapping events.

Changes in this release:
    - Allow creation of new event categories from the event edit screen.
    - Fix some display bugs with recurring events in the sql driver.
    - Added translations: Arabic (Syrian)
    - Updated translations: Brazilian Portuguese, Danish, Dutch, Finnish,
      French, German, Hungarian, Swedish
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Allow creation of new event categories from the event edit screen.
Fix some display bugs with recurring events in the sql driver.
Added Arabic (Syrian) translation.
Updated Brazilian Portuguese, Danish, Dutch, Finnish, French, German,
Hungarian, Swedish
FM;

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