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

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

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-RC1) are:
    * Added configuration switch to enable and disable domain realms.
    * Added Slovak translation.
    * Updated German translation.

The major changes compared to the Passwd version H3 (3.0-BETA) are:
    * Extended the expect script to allow setups with passwd as the login shell
    * Display correct error message for failed passwords with LDAP drivers.
    * Fixed updating of shadowlastchange attribute in LDAP driver.
    * Updated documentation.
    * Updated Finnish, French, Russian and Simplified Chinese translations.

The major changes compared to the Passwd 2.x versions are:
    * Compatible with Horde 3.
    * New composite driver to change several passwords at once.
    * New drivers: Kolab, Pine, proc_open(), Samba LDAP, and Windows (ADSI and
      PSPASSWD)
    * Additional password policy checks.
    * TLS and SSL support for LDAP driver.
    * Support for shadowLastChange and shadowMin LDAP attributes.
    * Bind variables in SQL drivers.
    * New translations: Catalan and Persian.
    * More configuration options.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
This version is compatible with Horde 3.
A new composite driver has been added, as well as Kolab, Pine, proc_open(),
Samba, LDAP, and Windows drivers.
Additional password policy checks have been added.
TLS and SSL support, and support for shadowLastChange and shadowMin attributes
have been added to the LDAP driver.
Bind variables are used now in the SQL drivers.
The expect script has been extended to allow setups with passwd as the login
shell.
Catalan, Persian and Slovak translations have been added.
The documentation has been updated.
More configuration options are available now.
FM;

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