From b210925d74c6e49fe9b4900866cb9d7cb44339f5 Mon Sep 17 00:00:00 2001 From: Sebastien Godard Date: Sun, 2 Jan 2011 08:16:14 +0100 Subject: [PATCH] Start version 10.0.0. Init version 10.0.0 (version number updated in configure.in and CHANGES files). Also change Copyright messages from 2010 to 2011. --- CHANGES | 2 ++ Makefile.in | 2 +- README | 2 +- activity.c | 2 +- common.c | 2 +- common.h | 2 +- configure.in | 2 +- iostat.c | 2 +- iostat.h | 2 +- mpstat.c | 2 +- mpstat.h | 2 +- nls/sysstat.pot | 2 +- pidstat.c | 2 +- pidstat.h | 2 +- pr_stats.c | 2 +- pr_stats.h | 2 +- rd_stats.c | 2 +- rd_stats.h | 2 +- rndr_stats.c | 2 +- rndr_stats.h | 2 +- sa.h | 2 +- sa1.in | 2 +- sa2.in | 2 +- sa_common.c | 2 +- sa_wrap.c | 2 +- sadc.c | 2 +- sadf.c | 2 +- sadf.h | 2 +- sar.c | 2 +- sysconfig.in | 2 +- sysstat.in | 2 +- version.in | 2 +- xml_stats.c | 2 +- xml_stats.h | 2 +- 34 files changed, 35 insertions(+), 33 deletions(-) diff --git a/CHANGES b/CHANGES index df41711..f0a0d78 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ Changes: +xxxx/xx/xx: Version 10.0.0 - Sebastien Godard (sysstat orange.fr) + 2010/12/26: Version 9.1.7 - Sebastien Godard (sysstat orange.fr) INFO: stats_queue structure format has changed and is *not* compatible with the previous one [+1] diff --git a/Makefile.in b/Makefile.in index a3f3c28..96d55c1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ # Makefile to build sysstat commands -# # (C) 1999-2010 Sebastien GODARD (sysstat orange.fr) +# # (C) 1999-2011 Sebastien GODARD (sysstat orange.fr) # Version and package name VERSION = @PACKAGE_VERSION@ diff --git a/README b/README index 550a681..657c46c 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ sysstat: System performance tools for the Linux operating system... -- -(C) 1999-2010 Sebastien Godard (sysstat orange.fr) +(C) 1999-2011 Sebastien Godard (sysstat orange.fr) The latest version of sysstat can always be found on my web site at: diff --git a/activity.c b/activity.c index e622e96..64fcc97 100644 --- a/activity.c +++ b/activity.c @@ -1,6 +1,6 @@ /* * activity.c: Define system activities available for sar/sadc. - * (C) 1999-2010 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2011 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/common.c b/common.c index 8b1bdba..61746c8 100644 --- a/common.c +++ b/common.c @@ -1,6 +1,6 @@ /* * sar, sadc, sadf, mpstat and iostat common routines. - * (C) 1999-2010 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2011 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/common.h b/common.h index cf067a3..298f51f 100644 --- a/common.h +++ b/common.h @@ -1,6 +1,6 @@ /* * sysstat: System performance tools for Linux - * (C) 1999-2010 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2011 by Sebastien Godard (sysstat orange.fr) */ #ifndef _COMMON_H diff --git a/configure.in b/configure.in index 105a1c6..be300a8 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.7) +AC_INIT(sysstat, 10.0.0) # Ensure that a recent enough version of Autoconf is being used AC_PREREQ(2.53) diff --git a/iostat.c b/iostat.c index 745a530..a038815 100644 --- a/iostat.c +++ b/iostat.c @@ -1,6 +1,6 @@ /* * iostat: report CPU and I/O statistics - * (C) 1998-2010 by Sebastien GODARD (sysstat orange.fr) + * (C) 1998-2011 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/iostat.h b/iostat.h index cc7e9a7..42b8d64 100644 --- a/iostat.h +++ b/iostat.h @@ -1,6 +1,6 @@ /* * iostat: report CPU and I/O statistics - * (C) 1999-2010 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2011 by Sebastien Godard (sysstat orange.fr) */ #ifndef _IOSTAT_H diff --git a/mpstat.c b/mpstat.c index ca7d461..118036a 100644 --- a/mpstat.c +++ b/mpstat.c @@ -1,6 +1,6 @@ /* * mpstat: per-processor statistics - * (C) 2000-2010 by Sebastien GODARD (sysstat orange.fr) + * (C) 2000-2011 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/mpstat.h b/mpstat.h index f72dff7..9bcf86d 100644 --- a/mpstat.h +++ b/mpstat.h @@ -1,6 +1,6 @@ /* * mpstat: per-processor statistics - * (C) 2000-2010 by Sebastien Godard (sysstat orange.fr) + * (C) 2000-2011 by Sebastien Godard (sysstat orange.fr) */ #ifndef _MPSTAT_H diff --git a/nls/sysstat.pot b/nls/sysstat.pot index f13bf80..d57b0ee 100644 --- a/nls/sysstat.pot +++ b/nls/sysstat.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: sysstat orange.fr\n" -"POT-Creation-Date: 2010-12-18 16:20+0100\n" +"POT-Creation-Date: 2010-12-24 15:16+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/pidstat.c b/pidstat.c index 6519121..672c848 100644 --- a/pidstat.c +++ b/pidstat.c @@ -1,6 +1,6 @@ /* * pidstat: Report statistics for Linux tasks - * (C) 2007-2010 by Sebastien GODARD (sysstat orange.fr) + * (C) 2007-2011 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/pidstat.h b/pidstat.h index 86a3794..c99cf7a 100644 --- a/pidstat.h +++ b/pidstat.h @@ -1,6 +1,6 @@ /* * pidstat: Display per-process statistics. - * (C) 2007-2010 by Sebastien Godard (sysstat orange.fr) + * (C) 2007-2011 by Sebastien Godard (sysstat orange.fr) */ #ifndef _PIDSTAT_H diff --git a/pr_stats.c b/pr_stats.c index 28b55a9..241b5a0 100644 --- a/pr_stats.c +++ b/pr_stats.c @@ -1,6 +1,6 @@ /* * pr_stats.c: Functions used by sar to display statistics - * (C) 1999-2010 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2011 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/pr_stats.h b/pr_stats.h index f126c81..5228cfd 100644 --- a/pr_stats.h +++ b/pr_stats.h @@ -1,6 +1,6 @@ /* * pr_stats.h: Include file used to display system statistics - * (C) 1999-2010 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2011 by Sebastien Godard (sysstat orange.fr) */ #ifndef _PR_STATS_H diff --git a/rd_stats.c b/rd_stats.c index 9a1ad5f..772d1fb 100644 --- a/rd_stats.c +++ b/rd_stats.c @@ -1,6 +1,6 @@ /* * rd_stats.c: Read system statistics - * (C) 1999-2010 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2011 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/rd_stats.h b/rd_stats.h index ff34359..dcbc484 100644 --- a/rd_stats.h +++ b/rd_stats.h @@ -1,6 +1,6 @@ /* * rd_stats.h: Include file used to read system statistics - * (C) 1999-2010 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2011 by Sebastien Godard (sysstat orange.fr) */ #ifndef _RD_STATS_H diff --git a/rndr_stats.c b/rndr_stats.c index a6cf2a1..1265bcc 100644 --- a/rndr_stats.c +++ b/rndr_stats.c @@ -1,6 +1,6 @@ /* * rndr_stats.c: Funtions used by sadf to display statistics in selected format. - * (C) 1999-2010 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2011 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/rndr_stats.h b/rndr_stats.h index b210007..9a1124c 100644 --- a/rndr_stats.h +++ b/rndr_stats.h @@ -1,6 +1,6 @@ /* * rndr_stats.h: Include file used to display system statistics in selected format. - * (C) 1999-2010 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2011 by Sebastien Godard (sysstat orange.fr) */ #ifndef _RNDR_STATS_H diff --git a/sa.h b/sa.h index 7ce87c0..a210ebb 100644 --- a/sa.h +++ b/sa.h @@ -1,6 +1,6 @@ /* * sar/sadc: Report system activity - * (C) 1999-2010 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2011 by Sebastien Godard (sysstat orange.fr) */ #ifndef _SA_H diff --git a/sa1.in b/sa1.in index e053b9b..e10af5c 100644 --- a/sa1.in +++ b/sa1.in @@ -1,6 +1,6 @@ #!/bin/sh # @SA_LIB_DIR@/sa1 -# (C) 1999-2009 Sebastien Godard (sysstat orange.fr) +# (C) 1999-2011 Sebastien Godard (sysstat orange.fr) # #@(#) @PACKAGE_NAME@-@PACKAGE_VERSION@ #@(#) sa1: Collect and store binary data in system activity data file. diff --git a/sa2.in b/sa2.in index c6ff59d..325edb4 100644 --- a/sa2.in +++ b/sa2.in @@ -1,6 +1,6 @@ #!/bin/sh # @SA_LIB_DIR@/sa2 -# (C) 1999-2009 Sebastien Godard (sysstat orange.fr) +# (C) 1999-2011 Sebastien Godard (sysstat orange.fr) # #@(#) @PACKAGE_NAME@-@PACKAGE_VERSION@ #@(#) sa2: Write a daily report diff --git a/sa_common.c b/sa_common.c index ab2e6e8..0d318b2 100644 --- a/sa_common.c +++ b/sa_common.c @@ -1,6 +1,6 @@ /* * sar and sadf common routines. - * (C) 1999-2010 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2011 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/sa_wrap.c b/sa_wrap.c index 93f834d..78da637 100644 --- a/sa_wrap.c +++ b/sa_wrap.c @@ -1,6 +1,6 @@ /* * sysstat - sa_wrap.c: Functions used in activity.c - * (C) 1999-2010 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2011 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/sadc.c b/sadc.c index 54f1c7d..3f93dd5 100644 --- a/sadc.c +++ b/sadc.c @@ -1,6 +1,6 @@ /* * sadc: system activity data collector - * (C) 1999-2010 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2011 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/sadf.c b/sadf.c index 0d7b836..cc1b2c0 100644 --- a/sadf.c +++ b/sadf.c @@ -1,6 +1,6 @@ /* * sadf: system activity data formatter - * (C) 1999-2010 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2011 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/sadf.h b/sadf.h index d5b7afa..e51bc5b 100644 --- a/sadf.h +++ b/sadf.h @@ -1,6 +1,6 @@ /* * sadf: System activity data formatter - * (C) 1999-2010 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2011 by Sebastien Godard (sysstat orange.fr) */ #ifndef _SADF_H diff --git a/sar.c b/sar.c index 6a2f84c..ca998b0 100644 --- a/sar.c +++ b/sar.c @@ -1,6 +1,6 @@ /* * sar: report system activity - * (C) 1999-2010 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2011 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/sysconfig.in b/sysconfig.in index db98ba6..a624c69 100644 --- a/sysconfig.in +++ b/sysconfig.in @@ -1,6 +1,6 @@ /* * sysstat: System performance tools for Linux - * (C) 1999-2010 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2011 by Sebastien Godard (sysstat orange.fr) */ #ifndef _SYSCONFIG_H diff --git a/sysstat.in b/sysstat.in index a914ed8..301f6d9 100644 --- a/sysstat.in +++ b/sysstat.in @@ -2,7 +2,7 @@ # # chkconfig: 12345 01 99 # @INIT_DIR@/sysstat -# (C) 2000-2010 Sebastien Godard (sysstat orange.fr) +# (C) 2000-2011 Sebastien Godard (sysstat orange.fr) # ### BEGIN INIT INFO # Provides: sysstat diff --git a/version.in b/version.in index 5eed241..9f752ce 100644 --- a/version.in +++ b/version.in @@ -1,6 +1,6 @@ /* * sysstat: System performance tools for Linux - * (C) 1999-2010 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2011 by Sebastien Godard (sysstat orange.fr) */ #ifndef _VERSION_H diff --git a/xml_stats.c b/xml_stats.c index dade9c8..105660e 100644 --- a/xml_stats.c +++ b/xml_stats.c @@ -1,6 +1,6 @@ /* * xml_stats.c: Funtions used by sadf to display statistics in XML. - * (C) 1999-2010 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2011 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/xml_stats.h b/xml_stats.h index 3b889bb..385ab43 100644 --- a/xml_stats.h +++ b/xml_stats.h @@ -1,6 +1,6 @@ /* * xml_stats.h: Include file used to display system statistics in XML. - * (C) 1999-2010 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2011 by Sebastien Godard (sysstat orange.fr) */ #ifndef _PRF_STATS_H -- 2.40.0