# HG changeset patch # User Deepak Bhole # Date 1319826702 14400 # Node ID f968cbeaac0bcaee6695192f8ce53a2698e65d32 # Parent 450aa9042b2122b58fa550baa478dfb3be5ff899 Fixed typo in ChangeLog and moved NEWS entry to proper section diff -r 450aa9042b21 -r f968cbeaac0b ChangeLog --- 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 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. diff -r 450aa9042b21 -r f968cbeaac0b NEWS --- 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):