Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 547583c9defb35e94e211080b746b4a5 > files > 12

horde-forwards-3.1-3mdv2010.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'] = 4;

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
The Horde Team is pleased to announce the final release of the Forwards Email
Forwarding Manager version H3 (3.1).

Forwards is a Horde module for setting user email forwards via the .forward
mechanism supported by several popular mailers.

Forwards provides fairly complete support for setting .forward style forwards on
Sendmail, Courier, or Qmail mail based systems via an FTP transport. It now also
has drivers for Mdaemon, Exim SQL, Exim LDAP, Qmail LDAP, SunONE LDAP, Plesk,
Custom SQL, and SOAP based systems.

The major changes compared to the Forwards 3.0 versions are:
    * A Plesk forwards driver
    * The LDAP driver supports qmail-ldap, SunONE, and Exim
    * The FTP and qmail drivers support SSL
    * Added a Turkish translation
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Forwards now includes a Plesk driver, LDAP drivers for qmail-ldap, SunONE, and
Exim, and supports SSL for FTP and qmail drivers. This release also includes a
Turkish translation.
FM;

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