<?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 Passwd Horde
password changing application version H3 (3.0.1).

Passwd provides fairly complete support for changing passwords via Poppassd,
LDAP, Unix expect scripts, the Unix smbpasswd command for SMB/CIFS passwords,
Kolab, ADSI, Pine, Serv-U FTP, VMailMgr, vpopmail, and SQL passwords.

The major changes compared to the Passwd version H3 (3.0) are:
    * Small improvements to the sql, poppassd, kolab, and expect drivers.
    * Added Japanese and Slovenian translations.
    * Updated Brazilian Portuguese, Danish, Finnish, German and Italian
      translations.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Small improvements have been made to the sql, poppassd, kolab, and expect
drivers.
Japanese and Slovenian translations have been added and Brazilian Portuguese,
Danish, Finnish, German and Italian translations have been updated.
FM;

$this->notes['name'] = 'Passwd';
$this->notes['list'] = 'sork';
$this->notes['fm']['project'] = 'passwd';
$this->notes['fm']['branch'] = 'Horde 3';
