From: Sebastien Godard Date: Thu, 16 Sep 2010 11:58:11 +0000 (+0200) Subject: Start release 9.1.6 and make it git aware. X-Git-Tag: v9.1.6~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7ff2bc80d4548792e316946c70a6a8f9d261731;p=sysstat Start release 9.1.6 and make it git aware. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..953d9c9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +# Lines starting with '#' are considered comments. +# Ignore Makefile +Makefile +# Ignore objects and archives. +*.[oa] +# Ignore files created by sysstat +sa1 +sa2 +sysstat +crontab +version.h +sysconfig.h +sysstat.sysconfig +sysstat.crond +sysstat.cron.daily +sysstat.cron.hourly +sysstat.crond.sample +sysstat.crond.sample.in +contrib/isag/isag +man/sa1.8 +man/sa2.8 +man/sadc.8 +man/sadf.1 +man/sar.1 +man/iostat.1 +*.log +config.status +autom4te.cache/ +*.save +*.old +.*.swp +data +*~ +man/*~ +build/*~ diff --git a/CHANGES b/CHANGES index 7782e69..2035706 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Changes: +xxxx/xx/xx: Version 9.1.6 - Sebastien Godard (sysstat orange.fr) + * Made sysstat git aware. + 2010/09/12: Version 9.1.5 - Sebastien Godard (sysstat orange.fr) * Added voltage inputs statistics to sar and sadc. * Added %temp field to device temperature statistics (sar -m TEMP). diff --git a/Makefile.in b/Makefile.in index 5dac5c7..d9b1261 100644 --- a/Makefile.in +++ b/Makefile.in @@ -589,10 +589,10 @@ maintainer-clean: distclean rm -f configure dist: almost-distclean - cd .. && (tar --exclude=Makefile -cvf - sysstat-$(VERSION) | gzip -v9 > sysstat-$(VERSION).tar.gz) + cd .. && (tar --exclude=Makefile --exclude=.git -cvf - sysstat-$(VERSION) | gzip -v9 > sysstat-$(VERSION).tar.gz) bdist: almost-distclean - cd .. && (tar --exclude=Makefile -cvf - sysstat-$(VERSION) | bzip2 > sysstat-$(VERSION).tar.bz2) + cd .. && (tar --exclude=Makefile --exclude=.git -cvf - sysstat-$(VERSION) | bzip2 > sysstat-$(VERSION).tar.bz2) tags: etags ./*.[hc] diff --git a/configure b/configure index 27e19f4..97b9968 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 9.1.5. +# Generated by GNU Autoconf 2.63 for sysstat 9.1.6. # # 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='9.1.5' -PACKAGE_STRING='sysstat 9.1.5' +PACKAGE_VERSION='9.1.6' +PACKAGE_STRING='sysstat 9.1.6' PACKAGE_BUGREPORT='' ac_unique_file="ioconf.h" @@ -1319,7 +1319,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 9.1.5 to adapt to many kinds of systems. +\`configure' configures sysstat 9.1.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1380,7 +1380,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of sysstat 9.1.5:";; + short | recursive ) echo "Configuration of sysstat 9.1.6:";; esac cat <<\_ACEOF @@ -1487,7 +1487,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -sysstat configure 9.1.5 +sysstat configure 9.1.6 generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1501,7 +1501,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 9.1.5, which was +It was created by sysstat $as_me 9.1.6, which was generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ @@ -8253,7 +8253,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 9.1.5, which was +This file was extended by sysstat $as_me 9.1.6, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -8303,7 +8303,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -sysstat config.status 9.1.5 +sysstat config.status 9.1.6 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 4bf3a91..79c2ec3 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, 9.1.5) +AC_INIT(sysstat, 9.1.6) # Ensure that a recent enough version of Autoconf is being used AC_PREREQ(2.53)