<?php
/* Security release? */
$notes['security'] = false;

/* Mailing list release notes. */
$notes['changes'] = <<<ML
The Horde Team is pleased to announce the final release of the Kronolith
Calendar Application version H5 (4.2.0).

Kronolith is the Horde calendar application. It provides web-based calendars
backed by a SQL database or a Kolab server. Supported features include Ajax and
mobile interfaces, CalDAV support, shared calendars, remote calendars,
invitation management (iCalendar/iTip), free/busy management, resource
management, alarms, recurring events, and a sophisticated day/week view which
handles arbitrary numbers of overlapping events. For more information on
Kronolith, visit http://www.horde.org/apps/kronolith.

For upgrading instructions, please see
http://www.horde.org/apps/kronolith/docs/UPGRADING

For detailed installation and configuration instructions, please see
http://www.horde.org/apps/kronolith/docs/INSTALL

The major changes compared to Kronolith version H5 (4.2.0RC2) are:
    * Small bugfixes.

The major changes compared to the Kronolith H5 (4.1) versions are:
    * Added script to import from Open-Xchange.
    * Synchronize multiple calendars via ActiveSync.
    * Synchronize shared calendars via CalDAV.
    * Synchronize attendees via CalDAV.
    * Improved free/busy display (sponsored by Wolf Maschinenbau AG,
      https://www.wolf-maschinenbau.de/).
    * Improved sorting of events in month view.
    * Improved task interfaces.
    * Improved ActiveSync synchronization of event resources.
    * Added Oracle support.
    * Further improvements.
ML;

$notes['name'] = 'Kronolith';
$notes['branch'] = 'Horde 5';
return $notes;
