]> granicus.if.org Git - sysstat/commitdiff
sysstat-12.0.0 v12.0.0
authorSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 3 Aug 2018 06:53:57 +0000 (08:53 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 3 Aug 2018 06:53:57 +0000 (08:53 +0200)
sysstat version 12.0.0 final packaging.
lsm file updated.
Typo fixed in sadf.c.
Changelog added.

Version 12.0.0 mainly focuses on SVG output from the sadf command,
with a lot of bugfixes and the addition of a new option ("showtoc")
that will enable the user to quickly navigate through graphs.
Version 12.0.0 is also the first stable version that includes the new,
compact and flexible binary format for sar.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
CHANGES
nls/sysstat.pot
sadf.c
sysstat-12.0.0.lsm [moved from sysstat-11.7.4.lsm with 89% similarity]

diff --git a/CHANGES b/CHANGES
index e90fb5bc82217b92668d7acfa04ea1d83442fec2..9885c5f0184f01d2db9d37993c081c6e6feea79f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,29 @@
 Changes:
 
+2018/08/03: Version 12.0.0 - Sebastien Godard (sysstat <at> orange.fr)
+       * sadf: SVG: Remove id tag from individual graphs. Use activities
+         identification numbers for id tags.
+       * sadf: SVG: Add new option "showtoc", which can be used to display
+         the list of activities for which there are graphs ("table of
+         contents").
+       * sadf: SVG: Improve output for softnet activity: Add a discontinuity in
+         graph when corresponding CPU is marked offline.
+       * sadf: SVG: Improve function used to assess SVG canvas height.
+       * sadf: SVG: Fix core dumped on buffers reallocation.
+       * sar/sadf: Devices list management code refactoring.
+       * sadf: SVG: Display graphs for swap utilization in packed mode [11.6.5].
+       * sadf: SVG: Don't take into account activities with no graphs when
+         calculating canvas height [11.6.5].
+       * sadf: SVG: Don't insert a gap in SVG output if an activity is not
+         displayed [11.6.5].
+       * sadf: SVG: Fix possible negative value in graphs coordinates [11.6.5].
+       * sa_conv.c: Use write_all() function instead of write() to handle possible
+         signal interruptions.
+       * spec file updated: No longer create a debug package.
+       * Remove many warnings from gcc v7/v8.
+       * README file updated.
+       * Manual pages updated.
+
 2018/06/01: Version 11.7.4 - Sebastien Godard (sysstat <at> orange.fr)
        * sar/sadf: Add new option "--iface=": Allow the user to select the
          network interfaces to display.
index f24bad2cea849e1e85977621117b5d32e098eada..5b04d074919c5931ac8803c46530cb10a45cd134 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:18+0200\n"
+"POT-Creation-Date: 2018-08-03 08:23+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"
diff --git a/sadf.c b/sadf.c
index a8243e226df318daec058bb226e7406e7ae007c0..1133afe55e5dfaad4124efb955ce05de420665aa 100644 (file)
--- a/sadf.c
+++ b/sadf.c
@@ -508,7 +508,7 @@ int count_file_items(int ifd, char *file, struct file_magic *file_magic,
  * Compute the number of rows that will contain SVG views. Usually only one
  * view is displayed on a row, unless the "packed" option has been entered.
  * Each activity selected may have several views. Moreover some activities
- * may have a number of items that vary within the file: In this case,
+ * may have a number of items that varies within the file: In this case,
  * the number of views will depend on the highest number of items saved in
  * the file.
  *
similarity index 89%
rename from sysstat-11.7.4.lsm
rename to sysstat-12.0.0.lsm
index 810c15a301ab284a212c6b8743437806c4f49c51..adcf0e9356255e2df40419ad163e83990ed72f56 100644 (file)
@@ -1,7 +1,7 @@
 Begin4
 Title:         sysstat - the sar, sadf, mpstat, iostat, tapestat, pidstat and cifsiostat commands for Linux
-Version:       11.7.4
-Entered-date:  2018-06-01
+Version:       12.0.0
+Entered-date:  2018-08-03
 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,11 +29,11 @@ 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/
-               710kiB sysstat-11.7.4.tar.gz
-               613kiB sysstat-11.7.4.tar.bz2
-               533kiB sysstat-11.7.4.tar.xz
-               718kiB sysstat-11.7.4-1.src.rpm
-               370kiB sysstat-11.7.4-1.x86_64.rpm
+               766kiB sysstat-12.0.0.tar.gz
+               672kiB sysstat-12.0.0.tar.bz2
+               589kiB sysstat-12.0.0.tar.xz
+               774kiB sysstat-12.0.0-1.src.rpm
+               376kiB sysstat-12.0.0-1.x86_64.rpm
 Alternate-site:
 Copying-policy:        GPL
 End