<?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 release candidate of the
Gollem File Manager version H3 (1.0.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, or on an FTP server.

Barring any problems, this code will be released as Gollem H3 (1.0.1).
Testing is requested and comments are encouraged.
Updated translations would also be great.

The major changes compared to the Gollem H3 (1.0) version are:
    * Can select default permissions for newly created files and directories
      per backend.
    * Add support for VFS Quota checking (if the VFS backend supports it).
    * Add interface to facilitate admins in setting permissions on a per-
      backend basis.
    * Fix autocreation of home directories when home is also the root
      directory.
    * Several bug fixes and improvements.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Allow setting default permissions for newly created files and directories per backend. Add support for VFS Quota checking (if the VFS backend supports it). Add interface to facilitate admins in setting permissions on a per-backend basis. Fix autocreation of home directories when home is also the root directory. Several bug fixes and improvements.
FM;

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