/hg/icedtea: Prepare for 2.0.
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Fri May 27 05:30:49 PDT 2011
changeset 6cf9b58ff9bc in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=6cf9b58ff9bc
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri May 27 13:30:39 2011 +0100
Prepare for 2.0.
2011-05-27 Andrew John Hughes <ahughes at redhat.com>
* NEWS: Add 2.0.
* configure.ac: Bump to 2.0pre.
diffstat:
ChangeLog | 5 +++++
NEWS | 2 ++
configure.ac | 2 +-
3 files changed, 8 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r 1508b893efed -r 6cf9b58ff9bc ChangeLog
--- a/ChangeLog Wed May 25 23:24:11 2011 +0100
+++ b/ChangeLog Fri May 27 13:30:39 2011 +0100
@@ -1,3 +1,8 @@
+2011-05-27 Andrew John Hughes <ahughes at redhat.com>
+
+ * NEWS: Add 2.0.
+ * configure.ac: Bump to 2.0pre.
+
2011-05-25 Andrew John Hughes <ahughes at redhat.com>
* NEWS:
diff -r 1508b893efed -r 6cf9b58ff9bc NEWS
--- a/NEWS Wed May 25 23:24:11 2011 +0100
+++ b/NEWS Fri May 27 13:30:39 2011 +0100
@@ -9,6 +9,8 @@
CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
+New in release 2.0 (2011-XX-XX):
+
New in release 1.14 (2011-05-25):
* NetX and the plugin moved to the IcedTea-Web project with a separate
diff -r 1508b893efed -r 6cf9b58ff9bc configure.ac
--- a/configure.ac Wed May 25 23:24:11 2011 +0100
+++ b/configure.ac Fri May 27 13:30:39 2011 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [1.14], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea], [2.0pre], [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