From: Sebastien Godard Date: Fri, 3 Jun 2011 18:52:27 +0000 (+0200) Subject: Sysstat 10.0.2 begins. X-Git-Tag: v10.0.2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39ee765be85d929c4ba09da14e03d8105cad2c63;p=sysstat Sysstat 10.0.2 begins. Updated CHANGES and configure.in file for 10.0.2 version. --- diff --git a/CHANGES b/CHANGES index 7c58bbc..3251bef 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ Changes: +xxxx/xx/xx: Version 10.0.2 - Sebastien Godard (sysstat orange.fr) + 2011/06/03: Version 10.0.1 - Sebastien Godard (sysstat orange.fr) * Added USB devices statistics to sar and sadc. The option "-m USB" can now be used with sar to take a snapshot of all diff --git a/configure b/configure index 5c576e7..9ccfa35 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.63 for sysstat 10.0.1. +# Generated by GNU Autoconf 2.63 for sysstat 10.0.2. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. @@ -594,8 +594,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='sysstat' PACKAGE_TARNAME='sysstat' -PACKAGE_VERSION='10.0.1' -PACKAGE_STRING='sysstat 10.0.1' +PACKAGE_VERSION='10.0.2' +PACKAGE_STRING='sysstat 10.0.2' PACKAGE_BUGREPORT='' ac_unique_file="ioconf.h" @@ -1320,7 +1320,7 @@ if test "$ac_init_help" = "long"; then # 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 sysstat 10.0.1 to adapt to many kinds of systems. +\`configure' configures sysstat 10.0.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1381,7 +1381,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of sysstat 10.0.1:";; + short | recursive ) echo "Configuration of sysstat 10.0.2:";; esac cat <<\_ACEOF @@ -1488,7 +1488,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -sysstat configure 10.0.1 +sysstat configure 10.0.2 generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1502,7 +1502,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by sysstat $as_me 10.0.1, which was +It was created by sysstat $as_me 10.0.2, which was generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ @@ -8261,7 +8261,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by sysstat $as_me 10.0.1, which was +This file was extended by sysstat $as_me 10.0.2, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -8311,7 +8311,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -sysstat config.status 10.0.1 +sysstat config.status 10.0.2 configured by $0, generated by GNU Autoconf 2.63, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.in b/configure.in index bafea3e..c918cb6 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ # Modified by Sebastien Godard (sysstat orange.fr) # Initialization of $PACKAGE_VERSION and $PACKAGE_NAME variables -AC_INIT(sysstat, 10.0.1) +AC_INIT(sysstat, 10.0.2) # Ensure that a recent enough version of Autoconf is being used AC_PREREQ(2.53)