<?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'] = 8;

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
The Horde Team is pleased to announce the official release of the Passwd
Passwort Management Application version 2.2.2.

Passwd is the Horde password changing application.  Right now, Passwd provides
fairly complete support for changing passwords via poppassd, ldap, unix expect
scripts, the unix smbpasswd command for smb/cifs password support, servuftp,
vmailmgr, vpopmail, and sql passwords.

Changes in this release:
    * Fixed an XSS vulnerability.
    * Added configuration option to change user name.
    * Allow to set LDAP protocol version.
    * Added Estonian translation.
    * Updated German and Traditional Chinese translations.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
An XSS vulnerability has been fixed.
A configuration option to change the user name has been added.
The LDAP protocol version can be set now.
An Estonian translation has been added.
The German and Traditional Chinese translations have been updated.
FM;

$this->notes['name'] = 'Passwd';
$this->notes['fm']['project'] = 'passwd';
$this->notes['fm']['branch'] = 'Default';
