/hg/release/icedtea7-2.2: Prepare for next release cycle.
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Wed Oct 24 04:18:41 PDT 2012
changeset 3629a254b686 in /hg/release/icedtea7-2.2
details: http://icedtea.classpath.org/hg/release/icedtea7-2.2?cmd=changeset;node=3629a254b686
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Wed Oct 24 12:18:35 2012 +0100
Prepare for next release cycle.
2012-10-24 Andrew John Hughes <gnu.andrew at redhat.com>
* configure.ac: Bump to 2.2.4pre.
* NEWS: Add new release.
diffstat:
ChangeLog | 5 +++++
NEWS | 2 ++
configure.ac | 2 +-
3 files changed, 8 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r acb3a9d6be33 -r 3629a254b686 ChangeLog
--- a/ChangeLog Wed Oct 17 16:56:03 2012 +0100
+++ b/ChangeLog Wed Oct 24 12:18:35 2012 +0100
@@ -1,3 +1,8 @@
+2012-10-24 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * configure.ac: Bump to 2.2.4pre.
+ * NEWS: Add new release.
+
2011-10-17 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
diff -r acb3a9d6be33 -r 3629a254b686 NEWS
--- a/NEWS Wed Oct 17 16:56:03 2012 +0100
+++ b/NEWS Wed Oct 24 12:18:35 2012 +0100
@@ -10,6 +10,8 @@
CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
+New in release 2.2.4 (20XX-XX-XX):
+
New in release 2.2.3 (2012-10-17):
* Security fixes
diff -r acb3a9d6be33 -r 3629a254b686 configure.ac
--- a/configure.ac Wed Oct 17 16:56:03 2012 +0100
+++ b/configure.ac Wed Oct 24 12:18:35 2012 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [2.2.3], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea], [2.2.4pre], [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