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

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu May 24 04:28:21 UTC 2018


changeset 7c8dc68eec3e in /hg/release/icedtea7-2.6
details: http://icedtea.classpath.org/hg/release/icedtea7-2.6?cmd=changeset;node=7c8dc68eec3e
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Thu May 24 04:03:11 2018 +0100

	Set release date to today.

	2018-05-23  Andrew John Hughes  <gnu_andrew at member.fsf.org>

		* NEWS: Set release date to today.


changeset 6692ce358b40 in /hg/release/icedtea7-2.6
details: http://icedtea.classpath.org/hg/release/icedtea7-2.6?cmd=changeset;node=6692ce358b40
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Thu May 24 05:21:27 2018 +0100

	PR3551: Additional category used in jconsole.desktop.in is incorrect

	2018-04-12  Andrew John Hughes  <gnu_andrew at member.fsf.org>

		PR3551: Additional category used in jconsole.desktop.in is incorrect
		* NEWS: Updated.
		* jconsole.desktop.in:
		Use valid subcategory of Development, "Profiling".


changeset 6327cf1cea9e in /hg/release/icedtea7-2.6
details: http://icedtea.classpath.org/hg/release/icedtea7-2.6?cmd=changeset;node=6327cf1cea9e
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Thu May 24 05:28:07 2018 +0100

	Added tag icedtea-2.6.14 for changeset 6692ce358b40


diffstat:

 .hgtags             |   1 +
 ChangeLog           |  11 +++++++++++
 NEWS                |   3 ++-
 jconsole.desktop.in |   2 +-
 4 files changed, 15 insertions(+), 2 deletions(-)

diffs (56 lines):

diff -r 89de58af1ce3 -r 6327cf1cea9e .hgtags
--- a/.hgtags	Wed May 23 17:21:08 2018 +0100
+++ b/.hgtags	Thu May 24 05:28:07 2018 +0100
@@ -81,3 +81,4 @@
 3072b7a2e47db3fd8855be8f864d10f4a0dbca6c icedtea-2.6.12
 bcfd79d6c2883b158fd15282b049a82c45272690 icedtea-2.6.13
 0f6ea3deeb6e95f9f85d2ffeb46c568e73e0fe78 icedtea-2.6.14pre01
+6692ce358b4047fa15c09cb157193d1e64dbc2df icedtea-2.6.14
diff -r 89de58af1ce3 -r 6327cf1cea9e ChangeLog
--- a/ChangeLog	Wed May 23 17:21:08 2018 +0100
+++ b/ChangeLog	Thu May 24 05:28:07 2018 +0100
@@ -1,3 +1,14 @@
+2018-04-12  Andrew John Hughes  <gnu_andrew at member.fsf.org>
+
+	PR3551: Additional category used in jconsole.desktop.in is incorrect
+	* NEWS: Updated.
+	* jconsole.desktop.in:
+	Use valid subcategory of Development, "Profiling".
+
+2018-05-23  Andrew John Hughes  <gnu_andrew at member.fsf.org>
+
+	* NEWS: Set release date to today.
+
 2018-05-22  Andrew John Hughes  <gnu_andrew at member.fsf.org>
 
 	PR3595: Bootstrapping with IcedTea 2.x as the
diff -r 89de58af1ce3 -r 6327cf1cea9e NEWS
--- a/NEWS	Wed May 23 17:21:08 2018 +0100
+++ b/NEWS	Thu May 24 05:28:07 2018 +0100
@@ -12,7 +12,7 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
-New in release 2.6.14 (2018-04-XX):
+New in release 2.6.14 (2018-05-23):
 
 * Security fixes
   - S8162488: JDK should be updated to use LittleCMS 2.8
@@ -73,6 +73,7 @@
   - S8200556, PR3567: AArch64 port crashes on slowdebug builds
   - S8201509, PR3580: Zero's atomic_copy64() broken on s390
 * Bug fixes
+  - PR3551: Additional category used in jconsole.desktop.in is incorrect
   - PR3576, RH1567204: System cacerts database handling should not affect jssecacerts
   - PR3595: Bootstrapping with IcedTea 2.x as the bootstrap JDK broken by import of 7u181-b01
 
diff -r 89de58af1ce3 -r 6327cf1cea9e jconsole.desktop.in
--- a/jconsole.desktop.in	Wed May 23 17:21:08 2018 +0100
+++ b/jconsole.desktop.in	Thu May 24 05:28:07 2018 +0100
@@ -6,5 +6,5 @@
 Terminal=false
 Type=Application
 StartupWMClass=sun-tools-jconsole-JConsole
-Categories=Development;Monitor;Java;
+Categories=Development;Profiling;Java;
 Version=1.0


More information about the distro-pkg-dev mailing list