# HG changeset patch # User Adam Domurad # Date 1337708194 14400 # Node ID 44e61a76e4c49fe378396d5141c85f2407a16a5c # Parent 203e1b4e5c2339604276f85904e84f101072d181 Added in changelog for removal of synchronization on Boolean - was missing from original commit. diff -r 203e1b4e5c23 -r 44e61a76e4c4 ChangeLog --- a/ChangeLog Tue May 22 12:13:03 2012 -0400 +++ b/ChangeLog Tue May 22 13:36:34 2012 -0400 @@ -1,3 +1,10 @@ +2012-05-22 Adam Domurad + + * plugin/icedteanp/java/sun/applet/PluginStreamHandler.java: Removed + unnecessary synchronization on Boolean (dangerous) for code that did + not require synchronization. Changed Boolean => volatile boolean so + that changes are seen in different threads. + 2012-03-30 Danesh Dadachanji Certificate start dates are not being checked, they are still verified