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

/* Mailing list release notes. */
$notes['changes'] = <<<ML
The Horde Team is pleased to announce the final release of the Trean Bookmarks
Manager version H5 (1.1.10).

Trean is a web-based bookmarks application that provides management of browser
bookmarks, including support for tagging, link checking, and searching
bookmarks. For more information on Trean, visit
http://www.horde.org/apps/trean.

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

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

Major changes compared to Trean version H5 (1.1.9) are:
    * Fix a Directory Traversal/RCE Vulnerability
      (CVE-2020-8865 Reported By: Andrea Cardaci working with Trend Micro Zero Day Initiative).
ML;

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