1<?php
2/* Security release? */
3$notes['security'] = false;
4
5/* Mailing list release notes. */
6$notes['changes'] = <<<ML
7The Horde Team is pleased to announce the final release of the Ansel Photo
8Management and Web Gallery application version H5 (3.0.10).
9
10Ansel is a full featured photo management application. With it, you can
11organize your photos in any number of galleries and subgalleries, share
12galleries among other Horde users or make them public. Ansel supports a wide
13range of features. For more information on Ansel, visit
14http://www.horde.org/apps/ansel.
15
16For detailed installation and configuration instructions, please see
17http://www.horde.org/apps/ansel/docs/INSTALL
18
19Major changes compared to the Ansel version H5 (3.0.9) are:
20    * Fix removing image stacks when resetting default image.
21    * Fix fatal error when attempting to delete an image that doesn't exist.
22ML;
23
24$notes['name'] = 'Ansel';
25$notes['list'] = 'ansel';
26$notes['branch'] = 'Horde 5';
27return $notes;
28