<?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 Whups Ticket
Tracking System version H5 (3.0.12).

Whups is a Horde ticket-tracking application. It is very flexible in design,
and can be used for help-desk requests, tracking software development, and
anything else that needs to track a set of requests and their status. For more
information on Whups, visit http://www.horde.org/apps/whups.

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

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

The major changes compared to the Whups version H5 (3.0.11) are:
    * Officially support PHP 7.
ML;

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