changeset 204:ce5585f2a33d 2.0.5

Bump to 2.0.5
author KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
date Thu, 22 Jun 2017 11:01:43 +0900
parents 40462ad5632e
children f1cbc2691f50
files ChangeLog NEWS analyzer/cli/pom.xml analyzer/core/pom.xml analyzer/fx/pom.xml analyzer/fx/src/main/resources/jp/co/ntt/oss/heapstats/aboutDialog.fxml configure configure.ac mbean/java/pom.xml pom.xml specs/heapstats.spec
diffstat 11 files changed, 31 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jun 14 00:59:43 2017 +0900
+++ b/ChangeLog	Thu Jun 22 11:01:43 2017 +0900
@@ -1,3 +1,7 @@
+2017-06-22  KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
+
+	* Bump to 2.0.5
+
 2017-06-14 KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
 
 	* Bug 3404: Fix to show a path to debuginfo
--- a/NEWS	Wed Jun 14 00:59:43 2017 +0900
+++ b/NEWS	Thu Jun 22 11:01:43 2017 +0900
@@ -1,3 +1,10 @@
+New in release 2.0.5 (2017-06-22)
+
+* Improve a test framework for race-condition to prevent potential bugs
+  * Bug 3999: Fix potential error when conflict between class loading and GC
+  * Core components has been tested. The others will be tested in the future.
+* Fix some bugs
+
 New in release 2.0.4 (2017-03-03)
 
 * Deadlock detection moved to experimental feature to prevent unexpected abort
--- a/analyzer/cli/pom.xml	Wed Jun 14 00:59:43 2017 +0900
+++ b/analyzer/cli/pom.xml	Thu Jun 22 11:01:43 2017 +0900
@@ -23,7 +23,7 @@
     <parent>
         <groupId>jp.co.ntt.oss.heapstats</groupId>
         <artifactId>heapstats</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
--- a/analyzer/core/pom.xml	Wed Jun 14 00:59:43 2017 +0900
+++ b/analyzer/core/pom.xml	Thu Jun 22 11:01:43 2017 +0900
@@ -23,7 +23,7 @@
     <parent>
         <groupId>jp.co.ntt.oss.heapstats</groupId>
         <artifactId>heapstats</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
--- a/analyzer/fx/pom.xml	Wed Jun 14 00:59:43 2017 +0900
+++ b/analyzer/fx/pom.xml	Thu Jun 22 11:01:43 2017 +0900
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>heapstats</artifactId>
         <groupId>jp.co.ntt.oss.heapstats</groupId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
--- a/analyzer/fx/src/main/resources/jp/co/ntt/oss/heapstats/aboutDialog.fxml	Wed Jun 14 00:59:43 2017 +0900
+++ b/analyzer/fx/src/main/resources/jp/co/ntt/oss/heapstats/aboutDialog.fxml	Thu Jun 22 11:01:43 2017 +0900
@@ -36,7 +36,7 @@
                 <Font size="36.0" />
             </font>
         </Label>
-        <Label layoutX="263.0" layoutY="63.0" text="Version 2.0.4">
+        <Label layoutX="263.0" layoutY="63.0" text="Version 2.0.5">
             <font>
                 <Font size="24.0" />
             </font>
--- a/configure	Wed Jun 14 00:59:43 2017 +0900
+++ b/configure	Thu Jun 22 11:01:43 2017 +0900
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for HeapStats 2.0.4.
+# Generated by GNU Autoconf 2.69 for HeapStats 2.0.5.
 #
 # Report bugs to <heapstats@icedtea.classpath.org>.
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='HeapStats'
 PACKAGE_TARNAME='heapstats'
-PACKAGE_VERSION='2.0.4'
-PACKAGE_STRING='HeapStats 2.0.4'
+PACKAGE_VERSION='2.0.5'
+PACKAGE_STRING='HeapStats 2.0.5'
 PACKAGE_BUGREPORT='heapstats@icedtea.classpath.org'
 PACKAGE_URL=''
 
@@ -1334,7 +1334,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures HeapStats 2.0.4 to adapt to many kinds of systems.
+\`configure' configures HeapStats 2.0.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1404,7 +1404,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of HeapStats 2.0.4:";;
+     short | recursive ) echo "Configuration of HeapStats 2.0.5:";;
    esac
   cat <<\_ACEOF
 
@@ -1522,7 +1522,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-HeapStats configure 2.0.4
+HeapStats configure 2.0.5
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2199,7 +2199,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by HeapStats $as_me 2.0.4, which was
+It was created by HeapStats $as_me 2.0.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3071,7 +3071,7 @@
 
 # Define the identity of the package.
  PACKAGE='heapstats'
- VERSION='2.0.4'
+ VERSION='2.0.5'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -9295,7 +9295,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by HeapStats $as_me 2.0.4, which was
+This file was extended by HeapStats $as_me 2.0.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -9352,7 +9352,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-HeapStats config.status 2.0.4
+HeapStats config.status 2.0.5
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
--- a/configure.ac	Wed Jun 14 00:59:43 2017 +0900
+++ b/configure.ac	Thu Jun 22 11:01:43 2017 +0900
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.59])
-AC_INIT([HeapStats], [2.0.4], [heapstats@icedtea.classpath.org])
+AC_INIT([HeapStats], [2.0.5], [heapstats@icedtea.classpath.org])
 m4_include([m4/compiler-opto])
 AC_DEFINE([HEAPSTATS_MAJOR_VERSION], ["2.0"])
 AC_CONFIG_SRCDIR([./agent/src])
--- a/mbean/java/pom.xml	Wed Jun 14 00:59:43 2017 +0900
+++ b/mbean/java/pom.xml	Thu Jun 22 11:01:43 2017 +0900
@@ -23,7 +23,7 @@
     <parent>
         <groupId>jp.co.ntt.oss.heapstats</groupId>
         <artifactId>heapstats</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
--- a/pom.xml	Wed Jun 14 00:59:43 2017 +0900
+++ b/pom.xml	Thu Jun 22 11:01:43 2017 +0900
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>jp.co.ntt.oss.heapstats</groupId>
     <artifactId>heapstats</artifactId>
-    <version>2.0.4</version>
+    <version>2.0.5</version>
     <packaging>pom</packaging>
     <modules>
         <module>mbean/java</module>
--- a/specs/heapstats.spec	Wed Jun 14 00:59:43 2017 +0900
+++ b/specs/heapstats.spec	Thu Jun 22 11:01:43 2017 +0900
@@ -2,7 +2,7 @@
 
 Summary: A Java programming language debugging tool.
 Name: heapstats
-Version: 2.0.4
+Version: 2.0.5
 %define DIST_EXT 0%{?dist:%{dist}}%{!?dist:.el5}
 Release: %{DIST_EXT}
 License: GPLv2
@@ -123,6 +123,8 @@
 
 
 %changelog
+* Thu Jun 22 2017 KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
+- Bump to 2.0.5
 * Fri Mar 03 2017 KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
 - Bump to 2.0.4
 * Tue Nov 15 2016 KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>