<?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 Klutz Comic
viewing application version H3 (1.0).

Klutz is a Horde application for viewing comics. Users can pick which comics
they want to read and browse them by comic or by day.
ML;

$notes['name'] = 'Klutz';
$notes['list'] = 'horde';
$notes['branch'] = 'Default';
return $notes;
