Skip to content
Permalink
Browse files Browse the repository at this point in the history
Prepare release.
  • Loading branch information
yunosh committed Jun 26, 2012
1 parent 9a83253 commit 08c699f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion imp/docs/CHANGES
Expand Up @@ -2,7 +2,7 @@
v5.0.22-git
-----------

[mms] Only allow display of basic image types directly in browser.
[mms] SECURITY: Only allow display of basic image types directly in browser.
[jan] Update Turkish translation (İstanbul Technical University).
[jan] Re-add option to report messages as spam/ham through redirection.
[jan] Update Swedish translation (Jakob Alvermark
Expand Down
26 changes: 13 additions & 13 deletions imp/docs/RELEASE_NOTES
Expand Up @@ -10,34 +10,34 @@
* Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
* Horde_Release::FOCUS_DOCS - Documentation improvements
*/
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORSECURITY, Horde_Release::FOCUS_MINORBUG, Horde_Release::FOCUS_MINORFEATURE);
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORSECURITY, Horde_Release::FOCUS_MINORFEATURE);

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
The Horde Team is pleased to announce the final release of the Internet Mail
Program (IMP) version H4 (5.0.21).
Program (IMP) version H4 (5.0.22).

Thanks to Mike Cardwell (https://grepular.com/) for reporting the SVG
vulnerability.

IMP, the Internet Mail Program, is one of the most popular and widely deployed
open source webmail applications in the world. It allows universal, web-based
access to IMAP and POP3 mail servers and provides Ajax, mobile and traditional
interfaces with a rich range of features normally found only in desktop email
clients. For more information on IMP, visit http://www.horde.org/apps/imp.

The major changes compared to the IMP version H4 (5.0.20) are:
* Fixed XSS vulnerabilities.
* Fixed regression in PGP support.
* Improved HTML editor support.
* Updated Czech, Italian, and Slovak translations.
* Small bugfixes and improvements.
The major changes compared to the IMP version H4 (5.0.21) are:
* Only display basic image attachments in the browser to avoid XSS
vulnerabilities triggered by opening malicious SVG attachments.
* Re-added option to report messages as spam/ham through redirection.
* Updated Swedish and Turkish translations.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Fixed XSS vulnerabilities.
Fixed regression in PGP support.
Improved HTML editor support.
Updated Czech, Italian, and Slovak translations.
Small bugfixes and improvements.
Only display basic image attachments in the browser to avoid XSS vulnerabilities triggered by opening malicious SVG attachments.
Re-added option to report messages as spam/ham through redirection.
Updated Swedish and Turkish translations.
FM;

$this->notes['name'] = 'IMP';
Expand Down

0 comments on commit 08c699f

Please sign in to comment.