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

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

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 2.2 versions are:
    * Compatible with Horde 3 and PHP 5.
    * Added custom SQL, LDAP, and SOAP drivers.
    * Added Persian and Czech translations.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Forwards is compatible with Horde 3 and PHP 5 now.
Custom SQL, LDAP, and SOAP drivers have been added.
Persian and Czech translations have been added.
FM;

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