]> granicus.if.org Git - sysstat/commitdiff
sysstat-12.3.2 v12.3.2
authorSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 10 Apr 2020 07:37:28 +0000 (09:37 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 10 Apr 2020 07:37:28 +0000 (09:37 +0200)
sysstat version 12.3.2 final packaging.
lsm and spec files updated.
Changelog added.

pidstat and cifsiostat commands have been largely rewritten in this
version. In particular they now use a linked list with dynamic
allocation for all the items being monitored. Memory footprint should be
reduced. Last, several bugs have been fixed in pidstat.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
CHANGES
sysstat-12.3.2.lsm [moved from sysstat-12.3.1.lsm with 89% similarity]
sysstat-12.3.2.spec [moved from sysstat-12.3.1.spec with 99% similarity]

diff --git a/CHANGES b/CHANGES
index db04ab19e50dc69c366b518641a1bea4388a894e..15f56284c09fde4498412772cfced0a8fe03ba6e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,19 @@
 Changes:
 
+2020/04/10: Version 12.3.2 - Sebastien Godard (sysstat <at> orange.fr)
+       * pidstat: Major code refactoring. Several bugs fixed.
+       * pidstat: Don't display unneeded spaces following command name
+         when option -l is used.
+       * cifsiostat: Major code refactoring.
+       * simtest: Add test environment for pidstat command.
+       * simtest: Add new non regression tests for iostat command.
+       * pidstat: Remove extra space at end of command name [12.2.2].
+       * [Anatoly Pugachev]: Fix sa2 script, so it wont complain on empty list
+         for compress program [12.2.2].
+       * iostat: Make sure pointer on linked list is initialized [12.2.2].
+       * [Fabrice Fontaine]: Makefile: Link with -lintl if needed [12.2.2].
+       * NLS translation updated.
+
 2019/12/27: Version 12.3.1 - Sebastien Godard (sysstat <at> orange.fr)
        * [Konstantin Khlebnikov]: iostat: Add flush I/O statistics
          (statistics available starting with kernel 5.5).
similarity index 89%
rename from sysstat-12.3.1.lsm
rename to sysstat-12.3.2.lsm
index 91187ed9e5b343b7c07e5f027edbf939dd758d50..af34cdef4ac79bda2438de213ceb905316be4433 100644 (file)
@@ -1,7 +1,7 @@
 Begin4
 Title:         sysstat - the sar, sadf, mpstat, iostat, tapestat, pidstat and cifsiostat commands for Linux
-Version:       12.3.1
-Entered-date:  2019-12-27
+Version:       12.3.2
+Entered-date:  2020-04-10
 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/
-               1218kiB sysstat-12.3.1.tar.gz
-               972kiB sysstat-12.3.1.tar.bz2
-               695kiB sysstat-12.3.1.tar.xz
-               1152kiB sysstat-12.3.1-1.src.rpm
-               403kiB sysstat-12.3.1-1.x86_64.rpm
+               1320kiB sysstat-12.3.2.tar.gz
+               1045kiB sysstat-12.3.2.tar.bz2
+               725kiB sysstat-12.3.2.tar.xz
+               1252kiB sysstat-12.3.2-1.src.rpm
+               401kiB sysstat-12.3.2-1.x86_64.rpm
 Alternate-site:
 Copying-policy:        GPL
 End
similarity index 99%
rename from sysstat-12.3.1.spec
rename to sysstat-12.3.2.spec
index 5681605b430ece4914376be5970e600f651163e6..f44293cbea48d68c60adca8ec0f057944fb23320 100644 (file)
@@ -1,6 +1,6 @@
 Summary:       SAR, SADF, MPSTAT, IOSTAT, TAPESTAT, PIDSTAT and CIFSIOSTAT for Linux
 Name:          sysstat
-Version:       12.3.1
+Version:       12.3.2
 Release:       1
 License:       GPL
 Group:                 Applications/System