changeset 3273:3e1011eac3eb icedtea6-1.13.12

Update NEWS following tarball updates. 2016-08-24 Andrew John Hughes <gnu.andrew@redhat.com> * NEWS: Updated following tarball updates.
author Andrew John Hughes <gnu.andrew@redhat.com>
date Wed, 24 Aug 2016 23:28:42 +0100
parents 319be9160383
children 20feeb77624f
files ChangeLog NEWS
diffstat 2 files changed, 16 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Aug 22 16:28:54 2016 +0100
+++ b/ChangeLog	Wed Aug 24 23:28:42 2016 +0100
@@ -1,3 +1,7 @@
+2016-08-24  Andrew John Hughes  <gnu.andrew@redhat.com>
+
+	* NEWS: Updated following tarball updates.
+
 2016-08-22  Andrew John Hughes  <gnu.andrew@redhat.com>
 
 	* Makefile.am:
--- a/NEWS	Mon Aug 22 16:28:54 2016 +0100
+++ b/NEWS	Wed Aug 24 23:28:42 2016 +0100
@@ -27,23 +27,31 @@
 * Import of OpenJDK6 b40
   - S6496269: Many warnings generated from com/sun/java/util/jar/pack/*.cpp when compiled on Linux
   - S6522789: [zh_CN] translation of "enclosing class" in doclet is incorrect
+  - S6575373: Error verifying signatures of pack200 files in some cases [TEST ONLY]
   - S6579775: l10n update after 6212566
   - S6600143: Remove another 450 unnecessary casts
   - S6611629: Avoid hardcoded cygwin paths for memory detection
   - S6690018: RSAClientKeyExchange NullPointerException
+  - S6712743: pack200: should default to 150.7 pack format for classfiles without any classes.
   - S6714842: CertPathBuilder returns incorrect CertPath for BasicConstraints in builderParams
   - S6726309: Compiler warnings in nio code
   - S6727683: Cleanup use of COMPILER_WARNINGS_FATAL in makefiles
   - S6755847: (launcher) will trigger assertions in debug build
+  - S6852744: PIT b61: PKI test suite fails because self signed certificates are being rejected
+  - S6858127: Missing -DNDEBUG on Linux and Windows native code compiles
   - S6864028: Update the java launcher to use the new entry point JVM_FindClassFromBootLoader
   - S6875904: Java 7 message synchronization 1
   - S6882437: CertPath/X509CertPathDiscovery/Test fails on jdk7/pit/b62
   - S6888127: java.util.jar.Pack200.Packer Memory Leak
   - S6888925: SunMSCAPI's Cipher can't use RSA public keys obtained from other sources.
   - S6889552: Sun provider should not require LDAP CertStore to be present
+  - S6941936: Broken pipe error of test case DNSIdentities.java [Test only]
   - S6951599: Rename package of security tools for modularization
   - S6953295: Move few sun.security.{util, x509, pkcs} classes used by keytool/jarsigner to another package
   - S6958026: Problem with PKCS12 keystore
+  - S6966737: (pack200) the pack200 regression tests need to be more robust.
+  - S6982312: (pack200) pack200 fails with the jdk7 class files
+  - S6985763: Pack200.Packer.pack(...) and Pack200.Unpacker.unpack(...) throw unspecified exceptions
   - S6990106: FindBugs scan - Malicious code vulnerability Warnings in com.sun.java.util.jar.pack.*
   - S6994413: JDK_GetVersionInfo0 only expects a two digit build number
   - S7000752: Duplicate entry in RowSetResourceBundles.properties
@@ -56,6 +64,7 @@
   - S7023416: (pack200) fix parfait issues
   - S7029680: fix test/sun/misc/Version/Version.java build parsing
   - S7038175: Expired PKITS certificates causing CertPathBuilder and CertPathValidator regression test failures
+  - S7050826, PR2956, RH1334465: Hebrew characters are not rendered on OEL 5.6
   - S7055363: jdk_security3 test target cleanup
   - S7060849: Eliminate pack200 build warnings
   - S7064075: Security libraries don't build with javac -Xlint:all,-deprecation -Werror
@@ -103,11 +112,13 @@
   - S8162828: Sync imageioJPEG.c with initial OpenJDK 7 version
   - S8163022, PR2954: Remove @Override annotation on interfaces added by 2016/04 security fixes
   - S8164181: Remove @Override annotation on interfaces added by 2016/07 security fixes
+  - S8164426: Normalise whitespace in src/share/classes/com/sun/java/util/jar/pack
+  - S8164554: test/sun/security/provider/certpath/X509CertPath/IllegalCertiticates.java still failing
+  - S8164555: pack200: Leave ZipFile open on exceptions
 * Backports
   - S2178143, PR2959: JVM crashes if the number of bound CPUs changed during runtime
   - S6260348, PR3068: GTK+ L&F JTextComponent not respecting desktop caret blink rate
   - S6961123, PR2975: setWMClass fails to null-terminate WM_CLASS string
-  - S7050826, PR2956, RH1334465: Hebrew characters are not rendered on OEL 5.6
 * Bug fixes
   - PR2800: Files are missing from resources.jar
   - PR2954: ecj/override.patch is missing new @Overrides in RMIJRMPServerImpl.java