Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 8691e9580d79d2717b0ad569e383ae8e > files > 13

horde-passwd-3.1.1-2mdv2010.0.noarch.rpm

<?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 final release of the Passwd Horde
password changing application version H3 (3.1.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 Passwd version H3 (3.1) are:
    * SECURITY: Fix XSS when specifying an invalid backend key
      (security@davidwharton.us, #8398).
    * A new SOAP driver.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
This release fixes an unescaped output bug in the main password form. It also
introduces a new SOAP password driver.
FM;

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