changeset 19:a9687562ffcc 1.1

Update NEWS and bump to 1.1. 2011-01-11 Andrew John Hughes <ahughes@redhat.com> * NEWS: Updated. * configure.ac: Bump to 1.1.
author Andrew John Hughes <ahughes@redhat.com>
date Tue, 11 Jan 2011 20:22:57 +0000
parents 162f041b396c
children 749ac25272d8
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 15 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jan 11 20:18:33 2011 +0000
+++ b/ChangeLog	Tue Jan 11 20:22:57 2011 +0000
@@ -1,3 +1,8 @@
+2011-01-11  Andrew John Hughes  <ahughes@redhat.com>
+
+	* NEWS: Updated.
+	* configure.ac: Bump to 1.1.
+
 2011-01-11  Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am:
--- a/NEWS	Tue Jan 11 20:18:33 2011 +0000
+++ b/NEWS	Tue Jan 11 20:22:57 2011 +0000
@@ -8,6 +8,15 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
+New in release 1.1 (2011-01-11):
+
+* Support for VisualVM 1.3.1.
+* Make VisualVM work outside the JVM directory structure.
+* Remove the invalid Version field from visualvm.desktop.
+* Install visualvm.desktop in the correct location under $(datadir)/applications.
+* Add debugging information to the native shared libraries.
+* Provide uninstallation support.
+
 New in release 1.0 (2010-09-08):
 
 * Separation of VisualVM build harness from IcedTea6.
--- a/configure.ac	Tue Jan 11 20:18:33 2011 +0000
+++ b/configure.ac	Tue Jan 11 20:22:57 2011 +0000
@@ -1,4 +1,4 @@
-AC_INIT([visualvm_harness], [1.1pre], [distro-pkg-dev@openjdk.java.net])
+AC_INIT([visualvm_harness], [1.1], [distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile visualvm.desktop])