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

/* 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.1.

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 broken backward compatibility in vpopmail and sql drivers.
    - Fixed a bug with the smbpasswd driver and other shells than bash.
    - Documentation updates.
    - Added translations: Arabic (Syrian), Chinese (Simplified), Danish,
      Galician, Hungarian, Indonesian, Lithuanian and Romanian.
    - Updated translations: Brazilian Portuguese, Chinese (Traditional),
      Dutch, Finnish, French, German, Italian, Norwegian, Polish, Russian and
      Swedish.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Broken backward compatibility in vpopmail and sql drivers has been fixed.
The documentation has been updated.
A bug in the smbpasswd driver that occured when using another shell than bash
has been fixed.
Arabic (Syrian), Chinese (Simplified), Danish, Galician, Hungarian,
Indonesian, Lithuanian and Romanian translations have been added.
The Brazilian Portuguese, Chinese (Traditional), Dutch, Finnish, French,
German, Italian, Norwegian, Polish, Russian and Swedish translations have been
updated.
FM;

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