<?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'] = 5;

/* 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.1).

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, an FTP server, or an SSH2 server.

The major changes compared to Gollem version H3 (1.1-RC1) are:
    * Use backend description instead of "Root" in the navigation links.
    * Small bug fixes.

Gollem version H3 (1.1) is a major upgrade in the 1.x release series,
including these enhancements:
    * Improved templating of output code to ease local customization.
    * Javascript code now uses the prototype js library, resulting in more
      robust code and more available functionality - for example, sortable
      tables.
    * Editing of text files in the browser.
    * Browse API to allow browsing backends through WebDAV.
    * And much more.

Note that several of these new features require Horde 3.2+.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
New in this release: Improved templating of output code to ease local customization. Javascript code uses prototype js library: more robust code and more available functionality including sortable tables. Editing of text files in the browser. Browse API to allow browsing backends through WebDAV.
FM;

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