<?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 IMP Webmail
Client version H3 (4.1.3).

This is a bugfix release that also fixes a cross site scripting vulnerability
with not properly escaped folder names.

Many thanks to Marc Ruef for reporting this problem.

IMP, the Internet Messaging Program, is one of the most popular webmail
applications available.  It allows universal, web-based access to IMAP and
POP3 mail servers and provides a full range of features normally found only in
desktop email clients.

Major changes compared to the IMP H3 (4.1.2) version are:
    * Added server configuration option to limit numer of login tries.
    * Added link to view attached S/MIME key details.
    * Fixed escaping of folder names.
    * Updated Catalan, German and Slovenian translations.
    * Several small bugfixes and improvements.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
A server configuration option to limit numer of login tries has been added.
A link to view attached S/MIME key details has been added.
Escaping of folder names has been fixed.
Catalan, German and Slovenian translations have been updated.
Several small bugfixes and improvements have been made.
FM;

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