# HG changeset patch # User KUBOTA Yuji # Date 1396233208 -32400 # Node ID 6e3347ac6aab39c579547832fe9933329bd347ff # Parent ac44c043b016f413c6b46e860df1a91e26872765 Bump to 1.1.1 review-thread: http://icedtea.classpath.org/pipermail/heapstats/2014-March/000287.html diff -r ac44c043b016 -r 6e3347ac6aab agent/ChangeLog --- a/agent/ChangeLog Fri Mar 28 13:40:20 2014 +0900 +++ b/agent/ChangeLog Mon Mar 31 11:33:28 2014 +0900 @@ -1,3 +1,7 @@ +2014-03-31 KUBOTA Yuji + + * Bump to 1.1.1 + 2014-03-28 Yasumasa Suenaga * Bug 1716: Reduce getObjectSize() call. diff -r ac44c043b016 -r 6e3347ac6aab agent/Makefile.in --- a/agent/Makefile.in Fri Mar 28 13:40:20 2014 +0900 +++ b/agent/Makefile.in Mon Mar 31 11:33:28 2014 +0900 @@ -82,10 +82,10 @@ $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/configure $(am__configure_deps) \ $(srcdir)/heapstats.conf.in COPYING ./m4/config.guess \ - ./m4/config.sub ./m4/install-sh ./m4/missing ./m4/ltmain.sh \ - $(top_srcdir)/./m4/config.guess $(top_srcdir)/./m4/config.sub \ - $(top_srcdir)/./m4/install-sh $(top_srcdir)/./m4/ltmain.sh \ - $(top_srcdir)/./m4/missing + ./m4/config.sub ./m4/depcomp ./m4/install-sh ./m4/missing \ + ./m4/ltmain.sh $(top_srcdir)/./m4/config.guess \ + $(top_srcdir)/./m4/config.sub $(top_srcdir)/./m4/install-sh \ + $(top_srcdir)/./m4/ltmain.sh $(top_srcdir)/./m4/missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ diff -r ac44c043b016 -r 6e3347ac6aab agent/NEWS --- a/agent/NEWS Fri Mar 28 13:40:20 2014 +0900 +++ b/agent/NEWS Mon Mar 31 11:33:28 2014 +0900 @@ -1,3 +1,10 @@ +New in release 1.1.1 (2014-03-31) + +- Performance improvement from 1.1.0. +- HeapStats Agent supports JDK8 GA features. +- HeapStats changes Logo. +- Some bug fixes. + New in release 1.1.0 (2013-09-09) - Initial Release diff -r ac44c043b016 -r 6e3347ac6aab agent/configure --- a/agent/configure Fri Mar 28 13:40:20 2014 +0900 +++ b/agent/configure Mon Mar 31 11:33:28 2014 +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.0-1. +# Generated by GNU Autoconf 2.69 for heapstats_agent 1.1.1. # # Report bugs to . # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='heapstats_agent' PACKAGE_TARNAME='heapstats_agent' -PACKAGE_VERSION='1.1.0-1' -PACKAGE_STRING='heapstats_agent 1.1.0-1' +PACKAGE_VERSION='1.1.1' +PACKAGE_STRING='heapstats_agent 1.1.1' PACKAGE_BUGREPORT='oss-java-support@lab.ntt.co.jp' PACKAGE_URL='' @@ -1361,7 +1361,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.0-1 to adapt to many kinds of systems. +\`configure' configures heapstats_agent 1.1.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1431,7 +1431,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of heapstats_agent 1.1.0-1:";; + short | recursive ) echo "Configuration of heapstats_agent 1.1.1:";; esac cat <<\_ACEOF @@ -1564,7 +1564,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -heapstats_agent configure 1.1.0-1 +heapstats_agent configure 1.1.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2108,7 +2108,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.0-1, which was +It was created by heapstats_agent $as_me 1.1.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2976,7 +2976,7 @@ # Define the identity of the package. PACKAGE='heapstats_agent' - VERSION='1.1.0-1' + VERSION='1.1.1' cat >>confdefs.h <<_ACEOF @@ -19726,7 +19726,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.0-1, which was +This file was extended by heapstats_agent $as_me 1.1.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19783,7 +19783,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.0-1 +heapstats_agent config.status 1.1.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -r ac44c043b016 -r 6e3347ac6aab agent/configure.ac --- a/agent/configure.ac Fri Mar 28 13:40:20 2014 +0900 +++ b/agent/configure.ac Mon Mar 31 11:33:28 2014 +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.0-1], [oss-java-support@lab.ntt.co.jp]) +AC_INIT([heapstats_agent], [1.1.1], [oss-java-support@lab.ntt.co.jp]) AC_CONFIG_SRCDIR([./src]) AC_CONFIG_AUX_DIR([./m4]) AC_CONFIG_MACRO_DIR([./m4]) diff -r ac44c043b016 -r 6e3347ac6aab agent/specs/heapstats_agent.spec --- a/agent/specs/heapstats_agent.spec Fri Mar 28 13:40:20 2014 +0900 +++ b/agent/specs/heapstats_agent.spec Mon Mar 31 11:33:28 2014 +0900 @@ -26,13 +26,13 @@ Summary: A Java programming language debugging tool. Name: heapstats_agent -Version: 1.1.0 +Version: 1.1.1 %define DIST_EXT %{?dist:%{dist}}%{!?dist:.el5} Release: 1%{?target_processor:%{target_processor}}%{DIST_EXT} License: GPLv2 Vendor: NTT OSS Center Group: Development/Debuggers -Source: heapstats-%{version}-1.tar.gz +Source: heapstats-%{version}.tar.gz #Patch0: none Buildroot: /var/tmp/heapstats @@ -52,7 +52,7 @@ %description this program analyzes running information in JVM. -Copyright (C) 2011-2013 Nippon Telegraph and Telephone Corporation. +Copyright (C) 2011-2014 Nippon Telegraph and Telephone Corporation. %prep %setup -q -n heapstats-1.1/agent @@ -105,6 +105,12 @@ /usr/share/snmp/mibs/HeapStatsMibs.txt %changelog +* Mon Mar 31 2014 KUBOTA Yuji 1.1.1 +- Performance improvement from 1.1.0-1. +- HeapStats agent supports JDK8 GA features. +- HeapStats changes Logo. +- Some bug fixes. + * Sat Oct 26 2013 Yasumasa Suenaga 1.1.0-1 - RPM of HeapStats 1.1 agent is not contained MIB. diff -r ac44c043b016 -r 6e3347ac6aab analyzer/build.properties --- a/analyzer/build.properties Fri Mar 28 13:40:20 2014 +0900 +++ b/analyzer/build.properties Mon Mar 31 11:33:28 2014 +0900 @@ -1,5 +1,5 @@ #Variable -version=1.1.0 +version=1.1.1 source=1.6 target=1.6 diff -r ac44c043b016 -r 6e3347ac6aab analyzer/src/jp/co/ntt/oss/heapstats/gui/GUIMain.java --- a/analyzer/src/jp/co/ntt/oss/heapstats/gui/GUIMain.java Fri Mar 28 13:40:20 2014 +0900 +++ b/analyzer/src/jp/co/ntt/oss/heapstats/gui/GUIMain.java Mon Mar 31 11:33:28 2014 +0900 @@ -604,7 +604,7 @@ } else if (eventSource.equals(aboutHeapStats)) { // Version Dialog StringBuilder buf = new StringBuilder(); - buf.append("\n\n Version: 1.1.0\n\n"); + buf.append("\n\n Version: 1.1.1\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 ");