/hg/release/icedtea6-1.12: 3 new changesets

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


changeset b09752863b7c in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=b09752863b7c
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Tue Jan 29 16:58:04 2013 +0000

	Added tag icedtea6-1.12 for changeset 69b6ee297123


changeset fcfbceedf12d in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=fcfbceedf12d
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 7c511d9ab452 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=7c511d9ab452
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Tue Jan 29 17:06:45 2013 +0000

	Prepare for 1.12.1.

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

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


diffstat:

 .hgtags      |   1 +
 ChangeLog    |   9 +++++++++
 NEWS         |  16 +++++++++++++++-
 configure.ac |   2 +-
 4 files changed, 26 insertions(+), 2 deletions(-)

diffs (73 lines):

diff -r 69b6ee297123 -r 7c511d9ab452 .hgtags
--- a/.hgtags	Tue Jan 29 04:11:25 2013 +0000
+++ b/.hgtags	Tue Jan 29 17:06:45 2013 +0000
@@ -22,3 +22,4 @@
 21f2a8d158545a161ba0d997c13bdba1e6166394 icedtea6-1.10-branchpoint
 24c5bd2e7d574441813bfb8f9e4636e50c5d7c28 icedtea6-1.11-branchpoint
 5a1e1b39664409e9a0945ba49b558f25ef976c58 icedtea6-1.12-branchpoint
+69b6ee29712304225f57535e507e6745e478ae9e icedtea6-1.12
diff -r 69b6ee297123 -r 7c511d9ab452 ChangeLog
--- a/ChangeLog	Tue Jan 29 04:11:25 2013 +0000
+++ b/ChangeLog	Tue Jan 29 17:06:45 2013 +0000
@@ -1,3 +1,12 @@
+2013-01-29  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* configure.ac: Bump to 1.12.1pre.
+	* NEWS: Add 1.12.1 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 7c511d9ab452 NEWS
--- a/NEWS	Tue Jan 29 04:11:25 2013 +0000
+++ b/NEWS	Tue Jan 29 17:06:45 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.12.1 (2012-02-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 7c511d9ab452 configure.ac
--- a/configure.ac	Tue Jan 29 04:11:25 2013 +0000
+++ b/configure.ac	Tue Jan 29 17:06:45 2013 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.12.0],[distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6],[1.12.1pre],[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