# HG changeset patch # User Andrew John Hughes # Date 1390243000 0 # Node ID 526f393881d4d95e8cba432eebc56aea33042bf3 # Parent a083335563ec827f6369239e48b71abb0175e57c Update NEWS. 2014-01-20 Andrew John Hughes * NEWS: Updated. diff -r a083335563ec -r 526f393881d4 ChangeLog --- a/ChangeLog Mon Jan 20 18:26:44 2014 +0000 +++ b/ChangeLog Mon Jan 20 18:36:40 2014 +0000 @@ -1,3 +1,7 @@ +2014-01-20 Andrew John Hughes + + * NEWS: Updated. + 2014-01-20 Andrew John Hughes * Makefile.am: diff -r a083335563ec -r 526f393881d4 NEWS --- a/NEWS Mon Jan 20 18:26:44 2014 +0000 +++ b/NEWS Mon Jan 20 18:36:40 2014 +0000 @@ -44,14 +44,23 @@ - S8026204: Enhance auth login contexts - S8026417, CVE-2013-5910: Enhance XML canonicalization - S8027201, CVE-2014-0376: Enhance JAX-P set up -* Bug fixes - - S8026826: JDK 7 fix for 8010935 broke the build * Backports - S6763340: memory leak in com.sun.corba.se.* classes - S6873605: Missing finishedDispatch() call in ORBImpl causes test failures after 5u20 b04 + - S6893617: JDK 6 CNCtx always uses the default ORB - S6980681: CORBA deadlock in Java SE believed to be related to CR 6238477 - S6995424: Eliminate dependency to a deprecated API com.sun.security.auth.PolicyFile - S7162902: Umbrella port of a number of corba bug fixes from JDK 6 to jdk7u/8 + - S8026826: JDK 7 fix for 8010935 broke the build + - S8027837: JDK-8021257 causes CORBA build failure on emdedded platforms +* Bug fixes + - D729448: 32-bit alignment on mips and mipsel + - Fail if a C and C++ compiler are not detected. + - Only copy tz.properties if the destination directory exists. + - Fix GenerateBreakIteratorData tool so that crashes have stack traces. + - Fix path in nss-not-enabled-config.patch. +* SystemTap support: + - Add garbage collection dtrace/SystemTap probes to HotSpot. New in release 1.11.14 (2013-11-13):