<?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 Ingo Email
Filter Rules Manager version H3 (1.1).

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, maildrop) and client-side (IMAP) rule creation.

Major changes compared to the Ingo H3 (1.0) versions are:
    * Maildrop script driver.
    * Flag-only and notify rules.
    * Moving rules by specifying their positions.
    * Portal block.
    * Compatible with PHP 5.1.
    * Support for storing Sieve rules in LDAP (Sun JES/ONE and iPlanet
      messaging servers).
    * Permissions to restrict filter rule creation.
    * Support for '^TO_' procmail rule matching.
    * New translations: Danish, Portuguese, Turkish.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Support for Maildrop has been added.
Flag-only and notify rules have been added.
Rules can be moved by specifying their positions.
A portal block has been added.
Support for storing Sieve rules in LDAP (Sun JES/ONE and iPlanet
messaging servers) has been added.
Permissions to restrict filter rule creation have been added.
Support for '^TO_' procmail rule matching has been added.
Danish, Portuguese, and Turkish translations have been added.
FM;

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