changeset 53:bfc42ff08b48 1.1.4

Bump to 1.1.4 Review-thread: http://icedtea.classpath.org/pipermail/heapstats/2016-April/001546.html
author KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
date Thu, 28 Apr 2016 12:47:11 +0900
parents 8b00cc1238ef
children 45b3506c6bd0
files agent/ChangeLog agent/NEWS agent/configure agent/configure.ac agent/specs/heapstats_agent.spec analyzer/build.properties analyzer/src/jp/co/ntt/oss/heapstats/gui/GUIMain.java
diffstat 7 files changed, 31 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/agent/ChangeLog	Mon Apr 25 17:01:46 2016 +0900
+++ b/agent/ChangeLog	Thu Apr 28 12:47:11 2016 +0900
@@ -1,3 +1,7 @@
+2016-04-28  KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
+
+	* Bump to 1.1.4
+
 2016-04-25  KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
 
 	* Bug 2944: Enable to launch attacher by older jdk
--- a/agent/NEWS	Mon Apr 25 17:01:46 2016 +0900
+++ b/agent/NEWS	Thu Apr 28 12:47:11 2016 +0900
@@ -1,3 +1,9 @@
+New in release 1.1.4 (2016-04-28)
+
+- 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
+- Some bug fixes.
+
 New in release 1.1.3 (2015-05-28)
 
 - Update official Private Enterprise Number for SNMP.
--- a/agent/configure	Mon Apr 25 17:01:46 2016 +0900
+++ b/agent/configure	Thu Apr 28 12:47:11 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.3.
+# Generated by GNU Autoconf 2.69 for heapstats_agent 1.1.4.
 #
 # Report bugs to <heapstats@icedtea.classpath.org>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='heapstats_agent'
 PACKAGE_TARNAME='heapstats_agent'
-PACKAGE_VERSION='1.1.3'
-PACKAGE_STRING='heapstats_agent 1.1.3'
+PACKAGE_VERSION='1.1.4'
+PACKAGE_STRING='heapstats_agent 1.1.4'
 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.3 to adapt to many kinds of systems.
+\`configure' configures heapstats_agent 1.1.4 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.3:";;
+     short | recursive ) echo "Configuration of heapstats_agent 1.1.4:";;
    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.3
+heapstats_agent configure 1.1.4
 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.3, which was
+It was created by heapstats_agent $as_me 1.1.4, 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.3'
+ VERSION='1.1.4'
 
 
 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.3, which was
+This file was extended by heapstats_agent $as_me 1.1.4, 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.3
+heapstats_agent config.status 1.1.4
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
--- a/agent/configure.ac	Mon Apr 25 17:01:46 2016 +0900
+++ b/agent/configure.ac	Thu Apr 28 12:47:11 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.3], [heapstats@icedtea.classpath.org])
+AC_INIT([heapstats_agent], [1.1.4], [heapstats@icedtea.classpath.org])
 AC_CONFIG_SRCDIR([./src])
 AC_CONFIG_AUX_DIR([./m4])
 AC_CONFIG_MACRO_DIR([./m4])
--- a/agent/specs/heapstats_agent.spec	Mon Apr 25 17:01:46 2016 +0900
+++ b/agent/specs/heapstats_agent.spec	Thu Apr 28 12:47:11 2016 +0900
@@ -26,7 +26,7 @@
 
 Summary: A Java programming language debugging tool.
 Name: heapstats_agent
-Version: 1.1.3
+Version: 1.1.4
 %define DIST_EXT %{?dist:%{dist}}%{!?dist:.el5}
 Release: 0%{?target_processor:%{target_processor}}%{DIST_EXT}
 License: GPLv2
@@ -53,7 +53,7 @@
 
 %description
 this program analyzes running information in JVM.
-Copyright (C) 2011-2015 Nippon Telegraph and Telephone Corporation.
+Copyright (C) 2011-2016 Nippon Telegraph and Telephone Corporation.
 
 %prep
 %setup -q -n heapstats-1.1/agent
@@ -106,6 +106,11 @@
 /usr/share/snmp/mibs/HeapStatsMibs.txt
 
 %changelog
+* Thu Apr 28 2016 KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp> 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
+- Some bug fixes.
+
 * Fri May 28 2015 KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp> 1.1.3
 - Update official Private Enterprise Number for SNMP.
  - Change the configured PEN from 123456 to 45156 if you use SNMP trap by your tools.
--- a/analyzer/build.properties	Mon Apr 25 17:01:46 2016 +0900
+++ b/analyzer/build.properties	Thu Apr 28 12:47:11 2016 +0900
@@ -1,5 +1,5 @@
 #Variable
-version=1.1.3
+version=1.1.4
 source=1.6
 target=1.6
 
--- a/analyzer/src/jp/co/ntt/oss/heapstats/gui/GUIMain.java	Mon Apr 25 17:01:46 2016 +0900
+++ b/analyzer/src/jp/co/ntt/oss/heapstats/gui/GUIMain.java	Thu Apr 28 12:47:11 2016 +0900
@@ -604,14 +604,14 @@
             } else if (eventSource.equals(aboutHeapStats)) {
                 // Version Dialog
                 StringBuilder buf = new StringBuilder();
-                buf.append("\n\n  Version: 1.1.3\n\n");
+                buf.append("\n\n  Version: 1.1.4\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 ");
                 buf.append("General Public License\n");
                 buf.append("  JGraphX     :  the Berkeley Software ");
                 buf.append("Distribution License\n\n");
-                buf.append("  Copyright (C) 2011-2015 Nippon Telegraph and ");
+                buf.append("  Copyright (C) 2011-2016 Nippon Telegraph and ");
                 buf.append("Telephone Corporation\n\n");
 
                 JLabel title = new JLabel("  HeapStats Analyzer\n\n\n");