changeset 33:ecf252ba3462

Updated Changelog, NEWS and INSTALL
author Emmanuel Bourg <ebourg@apache.org>
date Wed, 30 Apr 2014 17:06:27 +0200
parents 0c205b349623
children 953bbe4db278
files ChangeLog INSTALL NEWS
diffstat 3 files changed, 17 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <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
--- 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.
--- 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.