view ChangeLog @ 33:ecf252ba3462

Updated Changelog, NEWS and INSTALL
author Emmanuel Bourg <ebourg@apache.org>
date Wed, 30 Apr 2014 17:06:27 +0200
parents 15c584d48dc0
children 953bbe4db278
line wrap: on
line source

2014-04-30  Emmanuel Bourg <ebourg@apache.org>

	* Support VisualVM 1.3.6 and 1.3.7
	* Updated NEWS and INSTALL

2011-12-14  Jiri Vanek  <jvanek@redhat.com>

	* configure.ac: Bump to 1.4pre
	* NEWS: Updated

2011-11-09  Omair Majid  <omajid@redhat.com>

	* NEWS: Update.
	* Makefile.am: Add NETBEANS_701_PROFILER_URL,
	NETBEANS_701_PROFILER_SRC_ZIP, NETBEANS_701_PROFILER_SHA256SUM,
	VISUALVM_133_URL, VISUALVM_133_SRC_ZIP, VISUALVM_133_SHA256SUM.
	Initialize variables if VVVERSION_133 is set.
	* acinclude.m4 (VV_CHECK_FOR_NETBEANS): Check for platform13 dir.

2011-03-15  Jiri Vanek  <jvanek@redhat.com>
	* Makefile.am: support for downloading files from 
	classpath.org server
	*NEWS: updated

2011-03-08  Tomas Hurka  <tomas.hurka@googlemail.com>

        Support VisualVM 1.3.2.
        * INSTALL: Mention 1.3.2.
        * Makefile.am: Add settings for 1.3.2.
        * acinclude.m4: Define VVVERSION_132 if 1.3.2
        is requested.

2011-03-07  Tomas Hurka  <tomas.hurka@googlemail.com>

	* Makefile.am: changed urls of sources' tarballs.
	* README: https://visualvm.dev.java.net hchanged to 
	http://visualvm.java.net/

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:
	(uninstall-local): Provide uninstallation option.

2011-01-08  Andrew John Hughes  <ahughes@redhat.com>

	* Makefile.am:
	(nbplatform): Turn on debugging information
	for native code.

2011-01-08  Andrew John Hughes  <ahughes@redhat.com>

	* Makefile.am:
	(install-exec-local): Install the desktop file
	into the applications subdirectory.

2011-01-07  Andrew John Hughes  <ahughes@redhat.com>

	Make VisualVM work regardless of where it is
	installed.
	* Makefile.am:
	(NBPLATFORM_DIR_COPY): Removed.
	(install-exec-local): Install configuration
	to $(sysconfdir) rather than $(libdir)/visualvm/etc.
	Patch launcher with $(sysconfdir), platform directory,
	and $(libdir)/visualvm.  Patch visualvm.conf with jdkhome.
	Don't bother copying the platform symlink, just use the
	original location directly in the configuration file.

2011-01-07  Jiri Vanek <jvanek@redhat.com>

	* visualvm.desktop.in:
	Remove setting of Version which should
	refer to the desktop file format, and not
	the package itself.

2010-10-14  Tomas Hurka  <tomas.hurka@googlemail.com>>

	Support VisualVM 1.3.1.
	* INSTALL: Mention 1.3.1.
	* Makefile.am: Add settings for 1.3.1.
	* acinclude.m4: Define VVVERSION_131 if 1.3.1
	is requested.

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

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

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

	* Makefile.am:
	(nbplatform): Remove trailing slash.
	* acinclude.m4:
	(VV_CHECK_FOR_NETBEANS): Set NB_PLATFORM to
	a relative path.

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

	PR546:
	* Makefile.am:
	(NB_PLATFORM): Removed; defined by configure.
	* acinclude.m4:
	(VV_WITH_NETBEANS_PROFILER_ZIP): Define once only.
	(VV_WITH_VISUALVM_ZIP): Likewise.
	(IT_CHECK_FOR_JDK): Likewise.
	(VV_SET_ARCH_SETTINGS): Likewise.
	(VV_CHECK_WITH_VISUALVM_VERSION): Likewise.
	(VV_CHECK_FOR_NETBEANS): Check that NetBeans home
	exists and contains the appropriate platform for
	the version being built.
	* configure.ac: Call VV_CHECK_FOR_NETBEANS rather
	than doing it inline.

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.