<?php
/**
 * Release focus. Possible values (multiple possible with arrays):
 * Horde_Release::FOCUS_INITIAL - Initial announcement
 * Horde_Release::FOCUS_MINORFEATURE - Minor feature enhancement
 * Horde_Release::FOCUS_MAJORFEATURE - Major feature enhancement
 * Horde_Release::FOCUS_MINORBUG - Minor bugfixes
 * Horde_Release::FOCUS_MAJORBUG - Major bugfixes
 * Horde_Release::FOCUS_MINORSECURITY - Minor security fixes
 * Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
 * Horde_Release::FOCUS_DOCS - Documentation improvements
 */
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORBUG);

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

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

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, Qmail LDAP, SunONE LDAP, Plesk,
Custom SQL, and SOAP based systems.

The major changes compared to the Forwards H3 (3.2) version are:
    * Fixed a bug in the Postfix Admin driver.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
A bug in the Postfix Admin driver has been fixed.
FM;

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