<?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 official release of the Forwards
E-Mail Forwarding Manager version 2.2.1.

Forwards is a Horde module for setting user e-mail forwards with support for
several popular mailers. Right now, Forwards provides fairly complete support
for setting .forward style forwards on sendmail or courier mail based systems
via an FTP transport. It now also supports for mdaemon, and qmail and exim sql
based systems.

Changes in this release:
    - Documentation updates.
    - Added translations: Galician and Romanian.
    - Updated translations: Chinese (Traditional), Danish, Finnish, French,
      German, Italian and Norwegian.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
The documentation has been updated
Galician and Romanian translations have been added.
The Chinese (Traditional), Danish, Finnish, French, German, Italian and
Norwegian translations have been updated.
FM;

$this->notes['name'] = 'Forwards';
$this->notes['fm']['project'] = 'forwards';
$this->notes['fm']['branch'] = 'Default';
