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

/* Mailing list release notes. */
$notes['changes'] = <<<ML
The Horde Team is pleased to announce the [first release candidate|final
release] of the Kolab Foo Bar Application version H3 (x.x).

The Kolab Foo Bar Application is a...

[For alpha/beta releases:
This is a preview version that should not be used on production systems.  This
version is considered feature complete but there might still be a few bugs.
You should not use this preview version over existing production data.

We encourage widespread testing and feedback via the mailing lists or our bug
tracking system.  Updated translations are very welcome, though some strings
might still change before the final release.]

[For release candidates:
Barring any problems, this code will be released as Kolab H3 (x.x).
Testing is requested and comments are encouraged.
Updated translations would also be great.]

The major changes compared to the Kolab version H3 (x.x) are:
[or: Kolab version H3 (x.y) is a major upgrade in the x.x release series,
including these enhancements:]
    * ...
ML;

$notes['name'] = 'Kolab';
$notes['branch'] = 'Horde 4';
return $notes;
