/hg/release/icedtea7-2.6: 2 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Fri Apr 15 03:06:08 UTC 2016


changeset eaa7154e4e58 in /hg/release/icedtea7-2.6
details: http://icedtea.classpath.org/hg/release/icedtea7-2.6?cmd=changeset;node=eaa7154e4e58
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Fri Apr 15 04:05:08 2016 +0100

	Replace misplaced '.' with ',' in NEWS.

	2016-03-25  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		* NEWS: Replace misplaced '.' with ','.


changeset d7fd25f9ac79 in /hg/release/icedtea7-2.6
details: http://icedtea.classpath.org/hg/release/icedtea7-2.6?cmd=changeset;node=d7fd25f9ac79
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Fri Apr 15 04:06:51 2016 +0100

	Start 2.6.6 release cycle.

	2016-04-14  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		* NEWS: Add 2.6.6 section.
		* configure.ac: Bump to 2.6.6pre00.


diffstat:

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

diffs (46 lines):

diff -r cc7d9dff49cb -r d7fd25f9ac79 ChangeLog
--- a/ChangeLog	Fri Mar 25 07:32:03 2016 +0000
+++ b/ChangeLog	Fri Apr 15 04:06:51 2016 +0100
@@ -1,3 +1,12 @@
+2016-04-14  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	* NEWS: Add 2.6.6 section.
+	* configure.ac: Bump to 2.6.6pre00.
+
+2016-03-25  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	* NEWS: Replace misplaced '.' with ','.
+
 2016-03-24  Andrew John Hughes  <gnu.andrew at member.fsf.org>
 
 	* NEWS: Set release date.
diff -r cc7d9dff49cb -r d7fd25f9ac79 NEWS
--- a/NEWS	Fri Mar 25 07:32:03 2016 +0000
+++ b/NEWS	Fri Apr 15 04:06:51 2016 +0100
@@ -12,6 +12,8 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
+New in release 2.6.6 (2016-04-19):
+
 New in release 2.6.5 (2016-03-24):
 
 * Security fixes
@@ -24,7 +26,7 @@
 * Backports
   - S8028727, PR2814: [parfait] warnings from b116 for jdk.src.share.native.sun.security.ec: JNI pending exceptions
   - S8048512, PR2814: Uninitialised memory in jdk/src/share/native/sun/security/ec/ECC_JNI.cpp
-  - S8071705. PR2819, RH1182694: Java application menu misbehaves when running multiple screen stacked vertically
+  - S8071705, PR2819, RH1182694: Java application menu misbehaves when running multiple screen stacked vertically
   - S8150954, PR2866, RH1176206: AWT Robot not compatible with GNOME Shell
 * Bug fixes
   - PR2803: Make system CUPS optional
diff -r cc7d9dff49cb -r d7fd25f9ac79 configure.ac
--- a/configure.ac	Fri Mar 25 07:32:03 2016 +0000
+++ b/configure.ac	Fri Apr 15 04:06:51 2016 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [2.6.5], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea], [2.6.6pre00], [distro-pkg-dev at openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AM_MAINTAINER_MODE([enable])
 AC_CONFIG_FILES([Makefile])


More information about the distro-pkg-dev mailing list