<?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 Ingo Email
Filter Rules Manager version H3 (1.1.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, maildrop) and client-side (IMAP)
rule creation.

Major changes compared to the Ingo H3 (1.1.1) version are:
    * SECURITY: Escape folder names in procmail rules to prevent local code
      execution.
    * Added parameter to enable or disable TLS in timsieved driver.
    * Small bug fixes and improvements.
    * New translations: Catalan, Slovenian.
    * Updated translations: Brazilian Portuguese, Dutch, German, Italian,
      Spanish, Traditional Chinese.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Folder names in procmail rules are properly escaped now to prevent local code
execution.
A parameter to enable or disable TLS in the timsieved driver has been added.
Small bug fixes and improvements have been made.
Catalan and Slovenian translations have been added and Brazilian Portuguese,
Dutch, German, Italian, Spanish and Traditional Chinese translations have been
updated.
FM;

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