changeset 2949:73dc59c4b6df

Update NEWS to match release announcement. 2013-01-29 Andrew John Hughes <gnu.andrew@redhat.com> * NEWS: Update to match announcement.
author Andrew John Hughes <gnu.andrew@redhat.com>
date Tue, 29 Jan 2013 15:27:37 +0000
parents 69b6ee297123
children 62524789314e
files ChangeLog NEWS
diffstat 2 files changed, 17 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jan 29 04:11:25 2013 +0000
+++ b/ChangeLog	Tue Jan 29 15:27:37 2013 +0000
@@ -1,3 +1,7 @@
+2013-01-29  Andrew John Hughes  <gnu.andrew@redhat.com>
+
+	* NEWS: Update to match announcement.
+
 2013-01-28  Andrew John Hughes  <gnu.andrew@redhat.com>
 
 	* patches/cacao/memory.patch:
--- a/NEWS	Tue Jan 29 04:11:25 2013 +0000
+++ b/NEWS	Tue Jan 29 15:27:37 2013 +0000
@@ -10,7 +10,7 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
-New in release 1.12 (2012-01-25):
+New in release 1.12.0 (2012-01-29):
 
 * Import of OpenJDK6 b27 (all changes already in security updates)
 * Import of OpenJDK6 b26
@@ -46,6 +46,16 @@
   - S6873605: Missing finishedDispatch() call in ORBImpl causes test failures after 5u20 b04
   - S6980681: CORBA deadlock in Java SE believed to be related to CR 6238477
   - S7162902: Umbrella port of a number of corba bug fixes from JDK 6 to jdk7u/8
+  - S6414899: P11Digest should support cloning
+  - S4898461: Support for ECB and CBC/PKCS5Padding
+  - S6604496: Support for CKM_AES_CTR (counter mode)
+  - S6682411: JCK test failed w/ ArrayIndexOutOfBoundException (-1) when decrypting with no data
+  - S6682417: JCK test failed w/ ProviderException when decrypted data is not multiple of blocks
+  - S6687725: Internal PKCS5Padding impl should throw IllegalBlockSizeException and not BadPaddingException
+  - S6812738: SSL stress test with GF leads to 32 bit max process size in less than 5 minutes with PCKS11 provider
+  - S6867345: Turkish regional options cause NPE in sun.security.x509.AlgorithmId.algOID
+  - S6924489: sun.security.pkcs11.wrapper.PKCS11Exception: CKR_OPERATION_NOT_INITIALIZED
+  - S7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
 * Bug fixes
   - PR902: PulseAudioClip getMicrosecondsLength() returns length in milliseconds, not microseconds
   - PR1050: Stream objects not garbage collected
@@ -86,6 +96,8 @@
   - Add missing REF_TO_OBJs for references passed from JNI, this enable JamVM
     to run Qt-Jambi
   - PR1155: Do not put version number in libjvm.so SONAME
+* SystemTap
+  - Addition of garbage collection probes
 
 New in release 1.11.5 (2012-10-16):