diff options
author | Andrew John Hughes <[email protected]> | 2010-11-24 20:06:11 +0000 |
---|---|---|
committer | Andrew John Hughes <[email protected]> | 2010-11-24 20:06:11 +0000 |
commit | 56400522487fd38db23b0977148d9d8306b6ec8c (patch) | |
tree | 42d7163ad70eb51438c0bb98454e87dac796f0ea | |
parent | 734d3800792d3b1825eb3101227eae519311871e (diff) |
Bring in IcedTea6 1.10 NEWS and fix structure.
2010-11-24 Andrew John Hughes <[email protected]>
* NEWS: Bring in changes from IcedTea6 1.10
NEWS (now redundant there) and apply same structure
as in IcedTea6.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 17 |
2 files changed, 19 insertions, 4 deletions
@@ -1,3 +1,9 @@ +2010-11-24 Andrew John Hughes <[email protected]> + + * NEWS: Bring in changes from IcedTea6 1.10 + NEWS (now redundant there) and apply same structure + as in IcedTea6. + 2010-11-24 Omair Majid <[email protected]> CVE-2010-3860 IcedTea System property information leak via public static @@ -11,7 +11,16 @@ CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY New in release 1.0 (2010-XX-XX): * Initial release of IcedTea-Web -* CVE-2010-3860: IcedTea System property information leak via public static -* PR542: Plugin fails with NPE on http://www.openprocessing.org/visuals/iframe.php?visualID=2615 -* Applets are now double-buffered to eliminate flicker in ones that do heavy drawing -* Iinterfaces javax.jnlp.IntegrationService and javax.jnlp.DownloadService2 are now available +* Security updates + - RH645843, CVE-2010-3860: IcedTea System property information leak via public static +* Plugin + - PR542: Plugin fails with NPE on http://www.openprocessing.org/visuals/iframe.php?visualID=2615 + - PR554: System.err writes content two times + - PR556: Applet initialization code is prone to race conditions + - PR557: Applet opens in a separate window if tab is closed when the applet loads + - PR565: UIDefaults.getUI fails with jgoodies:looks 2.3.1 + - Applets are now double-buffered to eliminate flicker in ones that do heavy drawing +* NetX + - Add a new option -Xclearcache + - Interfaces javax.jnlp.IntegrationService and javax.jnlp.DownloadService2 are now available + - PR592: NetX can create invalid desktop entry files |