Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > c9673a9d59bebebfd0f869c396d9a536 > files > 18

horde-gollem-1.0.4-4mdv2010.0.noarch.rpm

<?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.4).

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.3) version are:
    * Fixed a bug with uploading files.
    * Added translations: Basque, Estonian, Slovak.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
A bug with uploading files has been fixed.
Basque, Estonian, and Slovak translations have been added.
FM;

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