/hg/icedtea6: 2 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Tue Jan 29 07:29:24 PST 2013


changeset 73dc59c4b6df in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=73dc59c4b6df
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Tue Jan 29 15:27:37 2013 +0000

	Update NEWS to match release announcement.

	2013-01-29  Andrew John Hughes  <gnu.andrew at redhat.com>

		* NEWS: Update to match announcement.


changeset 62524789314e in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=62524789314e
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Tue Jan 29 15:29:17 2013 +0000

	Prepare for 1.13.0.

	2013-01-29  Andrew John Hughes  <gnu.andrew at redhat.com>

		* configure.ac: Bump to 1.13.0pre.
		* NEWS: Add 1.13.0 section.


diffstat:

 ChangeLog    |   9 +++++++++
 NEWS         |  16 +++++++++++++++-
 configure.ac |   2 +-
 3 files changed, 25 insertions(+), 2 deletions(-)

diffs (65 lines):

diff -r 69b6ee297123 -r 62524789314e ChangeLog
--- a/ChangeLog	Tue Jan 29 04:11:25 2013 +0000
+++ b/ChangeLog	Tue Jan 29 15:29:17 2013 +0000
@@ -1,3 +1,12 @@
+2013-01-29  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* configure.ac: Bump to 1.13.0pre.
+	* NEWS: Add 1.13.0 section.
+
+2013-01-29  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* NEWS: Update to match announcement.
+
 2013-01-28  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* patches/cacao/memory.patch:
diff -r 69b6ee297123 -r 62524789314e NEWS
--- a/NEWS	Tue Jan 29 04:11:25 2013 +0000
+++ b/NEWS	Tue Jan 29 15:29:17 2013 +0000
@@ -10,7 +10,9 @@
 
 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.13.0 (201X-XX-XX):
+
+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 +48,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 +98,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):
 
diff -r 69b6ee297123 -r 62524789314e configure.ac
--- a/configure.ac	Tue Jan 29 04:11:25 2013 +0000
+++ b/configure.ac	Tue Jan 29 15:29:17 2013 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.12.0],[distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6],[1.13.0pre],[distro-pkg-dev at openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])
 



More information about the distro-pkg-dev mailing list