/hg/icedtea6-hg: 2 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Jan 12 19:05:02 UTC 2017


changeset 8c1e335ab803 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=8c1e335ab803
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Thu Jan 12 19:10:24 2017 +0000

	Add 1.13.13 release notes.

	2017-01-12  Andrew John Hughes  <gnu.andrew at redhat.com>

		* NEWS: Add 1.13.13 release notes.


changeset fd48125f182a in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=fd48125f182a
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Thu Jan 12 19:11:54 2017 +0000

	Bump to next release, b42.

	2017-01-10  Andrew John Hughes  <gnu.andrew at redhat.com>

		* Makefile.am:
		(OPENJDK_VERSION): Bump to next release, b42.


diffstat:

 ChangeLog   |   9 +++++++++
 Makefile.am |   2 +-
 NEWS        |  31 ++++++++++++++++++-------------
 3 files changed, 28 insertions(+), 14 deletions(-)

diffs (79 lines):

diff -r cf051991f891 -r fd48125f182a ChangeLog
--- a/ChangeLog	Thu Jan 05 01:09:37 2017 +0000
+++ b/ChangeLog	Thu Jan 12 19:11:54 2017 +0000
@@ -1,3 +1,12 @@
+2017-01-10  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* Makefile.am:
+	(OPENJDK_VERSION): Bump to next release, b42.
+
+2017-01-12  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* NEWS: Add 1.13.13 release notes.
+
 2017-01-04  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	S8172252: Remove over-zealous switch to for-each
diff -r cf051991f891 -r fd48125f182a Makefile.am
--- a/Makefile.am	Thu Jan 05 01:09:37 2017 +0000
+++ b/Makefile.am	Thu Jan 12 19:11:54 2017 +0000
@@ -2,7 +2,7 @@
 
 OPENJDK_DATE = 04_jan_2017
 OPENJDK_SHA256SUM = 8e34d451cec65fae8b4304651058ed4dc8d07bd45baa2f49780009097afc1a15
-OPENJDK_VERSION = b41
+OPENJDK_VERSION = b42
 OPENJDK_URL = https://java.net/downloads/openjdk6/
 
 CACAO_VERSION = 68fe50ac34ec
diff -r cf051991f891 -r fd48125f182a NEWS
--- a/NEWS	Thu Jan 05 01:09:37 2017 +0000
+++ b/NEWS	Thu Jan 12 19:11:54 2017 +0000
@@ -19,6 +19,24 @@
   - PR2083: Add support for building Zero on AArch64
   - PR3112: Provide option to disable SystemTap tests
   - PR3181: Support building without pre-compiled headers
+* Backports
+  - S6611637: NullPointerException in sun.font.GlyphLayout$EngineRecord.init
+  - S6727719: Performance of TextLayout.getBounds()
+  - S6745225: Memory leak while drawing Attributed String
+  - S6904962: GlyphVector.getVisualBounds should not be affected by leading or trailing white space.
+  - S7151089: PS NUMA: NUMA allocator should not attempt to free pages when using SHM large pages
+  - S8013057: Detect mmap() commit failures in Linux and Solaris os::commit_memory() impls and call vm_exit_out_of_memory()
+  - S8026887: Make issues due to failed large pages allocations easier to debug
+  - S8076221, PR2808: Disable RC4 cipher suites
+* Bug fixes
+  - PR1886: IcedTea does not checksum supplied tarballs
+  - PR2849: wget not required when downloading is disabled
+  - PR2957: Build bootstrap code (rt-class-files.stamp) using bootstrap flags (source/target 1.5)
+  - PR3139: Update documentation
+  - PR3143: Fix typo in --with-openjdk-src-dir introduced by PR3139
+
+New in release 1.13.13 (2017-01-09):
+
 * Security fixes
   - S8151921: Improved page resolution
   - S8155968: Update command line options
@@ -198,22 +216,9 @@
   - S8172159: Remove @Override annotation on interfaces added by b41 updates
   - S8172252: Remove over-zealous switch to for-each loop in SortingFocusTraversalPolicy
 * Backports
-  - S6611637: NullPointerException in sun.font.GlyphLayout$EngineRecord.init
-  - S6727719: Performance of TextLayout.getBounds()
-  - S6745225: Memory leak while drawing Attributed String
-  - S6904962: GlyphVector.getVisualBounds should not be affected by leading or trailing white space.
   - S6974985, PR3276: Java2Demo threw exceptions when xrender enabled in OEL5.5
   - S6985593, PR3276: Crash in Java_sun_java2d_loops_MaskBlit_MaskBlit on oel5.5-x64
-  - S7151089: PS NUMA: NUMA allocator should not attempt to free pages when using SHM large pages
-  - S8013057: Detect mmap() commit failures in Linux and Solaris os::commit_memory() impls and call vm_exit_out_of_memory()
-  - S8026887: Make issues due to failed large pages allocations easier to debug
-  - S8076221, PR2808: Disable RC4 cipher suites
 * Bug fixes
-  - PR1886: IcedTea does not checksum supplied tarballs
-  - PR2849: wget not required when downloading is disabled
-  - PR2957: Build bootstrap code (rt-class-files.stamp) using bootstrap flags (source/target 1.5)
-  - PR3139: Update documentation
-  - PR3143: Fix typo in --with-openjdk-src-dir introduced by PR3139
   - PR3174: systemtap: type definition 'symbolOopDesc' not found
   - PR3175: invalid zip timestamp handling leads to error updating JAR files
   - PR3213: Disable ARM32 JIT by default


More information about the distro-pkg-dev mailing list