<?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 Vacation
Auto-Responding Manager version H3 (3.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.0) versions are:
    * Added custom SQL and Plesk drivers
    * SSL support in the FTP and qmail drivers
    * Full character set support
    * Added Turkish translation
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
This version adds new custom SQL and Plesk drivers, adds SSL support in the FTP
and qmail drivers, has full character set support for vacation messages, and
adds a new Turkish translation.
FM;

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