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

/* 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.0.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 version H3 (1.0.2-RC1) are:
    * Added Korean translation.
    * Updated German, Finnish, and Traditional Chinese translations.

Major changes compared to the Ingo version H3 (1.0.1) are:
    * Allow disabling of special rules (blacklist, whitelist, vacation,
      forward).
    * Improved support for non-ascii charsets.
    * Improved Sieve support.
    * Added Norwegian Bokmaal translation.
    * Minor fixes and enhancements.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Special rules (blacklist, whitelist, vacation, forward) can be disabled now.
Support for non-ascii charsets and Sieve scripts have been improved.
Korean and Norwegian Bokmaal translations have been added and German, Finnish,
and Traditional Chinese translations have been updated.
Minor fixes and enhancements have been made.
FM;

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