aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorOmair Majid <[email protected]>2011-02-22 19:15:05 -0500
committerOmair Majid <[email protected]>2011-02-22 19:15:05 -0500
commit44d552df84874d5a89cfe4881e344249947c7ed3 (patch)
tree0100823c99d6082972f0c82d954664e59d841e48 /NEWS
parent76cdc1d4a5213a9968ab5de77108e573022ac485 (diff)
Fix PR638: JNLPClassLoader.loadClass(String name) can return null
2011-02-22 Omair Majid <[email protected]> Mark Greenwood <[email protected]> Fix PR638 * NEWS: Update with fix. * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java (loadClass): Throw ClassNotFoundException instead of returning null. * AUTHORS: Update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 395f90d..a12ef0c 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,8 @@ New in release 1.1 (2011-XX-XX):
- RH677332, CVE-2011-0706: IcedTea multiple signers privilege escalation
* New Features
- IcedTea-Web now installs to a FHS-compliant location
+* Common Fixes and Improvements
+ - PR638: JNLPClassLoader.loadClass(String name) can return null
* NetX
- Use Firefox's proxy settings if possible
- RH669942: javaws fails to download version/packed files (missing support for jnlp.packEnabled and jnlp.versionEnabled)