Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 52a2a5ebbf727a0ed66cdb9fb4158fdb > files > 16

horde-ingo-1.2.2-1mdv2010.0.noarch.rpm

<?php
/**
 * Release focus. Possible values (multiple possible with arrays):
 * Horde_Release::FOCUS_INITIAL - Initial announcement
 * Horde_Release::FOCUS_MINORFEATURE - Minor feature enhancement
 * Horde_Release::FOCUS_MAJORFEATURE - Major feature enhancement
 * Horde_Release::FOCUS_MINORBUG - Minor bugfixes
 * Horde_Release::FOCUS_MAJORBUG - Major bugfixes
 * Horde_Release::FOCUS_MINORSECURITY - Minor security fixes
 * Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
 * Horde_Release::FOCUS_DOCS - Documentation improvements
 */
$this->notes['fm']['focus'] = Horde_Release::FOCUS_MINORBUG;

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

Ingo is an email-filter management application. It is fully internationalized,
integrated with Horde and the IMP Webmail client, and supports both
server-side (Sieve, procmail) and client-side (IMAP) rule creation.

Major changes compared to the Ingo H3 (1.2.1) version are:
    * Various fixes to the maildrop and procmail drivers.
    * Better default settings for forwards, vacation and spam rules.
    * Several VFS fixes.
    * Fixed determination of the spam folder.
    * Other bug fixes and improvements.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Various fixes have been applied to the maildrop and procmail drivers. Better default settings for forwards, vacation and spam rules are being used now. Determination of the spam folder and several VFS issues have been fixed. Numerous other bug fixes and improvements have been made.
FM;

$this->notes['name'] = 'Ingo';
$this->notes['fm']['project'] = 'ingo';
$this->notes['fm']['branch'] = 'Default';