aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cfe400..682b384 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2012-11-08 Saad Mohammad <[email protected]>
+ * NEWS: Added entry for PR1027 - DownloadService is not supported by
+ IcedTea-Web.
+
+2012-11-08 Saad Mohammad <[email protected]>
+
Added reproducer for DownloadService.
* tests/reproducers/signed/DownloadService/resources/DownloadService.jnlp:
Launching jnlp file that contains extension jnlp and jars marked with part names.
diff --git a/NEWS b/NEWS
index 5cb4dbb..6a5c05b 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,8 @@ New in release 1.4 (2012-XX-XX):
* Security updates
- CVE-2012-3422, RH840592: Potential read from an uninitialized memory location
- CVE-2012-3423, RH841345: Incorrect handling of not 0-terminated strings
+* NetX
+ - PR1027: DownloadService is not supported by IcedTea-Web
* Plugin
- PR1106: Buffer overflow in plugin table-
* Common