]> granicus.if.org Git - sysstat/commitdiff
sysstat-12.0.2 v12.0.2
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sat, 13 Oct 2018 07:33:08 +0000 (09:33 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sat, 13 Oct 2018 07:33:08 +0000 (09:33 +0200)
sysstat version 12.0.2 final packaging.
lsm and spec files updated.
Changelog added.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
CHANGES
nls/sysstat.pot
sysstat-12.0.2.lsm [moved from sysstat-12.0.1.lsm with 95% similarity]
sysstat-12.0.2.spec [moved from sysstat-12.0.1.spec with 99% similarity]

diff --git a/CHANGES b/CHANGES
index 154eb1fab7d26fdc0a2479ce36ee48c64ee4dcdf..c76c7cb212020b1d97b5e8599788df630db16929 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,14 @@
 Changes:
 
+2018/10/13: Version 12.0.2 - Sebastien Godard (sysstat <at> orange.fr)
+       * sar: Fix timestamp format in report output.
+       * sar: Fortify remap_struct() function.
+       * sadf: SVG: Fix variable type used for huge pages kbhugfree metric.
+       * sar: Make sure header lines are always displayed in report for statistics.
+       * Makefile: Fix "unexpected operator" error on install.
+       * sar: Fix typo in manual page.
+       * Cosmetic fixes.
+
 2018/08/06: Version 12.0.1 - Sebastien Godard (sysstat <at> orange.fr)
        * sar: Fix wrong size for stats_huge structure.
 
index 5b04d074919c5931ac8803c46530cb10a45cd134..957252fb4984a254b48cb0731e758b4005551afa 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: sysstat <at> orange.fr\n"
-"POT-Creation-Date: 2018-08-03 08:23+0200\n"
+"POT-Creation-Date: 2018-10-13 09:28+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -55,7 +55,7 @@ msgstr ""
 msgid "Cannot find disk data\n"
 msgstr ""
 
-#: iostat.c:1832 sa_common.c:2100
+#: iostat.c:1832 sa_common.c:2110
 #, c-format
 msgid "Invalid type of persistent device name\n"
 msgstr ""
@@ -91,7 +91,7 @@ msgid "Cannot write data to system activity file: %s\n"
 msgstr ""
 
 #: sadc.c:692 sadc.c:755 count.c:118 ioconf.c:506 rd_stats.c:75
-#: sa_common.c:1656
+#: sa_common.c:1664
 #, c-format
 msgid "Cannot open %s: %s\n"
 msgstr ""
@@ -321,22 +321,22 @@ msgstr ""
 msgid "Inconsistent input data\n"
 msgstr ""
 
-#: sar.c:874
+#: sar.c:876
 #, c-format
 msgid "Using a wrong data collector from a different sysstat version\n"
 msgstr ""
 
-#: sar.c:1481
+#: sar.c:1483
 #, c-format
 msgid "-f and -o options are mutually exclusive\n"
 msgstr ""
 
-#: sar.c:1487
+#: sar.c:1489
 #, c-format
 msgid "Not reading from a system activity file (use -f option)\n"
 msgstr ""
 
-#: sar.c:1630
+#: sar.c:1636
 #, c-format
 msgid "Cannot find the data collector (%s)\n"
 msgstr ""
@@ -486,22 +486,22 @@ msgstr ""
 msgid "Current sysstat version cannot read the format of this file (%#x)\n"
 msgstr ""
 
-#: sa_common.c:1361
+#: sa_common.c:1367
 #, c-format
 msgid "Error while reading system activity file: %s\n"
 msgstr ""
 
-#: sa_common.c:1371
+#: sa_common.c:1377
 #, c-format
 msgid "End of system activity file unexpected\n"
 msgstr ""
 
-#: sa_common.c:1659
+#: sa_common.c:1667
 #, c-format
 msgid "Please check if data collecting is enabled\n"
 msgstr ""
 
-#: sa_common.c:1979
+#: sa_common.c:1989
 #, c-format
 msgid "Requested activities not available in file %s\n"
 msgstr ""
similarity index 95%
rename from sysstat-12.0.1.lsm
rename to sysstat-12.0.2.lsm
index 0aad3e5f6c659a5ad3e100a0f34e31f49357fb87..0bf5d6087aaa65266e5d10b705d30ffcf512b4c0 100644 (file)
@@ -1,7 +1,7 @@
 Begin4
 Title:         sysstat - the sar, sadf, mpstat, iostat, tapestat, pidstat and cifsiostat commands for Linux
-Version:       12.0.1
-Entered-date:  2018-08-06
+Version:       12.0.2
+Entered-date:  2018-10-13
 Description:   The sysstat package contains the sar, sadf, mpstat, iostat, tapestat,
                pidstat, cifsiostat and sa tools for Linux.
                The sar command collects and reports system activity
@@ -29,7 +29,7 @@ Keywords:     system administration, system monitoring, sar, sadf, iostat, mpstat, t
 Author:                sysstat@NOSPAM.orange.fr (Sebastien Godard)
 Maintained-by: sysstat@NOSPAM.orange.fr (Sebastien Godard)
 Primary-site:  http://pagesperso-orange.fr/sebastien.godard/
-               589kiB sysstat-12.0.1.tar.xz
+               589kiB sysstat-12.0.2.tar.xz
 Alternate-site:
 Copying-policy:        GPL
 End
similarity index 99%
rename from sysstat-12.0.1.spec
rename to sysstat-12.0.2.spec
index afed1bd467adddaf3867b3ea90734b7aff3467a3..42614af432008d478c33e806095a114c617734f9 100644 (file)
@@ -1,6 +1,6 @@
 Summary:       SAR, SADF, MPSTAT, IOSTAT, TAPESTAT, PIDSTAT and CIFSIOSTAT for Linux
 Name:          sysstat
-Version:       12.0.1
+Version:       12.0.2
 Release:       1
 License:       GPL
 Group:                 Applications/System