<?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'] = Horde_Release::FOCUS_MAJORBUG;

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
The Horde Team is pleased to announce the final release of the Vacation
Auto-Responding Manager version H3 (3.2.1).

Vacation is a Horde module for managing user e-mail "vacation notices" or
"auto-responders." It works via a local vacation program and the .forward
style forwarding mechanism supported by several popular mailers.

Vacation provides fairly complete support for managing .forward style vacation
notices on Sendmail or Courier mail based systems via an FTP transport. It also
has some support for LDAP, Qmail, and Exim SQL based servers.

The major changes compared to the Vacation H3 (3.2) version are:
    * Fixed a major bug in the Plesk driver.
    * Fixed driver capability check.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
A major bug in the Plesk driver has been fixed.
The driver capability check has been fixed.
FM;

$this->notes['name'] = 'Vacation';
$this->notes['list'] = 'sork';
$this->notes['fm']['project'] = 'horde-vacation';
$this->notes['fm']['branch'] = 'Horde 3';
