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

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

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.

The major changes compared to the Gollem H3 (1.0.2) version are:
    * Don't show quota link in menu if quota support for current backend is
      disabled.
    * Added translations: Brazilian Portugese, Catalan, Slovanian.
    * Updated translations: Finnish, German, Italian, Spanish, Traditional
      Chinese.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Don't show quota link in menu if quota support for current backend is
disabled.
Brazilian Portugese, Catalan, and Slovanian translations have been added and
Finnish, German, Italian, Spanish, Traditional Chinese translation have been
updated.
FM;

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