<?php
/**
 * Release focus. Possible values:
 * 0 - N/A
 * 1 - Initial freshmeat announcement
 * 2 - Documentation
 * 3 - Code cleanup
 * 4 - Minor feature enhancements
 * 5 - Major feature enhancements
 * 6 - Minor bugfixes
 * 7 - Major bugfixes
 * 8 - Minor security fixes
 * 9 - Major security fixes
 */
$this->notes['fm']['focus'] = 4;

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
The Horde Team is pleased to announce the final release of the Gollem File
Manager version H3 (1.0.2).

Gollem is a web-based file manager, providing the ability to fully manage a
hierarchical file system stored in a variety of backends such as a SQL
database, as part of a real filesystem, or on an FTP server.

There has been no major changes compared to the Gollem H3 (1.0.2-RC2) version.

The major changes compared to the Gollem H3 (1.0.1) version are:
    * Allow admin to disable clipboard support in backends.php.
    * Allow direct autologin from login page if there are no additional login
      parameters available.
    * Fix displaying/loading wrong backend when changing backends via the
      dropdown on login page.
    * Fixed the XML configuration file to correctly show all available
      parameters when configuring using the Horde configuration GUI.
    * Converted all templates to Horde_Template::.
    * Add row highlighting to the manager page.
    * Many other bug fixes and improvements.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Allow admin to disable clipboard support in backends.php. Allow direct autologin from login page if there are no additional login parameters available. Fix displaying/loading wrong backend when changing backends via the dropdown on login page. Config file fixes. Convert all templates to Horde_Template:: format. Add row highlighting. Many minor bug fixes and improvements.
FM;

$this->notes['name'] = 'Gollem';
$this->notes['fm']['project'] = 'gollem';
$this->notes['fm']['branch'] = 'Default';
