Files
server/usr/share/psa-pear/pear/docs/kronolith/RELEASE_NOTES
2026-01-07 20:52:11 +01:00

31 lines
1.1 KiB
Plaintext

<?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.29).
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.28) are:
* Fix regresssion in event modification notifications.
ML;
$notes['name'] = 'Kronolith';
$notes['branch'] = 'Horde 5';
return $notes;