From: Sebastien Godard Date: Wed, 31 Aug 2011 12:46:52 +0000 (+0200) Subject: Version 10.0.3 begins. X-Git-Tag: v10.0.3~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5396b634e4aa22a657a17cb220cd638f85fd1156;p=sysstat Version 10.0.3 begins. CHANGES and configure files updated for version 10.0.3. --- diff --git a/CHANGES b/CHANGES index 307e170..b84de35 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ Changes: +xxxx/xx/xx: Version 10.0.3 - Sebastien Godard (sysstat orange.fr) + 2011/08/28: Version 10.0.2 - Sebastien Godard (sysstat orange.fr) * sadf modified to make it easier to add new output formats. Its design is still not generic anyway. diff --git a/configure b/configure index 9ccfa35..199eae4 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.2. +# Generated by GNU Autoconf 2.63 for sysstat 10.0.3. # # 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.2' -PACKAGE_STRING='sysstat 10.0.2' +PACKAGE_VERSION='10.0.3' +PACKAGE_STRING='sysstat 10.0.3' 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.2 to adapt to many kinds of systems. +\`configure' configures sysstat 10.0.3 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.2:";; + short | recursive ) echo "Configuration of sysstat 10.0.3:";; 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.2 +sysstat configure 10.0.3 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.2, which was +It was created by sysstat $as_me 10.0.3, 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.2, which was +This file was extended by sysstat $as_me 10.0.3, 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.2 +sysstat config.status 10.0.3 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 c918cb6..adee84c 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.2) +AC_INIT(sysstat, 10.0.3) # Ensure that a recent enough version of Autoconf is being used AC_PREREQ(2.53)