<?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 official release of the Vacation
Auto Responder Manager version 2.2.1.

Vacation is a Horde module for managing user e-mail "vacation notices" or
"auto-responders." It works via a local vacation program which must be
installed and functioning on the server. It supports vacation programs using
the .forward-style forwarding mechanism supported by several popular mailers,
as well as qmail and sql based implementations.

Changes in this release:
    - Allow regular expressions that vacation messages must match.
    - Optionally allow to use the password the user is currently logged in
      with.
    - Fixed alias support.
    - Fixed linebreaks in vacation messages.
    - Allow very long passwords.
    - Documentation updates.
    - Added translations: Dutch, Galician and Romanian.
    - Updated translations: Brazilian Portuguese, Chinese (Traditional),
      Danish, Finnish, French, German, Italian, Norwegian and Swedish.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Regular expressions that vacation messages must match are allowed now.
The password that the user is currently logged in with can be used now for
authentication.
The alias support has been fixed.
Linebreaks in vacation messages have been fixed.
Very long passwords are now allowed.
The documentation has been updated.
Dutch, Galician and Romanian translations have been added.
The Brazilian Portuguese, Chinese (Traditional), Danish, Finnish, French,
German, Italian, Norwegian and Swedish translations have been updated.
FM;

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