# HG changeset patch # User Emmanuel Bourg # Date 1398870387 -7200 # Node ID ecf252ba34624c8f0c45e6a427f14ca17657c692 # Parent 0c205b349623a7c33a52767709a5dee45a6654d8 Updated Changelog, NEWS and INSTALL diff -r 0c205b349623 -r ecf252ba3462 ChangeLog --- a/ChangeLog Wed Apr 30 16:34:11 2014 +0200 +++ b/ChangeLog Wed Apr 30 17:06:27 2014 +0200 @@ -1,3 +1,8 @@ +2014-04-30 Emmanuel Bourg + + * Support VisualVM 1.3.6 and 1.3.7 + * Updated NEWS and INSTALL + 2011-12-14 Jiri Vanek * configure.ac: Bump to 1.4pre diff -r 0c205b349623 -r ecf252ba3462 INSTALL --- a/INSTALL Wed Apr 30 16:34:11 2014 +0200 +++ b/INSTALL Wed Apr 30 17:06:27 2014 +0200 @@ -15,13 +15,15 @@ $ make $ make install -The default version is currently 1.2.2. Supported versions +The default version is currently 1.3.7. Supported versions are: * 1.2.2 with NetBeans 6.8 * 1.3 with NetBeans 6.9 * 1.3.1 with NetBeans Platform 6.9.1 * 1.3.2 with NetBeans Platform 6.9.1 +* 1.3.6 with NetBeans Platform 7.3.1 +* 1.3.7 with NetBeans Platform 7.4.1 To build with a version other than the default, specify --with-visualvm-version=x where x is the version. @@ -53,4 +55,4 @@ * --with-visualvm-zip: The path to the appropriate VisualVM zip file to avoid downloading it. * --with-visualvm-version: Specify the version of VisualVM to build - from those supported. The default is 1.2.2. + from those supported. The default is 1.3.7. diff -r 0c205b349623 -r ecf252ba3462 NEWS --- a/NEWS Wed Apr 30 16:34:11 2014 +0200 +++ b/NEWS Wed Apr 30 17:06:27 2014 +0200 @@ -8,9 +8,16 @@ CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY +New in release 1.4 (2014-04-30): + +* Support for VisualVM 1.3.6 and 1.3.7 + + New in release 1.3 (2011-12-14): + * Support for VisualVM 1.3.3 + New in release 1.2 (2011-03-09): * Support for VisualVM 1.3.2 @@ -27,6 +34,7 @@ * 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.