From 57319a9dd8fd166f20938aa226acd30bd3219335 Mon Sep 17 00:00:00 2001 From: Boian Bonev Date: Tue, 5 Oct 2021 03:03:43 +0300 Subject: [PATCH] Version 1.20 - Add support for kernel 5.14+ task_delayacct sysctl --- debian/changelog | 7 +++++++ fedora/iotop-c.spec | 5 ++++- src/iotop.h | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f7c51e0..5bac54f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +iotop-c (1.20-1) unstable; urgency=medium + + * Update to new upstream release of 1.20 + - Add support for kernel 5.14+ task_delayacct sysctl + + -- Boian Bonev Mon, 04 Oct 2021 23:56:24 +0000 + iotop-c (1.19-1) unstable; urgency=medium * Update to new upstream release of 1.19 diff --git a/fedora/iotop-c.spec b/fedora/iotop-c.spec index 34b0823..4d73da8 100644 --- a/fedora/iotop-c.spec +++ b/fedora/iotop-c.spec @@ -1,5 +1,5 @@ Name: iotop-c -Version: 1.19 +Version: 1.20 Release: 1%{?dist} Summary: Simple top-like I/O monitor (implemented in C) @@ -52,6 +52,9 @@ mv %{buildroot}%{_mandir}/man8/iotop.8 %{buildroot}%{_mandir}/man8/iotop-c.8 %{_mandir}/man8/iotop-c.8* %changelog +* Mon Sep 04 2021 Boian Bonev - 1.20-1 +- Update to latest ver 1.20 + * Tue Sep 21 2021 Boian Bonev - 1.19-1 - Update to latest ver 1.19 diff --git a/src/iotop.h b/src/iotop.h index 40c91a7..753fabd 100644 --- a/src/iotop.h +++ b/src/iotop.h @@ -27,7 +27,7 @@ You should have received a copy of the GNU General Public License along with thi #include #include -#define VERSION "1.19" +#define VERSION "1.20" typedef union { struct _flags {