<?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.0.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.

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) version are:
    * Added support for Berkeley DB 4 vacation databases.
    * Allowed users to set their From: address.
    * Improved configuration for LDAP searches.
    * Added Slovenian translation.
    * Updated German and Traditional Chinese translations.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Support for Berkeley DB 4 vacation databases has been added.
Users are allowed to set their From: address now.
Configuration for LDAP searches has been improved.
A Slovenian translation has been added and German and Traditional Chinese
translations have been updated.
FM;

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