changeset 269:f968cbeaac0b

Fixed typo in ChangeLog and moved NEWS entry to proper section
author Deepak Bhole <dbhole@redhat.com>
date Fri, 28 Oct 2011 14:31:42 -0400
parents 450aa9042b21
children 8d2e4ca03cd5
files ChangeLog NEWS
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Oct 27 18:24:46 2011 -0400
+++ b/ChangeLog	Fri Oct 28 14:31:42 2011 -0400
@@ -1,7 +1,7 @@
 2011-10-27  Deepak Bhole <dbhole@redhat.com>
 
 	PR778: Jar download and server certificate verification deadlock
-	* NEWS: Updates
+	* NEWS: Updated
 	* netx/net/sourceforge/jnlp/GuiLaunchHandler.java (launchInitialized):
 	Moved as much code as possible out of the invokeLater block. 
 
--- a/NEWS	Thu Oct 27 18:24:46 2011 -0400
+++ b/NEWS	Fri Oct 28 14:31:42 2011 -0400
@@ -9,12 +9,13 @@
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
 New in release 1.1.4 (2011-XX-XX):
+* Common
+  - PR778: Jar download and server certificate verification deadlock
 
 New in release 1.1.3 (2011-09-28):
 * Plugin
   - PR782: Support building against npapi-sdk as well
 * Common
-  - PR778: Jar download and server certificate verification deadlock
   - PR794: IcedTea-Web does not work if a Web Start app jar has a Class-Path element in the manifest
 
 New in release 1.1.2 (2011-08-31):