# HG changeset patch # User Andrew John Hughes # Date 1280174052 -3600 # Node ID f8d27fcc8cb944e9010f5af57824114ac8bbfa91 # Parent a8565028983e09d8d9235f6597352abdf29e36da Add missing bug IDs for policy evaluation fix. 2010-07-26 Andrew John Hughes * NEWS: Add bug IDs to policy evaluation fix. diff -r a8565028983e -r f8d27fcc8cb9 ChangeLog --- a/ChangeLog Mon Jul 26 20:47:07 2010 +0100 +++ b/ChangeLog Mon Jul 26 20:54:12 2010 +0100 @@ -1,4 +1,8 @@ -2010-07-25 Andrew John Hughes +2010-07-26 Andrew John Hughes + + * NEWS: Add bug IDs to policy evaluation fix. + +2010-07-26 Andrew John Hughes * NEWS: Updated. diff -r a8565028983e -r f8d27fcc8cb9 NEWS --- a/NEWS Mon Jul 26 20:47:07 2010 +0100 +++ b/NEWS Mon Jul 26 20:54:12 2010 +0100 @@ -28,8 +28,8 @@ - Add stack markings to the x86 assembly so as not to use executable stack. - PR179: Rewrite Rhino class files to avoid bootclasspath issue - PR356: Support ECC via NSS +- PR453, OJ100142: Fix policy evaluation to match the proprietary JDK. - Backport tzdata support from 1.8 (--with-tzdata-dir). -- Fix policy evaluation to match the proprietary JDK. - Fix issue with ant -diagnostics on ant 1.8.0 due to changed exit code - S6678385, RH551835: Fixes JVM crashes when window is resized. - S6668231: Presence of a critical subjectAltName causes JSSE's SunX509 to fail trusted checks.