<?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.4).

This is a bugfix release that also fixes two cross site scripting
vulnerabilities.

Many thanks to the "Immerda Project Group" (http://www.immmerda.ch) and Moritz
Naumann (http://moritz-naumann.com/) for reporting these problems and working
with us to test the fixes.

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.4-RC1) version are:
    * Fixed XSS vulnerabilities in the search screen and thread view.
    * Improved displaying of PGP messages.
    * Fixed IMAP filtering.

Major changes compared to the IMP H3 (4.1.3) version are:
    * Turned mailto: links in HTML emails into IMP compose links.
    * Small improvements to the iCalendar/iTip handler.
    * Improved compatibility with Internet Explorer 7.
    * Several small bug fixes and improvements.
    * Updated Brazilian Portuguese, Catalan, Dutch, German, Portuguese and
      Traditional Chinese translations.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
XSS vulnerabilities in the search screen and thread view have been fixed.
Displaying of PGP messages has been improved.
mailto: links in HTML emails are turned into IMP compose links.
Small improvements have been made to the iCalendar/iTip handler.
Compatibility with Internet Explorer 7 has been improved.
Several small bugfixes and improvements have been made.
Brazilian Portuguese, Catalan, Dutch, German, Portuguese and Traditional
Chinese translations have been updated.
FM;

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