/hg/visualvm: 3 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Tue Jan 11 12:28:50 PST 2011


changeset 162f041b396c in /hg/visualvm
details: http://icedtea.classpath.org/hg/visualvm?cmd=changeset;node=162f041b396c
author: Andrew John Hughes <ahughes at redhat.com>
date: Tue Jan 11 20:18:33 2011 +0000

	Provide uninstallation option.

	2011-01-11 Andrew John Hughes <ahughes at redhat.com>

	 * Makefile.am: (uninstall-local): Provide
	uninstallation option.


changeset a9687562ffcc in /hg/visualvm
details: http://icedtea.classpath.org/hg/visualvm?cmd=changeset;node=a9687562ffcc
author: Andrew John Hughes <ahughes at redhat.com>
date: Tue Jan 11 20:22:57 2011 +0000

	Update NEWS and bump to 1.1.

	2011-01-11 Andrew John Hughes <ahughes at redhat.com>

	 * NEWS: Updated.
		* configure.ac: Bump to 1.1.


changeset 749ac25272d8 in /hg/visualvm
details: http://icedtea.classpath.org/hg/visualvm?cmd=changeset;node=749ac25272d8
author: Andrew John Hughes <ahughes at redhat.com>
date: Tue Jan 11 20:27:52 2011 +0000

	Added tag 1.1 for changeset a9687562ffcc


diffstat:

5 files changed, 28 insertions(+), 1 deletion(-)
.hgtags      |    1 +
ChangeLog    |   10 ++++++++++
Makefile.am  |    7 +++++++
NEWS         |    9 +++++++++
configure.ac |    2 +-

diffs (68 lines):

diff -r d0293407ac9c -r 749ac25272d8 .hgtags
--- a/.hgtags	Sat Jan 08 02:00:50 2011 +0000
+++ b/.hgtags	Tue Jan 11 20:27:52 2011 +0000
@@ -1,1 +1,2 @@ 8b1172973c70ab07f27468f719b6b34c96586779
 8b1172973c70ab07f27468f719b6b34c96586779 1.0
+a9687562ffccc1dc97fd7dd0a8d3ad718f765ed3 1.1
diff -r d0293407ac9c -r 749ac25272d8 ChangeLog
--- a/ChangeLog	Sat Jan 08 02:00:50 2011 +0000
+++ b/ChangeLog	Tue Jan 11 20:27:52 2011 +0000
@@ -1,3 +1,13 @@ 2011-01-08  Andrew John Hughes  <ahughes
+2011-01-11  Andrew John Hughes  <ahughes at redhat.com>
+
+	* NEWS: Updated.
+	* configure.ac: Bump to 1.1.
+
+2011-01-11  Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am:
+	(uninstall-local): Provide uninstallation option.
+
 2011-01-08  Andrew John Hughes  <ahughes at redhat.com>
 
 	* Makefile.am:
diff -r d0293407ac9c -r 749ac25272d8 Makefile.am
--- a/Makefile.am	Sat Jan 08 02:00:50 2011 +0000
+++ b/Makefile.am	Tue Jan 11 20:27:52 2011 +0000
@@ -214,6 +214,13 @@ install-exec-local:
 	cp -r netbeans/nbbuild/netbeans_visualvm/$(PROFILER) $(DESTDIR)$(libdir)/visualvm	
 	cp visualvm.desktop $(DESTDIR)$(datadir)/applications
 
+uninstall-local:
+	rm -f $(DESTDIR)$(bindir)/jvisualvm
+	rm -f $(DESTDIR)$(sysconfdir)/visualvm.conf
+	rm -f $(DESTDIR)$(sysconfdir)/visualvm.clusters
+	rm -rf $(DESTDIR)$(libdir)/visualvm
+	rm -f $(DESTDIR)$(datadir)/applications/visualvm.desktop
+
 download-netbeans-profiler: stamps/download-netbeans-profiler.stamp
 
 download-visualvm: stamps/download-visualvm.stamp
diff -r d0293407ac9c -r 749ac25272d8 NEWS
--- a/NEWS	Sat Jan 08 02:00:50 2011 +0000
+++ b/NEWS	Tue Jan 11 20:27:52 2011 +0000
@@ -8,6 +8,15 @@ GX  - http://bugs.gentoo.org/show_bug.cg
 
 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 d0293407ac9c -r 749ac25272d8 configure.ac
--- a/configure.ac	Sat Jan 08 02:00:50 2011 +0000
+++ b/configure.ac	Tue Jan 11 20:27:52 2011 +0000
@@ -1,4 +1,4 @@ AC_INIT([visualvm_harness], [1.1pre], [d
-AC_INIT([visualvm_harness], [1.1pre], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([visualvm_harness], [1.1], [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