<?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 Wicked wiki
application version H5 (2.0.4).

Wicked is a wiki application for the Horde Framework. It uses PEAR's Text_Wiki
library for the actual wiki markup parsing and rendering. It supports Creole,
Mediawiki, Tiki Wiki, and its own markup engine. For more information on
Wicked, visit http://www.horde.org/apps/wicked.

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

The major changes compared to the Wicked version H5 (2.0.3) are:
    * Fix fatal errors during API access.
    * Update Italian translation.
    * Update Brazilian Portuguese translation.
ML;

$notes['name'] = 'Wicked';
$notes['list'] = 'horde';
$notes['branch'] = 'Horde 5';
return $notes;
