/hg/visualvm: Bump to 1.1pre and add NEWS from release announcem...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Sep 9 04:59:44 PDT 2010


changeset 12011c66e520 in /hg/visualvm
details: http://icedtea.classpath.org/hg/visualvm?cmd=changeset;node=12011c66e520
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Sep 09 12:59:32 2010 +0100

	Bump to 1.1pre and add NEWS from release announcement.

	2010-09-09 Andrew John Hughes <ahughes at redhat.com>

	 * configure.ac: Bump to 1.1pre.
		* NEWS: Added.


diffstat:

3 files changed, 20 insertions(+), 1 deletion(-)
ChangeLog    |    5 +++++
NEWS         |   14 ++++++++++++++
configure.ac |    2 +-

diffs (39 lines):

diff -r 3538695338d9 -r 12011c66e520 ChangeLog
--- a/ChangeLog	Wed Sep 08 20:31:33 2010 +0100
+++ b/ChangeLog	Thu Sep 09 12:59:32 2010 +0100
@@ -1,3 +1,8 @@ 2010-09-08  Andrew John Hughes  <ahughes
+2010-09-09  Andrew John Hughes  <ahughes at redhat.com>
+
+	* configure.ac: Bump to 1.1pre.
+	* NEWS: Added.
+
 2010-09-08  Andrew John Hughes  <ahughes at redhat.com>
 
 	* Makefile.am:
diff -r 3538695338d9 -r 12011c66e520 NEWS
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/NEWS	Thu Sep 09 12:59:32 2010 +0100
@@ -0,0 +1,14 @@
+Key:
+
+SX  - http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6969395
+PRX - http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=X
+RHX - https://bugzilla.redhat.com/show_bug.cgi?id=X
+DX  - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=X
+GX  - http://bugs.gentoo.org/show_bug.cgi?id=X
+
+CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
+
+New in release 1.0 (2010-09-08):
+
+* Separation of VisualVM build harness from IcedTea6.
+* Support for both VisualVM 1.2.2 (NetBeans 6.8) and 1.3 (NetBeans 6.9)
diff -r 3538695338d9 -r 12011c66e520 configure.ac
--- a/configure.ac	Wed Sep 08 20:31:33 2010 +0100
+++ b/configure.ac	Thu Sep 09 12:59:32 2010 +0100
@@ -1,4 +1,4 @@ AC_INIT([visualvm_harness], [1.0], [dist
-AC_INIT([visualvm_harness], [1.0], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([visualvm_harness], [1.1pre], [distro-pkg-dev at openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile visualvm.desktop])
 



More information about the distro-pkg-dev mailing list