<?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 Forwards Email
Forwarding Manager version H3 (3.0.1).

Forwards is a Horde module for setting user email forwards via the .forward
mechanism supported by several popular mailers.

Right now, Forwards provides fairly complete support for setting .forward
style forwards on Sendmail, Courier, or Qmail mail based systems via an FTP
transport. It now also has drivers for Mdaemon, Exim SQL, Exim LDAP, Custom
SQL, and SOAP based systems.

The major changes compared to the Forwards H3 (3.0) version are:
    * Switched to BSD-like license.
    * Added Russian translation.
    * Updated German and Traditional Chinese translations.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
The license has been switched a BSD-like license.
A Russian translation has been added and German and Traditional Chinese
translations have been updated.
FM;

$this->notes['name'] = 'Forwards';
$this->notes['list'] = 'sork';
$this->notes['fm']['project'] = 'forwards';
$this->notes['fm']['branch'] = 'Horde 3';
