<?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 official release of the IMP Webmail
Client version 3.2.4.

IMP is the Internet Messaging Program. IMP allows universal, Web-based access
to IMAP and POP3 servers and provides full support for sending and receiving
attachments, and many other features normally only found in desktop email
clients.

Changes in this release:
    - SECURITY: Close an XSS hole exploited via the Content-type header
      of malicious emails.
    - Fix conversion of folder names in some non-ascii charsets with buggy
      iconv implementations.
    - Filter out <base> tags when viewing HTML messages (Bug #10).
    - Encode subject when saving as draft.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
This release contains a fix for a potential XSS vulnerability
exploited via the Content-type header of malicious emails. Better
support for folder names in non-ascii charsets has also been added, as
well as minor fixes for saving drafts and viewing HTML messages.
FM;

$this->notes['name'] = 'IMP';
$this->notes['fm']['project'] = 'imp';
$this->notes['fm']['branch'] = '3.x Stable';
