view ChangeLog @ 7:11eff73a8d6d

Add README and INSTALL files and set version ready for release. 2010-09-08 Andrew John Hughes <ahughes@redhat.com> * INSTALL: Added. * Makefile.am: (clean-local): Move stamps removal... (distclean-local): ... to here. * README: Added. * configure.ac: Fix version to visualvm_harness 1.0 ready for release.
author Andrew John Hughes <ahughes@redhat.com>
date Wed, 08 Sep 2010 19:55:06 +0100
parents 69b02bea9cf4
children 37857184a6d9
line wrap: on
line source

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

	* INSTALL: Added.
	* Makefile.am:
	(clean-local): Move stamps removal...
	(distclean-local): ... to here.
	* README: Added.
	* configure.ac: Fix version to visualvm_harness
	1.0 ready for release.

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

	* .hgignore: Add config.guess and config.sub.
	* Makefile.am:
	(clean-local): Remove empty stamps directory.

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

	Support both 1.2.2 and 1.3.
	* Makefile.am:
	Set URL, source zip and checksum based on
	VisualVM version.
	(nbplatform): Handle differences between
	1.2.2 and 1.3 through conditional definition.
	(visualvm): Likewise.  Fix broken reference to
	srcdir rather than builddir.
	* acinclude.m4:
	(VV_CHECK_WITH_VISUALVM_VERSION): Provide
	--with-visualvm-version option to allow selection
	of 1.2.2 (default) or 1.3.
	* configure.ac: Enable above macro.

2010-08-06  Tomas Hurka  <tomas.hurka@googlemail.com>

	* Makefile.am: Upgrade to VisualVM 1.3 and
	NetBeans platform 6.9.

2010-08-26  Matthias Klose  <doko@ubuntu.com>

	* Makefile.am (install-exec-local): Honor DESTDIR.
	* acinclude.a4: Remove VV_FIND_NETBEANS check.
	* configure.ac: Don't call VV_FIND_NETBEANS.

2010-06-23  Andrew John Hughes  <ahughes@redhat.com>

	* Makefile.am: Install visualvm.desktop
	in ${datadir}.
	* configure.ac: Generate visualvm.desktop.
	* visualvm.desktop.in: Input file for visualvm.desktop,
	imported from IcedTea.

2010-06-22  Andrew John Hughes  <ahughes@redhat.com>

	* Makefile.am:
	(stamps/nbplatform.stamp): Don't run
	uname, trying to guess the architecture.
	The two scripts are nearly identical so just
	fix them by replacing the broken 'gcc32' call
	with $(CC) and -m64 with $(ARCHFLAG).
	* acinclude.m4:
	(VV_SET_ARCH_SETTINGS): Set ARCHFLAG according
	to the host detected by configure.
	* configure.ac:
	Call VV_SET_ARCH_SETTINGS.

2010-06-22  Andrew John Hughes  <ahughes@redhat.com>

	* .hgignore,
	* COPYING,
	* Makefile.am,
	* acinclude.m4,
	* autogen.sh,
	* configure.ac:
	Initial import of VisualVM build machinery
	from IcedTea6&7 and changes to make it work
	independently.