aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaad Mohammad <[email protected]>2012-11-08 12:58:49 -0500
committerSaad Mohammad <[email protected]>2012-11-08 12:58:49 -0500
commitcc403478fb40503a7040f9ae824a102befcb5f98 (patch)
tree6fc3d6cf740be075791aabbc7d384c4f79356b69
parentc944a8ee5a26ba5d83ec761c7e8195f1b20e6152 (diff)
Add NEWS entry for PR1027
-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