changeset 2955:526f393881d4

Update NEWS. 2014-01-20 Andrew John Hughes <gnu.andrew@redhat.com> * NEWS: Updated.
author Andrew John Hughes <gnu.andrew@redhat.com>
date Mon, 20 Jan 2014 18:36:40 +0000
parents a083335563ec
children 1ccaedc605ae
files ChangeLog NEWS
diffstat 2 files changed, 15 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <gnu.andrew@redhat.com>
+
+	* NEWS: Updated.
+
 2014-01-20  Andrew John Hughes  <gnu.andrew@redhat.com>
 
 	* Makefile.am:
--- 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):