/hg/release/icedtea7-2.0: Bump to 2.0.1pre.
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Tue Oct 18 22:40:42 PDT 2011
changeset db5941a0c67f in /hg/release/icedtea7-2.0
details: http://icedtea.classpath.org/hg/release/icedtea7-2.0?cmd=changeset;node=db5941a0c67f
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Oct 19 06:40:36 2011 +0100
Bump to 2.0.1pre.
2011-10-19 Andrew John Hughes <ahughes at redhat.com>
* NEWS: Add section for 2.0.1.
* configure.ac: Bump to 2.0.1pre.
diffstat:
ChangeLog | 5 +++++
NEWS | 2 ++
configure.ac | 2 +-
3 files changed, 8 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r f89191483b95 -r db5941a0c67f ChangeLog
--- a/ChangeLog Wed Oct 19 05:25:29 2011 +0100
+++ b/ChangeLog Wed Oct 19 06:40:36 2011 +0100
@@ -1,3 +1,8 @@
+2011-10-19 Andrew John Hughes <ahughes at redhat.com>
+
+ * NEWS: Add section for 2.0.1.
+ * configure.ac: Bump to 2.0.1pre.
+
2011-10-19 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
diff -r f89191483b95 -r db5941a0c67f NEWS
--- a/NEWS Wed Oct 19 05:25:29 2011 +0100
+++ b/NEWS Wed Oct 19 06:40:36 2011 +0100
@@ -10,6 +10,8 @@
CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
+New in release 2.0.1 (20XX-XX-XX):
+
New in release 2.0 (2011-10-19):
* Security fixes
diff -r f89191483b95 -r db5941a0c67f configure.ac
--- a/configure.ac Wed Oct 19 05:25:29 2011 +0100
+++ b/configure.ac Wed Oct 19 06:40:36 2011 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [2.0], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea], [2.0.1pre], [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