<?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 Vacation
Auto-Responding Manager version H3 (3.0).

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.

Right now, 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.0-RC1) version are:
    * Allow to set encryption type for SQL driver.
    * Fixed realm support.
    * Added Greek translation.
    * Updated Danish, German, and Italian translations.
    * Minor bug fixes.

The major changes compared to the Vacation 2.2 versions are:
    * Compatible with Horde 3 and PHP 5.
    * Show current vacation messsage.
    * Configurable default vacation message.
    * Added an LDAP driver.
    * Several driver improvements.
    * Added Bulgarian, Czech, and Persian translations.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Vacation is compatible with Horde 3 and PHP 5 now.
The current vacation messsage is displayed and the default vacation message is configurable now.
An LDAP driver has been added and several improvements have been made to the other drivers.
Bulgarian, Czech, Greek, and Persian translations have been added.
FM;

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