# HG changeset patch # User KUBOTA Yuji # Date 1479966094 -32400 # Node ID 276d14d7b5113e7ce24906bc94c2006186317d6b # Parent cde91311e623f95ded910607b4d195db7ee0c4cb Bump to 1.1.5 Review-thread: http://icedtea.classpath.org/pipermail/heapstats/2016-November/001749.html diff -r cde91311e623 -r 276d14d7b511 agent/ChangeLog --- a/agent/ChangeLog Wed Nov 09 21:20:26 2016 +0900 +++ b/agent/ChangeLog Thu Nov 24 14:41:34 2016 +0900 @@ -1,3 +1,7 @@ +2016-11-24 KUBOTA Yuji + + * Bump to 1.1.5 + 2016-11-09 Yasumasa Suenaga * Bug 3225: JVM may hang when deadlock detector and safepoint are conflicted diff -r cde91311e623 -r 276d14d7b511 agent/NEWS --- a/agent/NEWS Wed Nov 09 21:20:26 2016 +0900 +++ b/agent/NEWS Thu Nov 24 14:41:34 2016 +0900 @@ -1,3 +1,9 @@ +New in release 1.1.5 (2016-11-28) + +- Fix a hang-up on a corner case. + - Bug 3225: JVM may hang when deadlock detector and safepoint are conflicted +- Note: This version is in maintenance mode. Please use HeapStats 2.x for new features. + New in release 1.1.4 (2016-04-28) - This version migrate to maintenance mode. Please use HeapStats 2.x for new features. diff -r cde91311e623 -r 276d14d7b511 agent/configure --- a/agent/configure Wed Nov 09 21:20:26 2016 +0900 +++ b/agent/configure Thu Nov 24 14:41:34 2016 +0900 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for heapstats_agent 1.1.4. +# Generated by GNU Autoconf 2.69 for heapstats_agent 1.1.5. # # Report bugs to . # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='heapstats_agent' PACKAGE_TARNAME='heapstats_agent' -PACKAGE_VERSION='1.1.4' -PACKAGE_STRING='heapstats_agent 1.1.4' +PACKAGE_VERSION='1.1.5' +PACKAGE_STRING='heapstats_agent 1.1.5' PACKAGE_BUGREPORT='heapstats@icedtea.classpath.org' PACKAGE_URL='' @@ -1360,7 +1360,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_agent 1.1.4 to adapt to many kinds of systems. +\`configure' configures heapstats_agent 1.1.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1430,7 +1430,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of heapstats_agent 1.1.4:";; + short | recursive ) echo "Configuration of heapstats_agent 1.1.5:";; esac cat <<\_ACEOF @@ -1563,7 +1563,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -heapstats_agent configure 1.1.4 +heapstats_agent configure 1.1.5 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2107,7 +2107,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_agent $as_me 1.1.4, which was +It was created by heapstats_agent $as_me 1.1.5, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2975,7 +2975,7 @@ # Define the identity of the package. PACKAGE='heapstats_agent' - VERSION='1.1.4' + VERSION='1.1.5' cat >>confdefs.h <<_ACEOF @@ -19809,7 +19809,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by heapstats_agent $as_me 1.1.4, which was +This file was extended by heapstats_agent $as_me 1.1.5, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19866,7 +19866,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_agent config.status 1.1.4 +heapstats_agent config.status 1.1.5 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -r cde91311e623 -r 276d14d7b511 agent/configure.ac --- a/agent/configure.ac Wed Nov 09 21:20:26 2016 +0900 +++ b/agent/configure.ac Thu Nov 24 14:41:34 2016 +0900 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.59]) -AC_INIT([heapstats_agent], [1.1.4], [heapstats@icedtea.classpath.org]) +AC_INIT([heapstats_agent], [1.1.5], [heapstats@icedtea.classpath.org]) AC_CONFIG_SRCDIR([./src]) AC_CONFIG_AUX_DIR([./m4]) AC_CONFIG_MACRO_DIR([./m4]) diff -r cde91311e623 -r 276d14d7b511 agent/specs/heapstats_agent.spec --- a/agent/specs/heapstats_agent.spec Wed Nov 09 21:20:26 2016 +0900 +++ b/agent/specs/heapstats_agent.spec Thu Nov 24 14:41:34 2016 +0900 @@ -26,7 +26,7 @@ Summary: A Java programming language debugging tool. Name: heapstats_agent -Version: 1.1.4 +Version: 1.1.5 %define DIST_EXT %{?dist:%{dist}}%{!?dist:.el5} Release: 0%{?target_processor:%{target_processor}}%{DIST_EXT} License: GPLv2 @@ -106,6 +106,11 @@ /usr/share/snmp/mibs/HeapStatsMibs.txt %changelog +* Thu Nov 24 2016 KUBOTA Yuji 1.1.5 +- Fix a hang-up on a corner case. + - Bug 3225: JVM may hang when deadlock detector and safepoint are conflicted +- Note: This version is in maintenance mode. Please use HeapStats 2.x for new features. + * Thu Apr 28 2016 KUBOTA Yuji 1.1.4 - This version migrate to maintenance mode. Please use HeapStats 2.x for new features. - More detail: http://icedtea.classpath.org/pipermail/heapstats/2016-February/001427.html diff -r cde91311e623 -r 276d14d7b511 analyzer/build.properties --- a/analyzer/build.properties Wed Nov 09 21:20:26 2016 +0900 +++ b/analyzer/build.properties Thu Nov 24 14:41:34 2016 +0900 @@ -1,5 +1,5 @@ #Variable -version=1.1.4 +version=1.1.5 source=1.6 target=1.6 diff -r cde91311e623 -r 276d14d7b511 analyzer/src/jp/co/ntt/oss/heapstats/gui/GUIMain.java --- a/analyzer/src/jp/co/ntt/oss/heapstats/gui/GUIMain.java Wed Nov 09 21:20:26 2016 +0900 +++ b/analyzer/src/jp/co/ntt/oss/heapstats/gui/GUIMain.java Thu Nov 24 14:41:34 2016 +0900 @@ -604,7 +604,7 @@ } else if (eventSource.equals(aboutHeapStats)) { // Version Dialog StringBuilder buf = new StringBuilder(); - buf.append("\n\n Version: 1.1.4\n\n"); + buf.append("\n\n Version: 1.1.5\n\n"); buf.append("HeapStats is licensed under the GNU General Public License version 2.\n\n"); buf.append("about:license\n"); buf.append(" JFreeChart : the GNU Lesser ");