# HG changeset patch # User Andrew John Hughes # Date 1294777377 0 # Node ID a9687562ffccc1dc97fd7dd0a8d3ad718f765ed3 # Parent 162f041b396c472c1b8c3499d07d8648cdbb8fe4 Update NEWS and bump to 1.1. 2011-01-11 Andrew John Hughes * NEWS: Updated. * configure.ac: Bump to 1.1. diff -r 162f041b396c -r a9687562ffcc ChangeLog --- 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 + + * NEWS: Updated. + * configure.ac: Bump to 1.1. + 2011-01-11 Andrew John Hughes * Makefile.am: diff -r 162f041b396c -r a9687562ffcc NEWS --- 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. diff -r 162f041b396c -r a9687562ffcc configure.ac --- 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])