/hg/release/icedtea7-2.6: Start next release cycle, 2.6.5.
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Mon Jan 25 16:34:46 UTC 2016
changeset 53d8bc340c6a in /hg/release/icedtea7-2.6
details: http://icedtea.classpath.org/hg/release/icedtea7-2.6?cmd=changeset;node=53d8bc340c6a
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Mon Jan 25 16:34:24 2016 +0000
Start next release cycle, 2.6.5.
2016-01-25 Andrew John Hughes <gnu.andrew at redhat.com>
* NEWS: Add 2.6.5 section.
* configure.ac: Bump to 2.6.5pre00.
diffstat:
ChangeLog | 5 +++++
NEWS | 2 ++
configure.ac | 2 +-
3 files changed, 8 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r 4eb7d546cbb2 -r 53d8bc340c6a ChangeLog
--- a/ChangeLog Wed Jan 20 17:08:54 2016 +0000
+++ b/ChangeLog Mon Jan 25 16:34:24 2016 +0000
@@ -1,3 +1,8 @@
+2016-01-25 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * NEWS: Add 2.6.5 section.
+ * configure.ac: Bump to 2.6.5pre00.
+
2016-01-19 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am,
diff -r 4eb7d546cbb2 -r 53d8bc340c6a NEWS
--- a/NEWS Wed Jan 20 17:08:54 2016 +0000
+++ b/NEWS Mon Jan 25 16:34:24 2016 +0000
@@ -12,6 +12,8 @@
CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
+New in release 2.6.5 (2016-04-XX):
+
New in release 2.6.4 (2016-01-19):
* Security fixes
diff -r 4eb7d546cbb2 -r 53d8bc340c6a configure.ac
--- a/configure.ac Wed Jan 20 17:08:54 2016 +0000
+++ b/configure.ac Mon Jan 25 16:34:24 2016 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [2.6.4], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea], [2.6.5pre00], [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