Skip to content

Commit ce72e06

Browse files
committed
Version 1.24
1 parent 0c215ca commit ce72e06

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

archlinux/PKGBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Maintainer: Boian Bonev <[email protected]>
44

55
pkgname=iotop-c
6-
pkgver=1.23
7-
pkgrel=2
6+
pkgver=1.24
7+
pkgrel=1
88
pkgdesc="simple top-like I/O monitor (implemented in C)"
99
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'ppc64le')
1010
url="https://github.com/Tomas-M/iotop"

debian/changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
iotop-c (1.24-1) unstable; urgency=medium
2+
3+
* Update to new upstream release of 1.24
4+
- Fix a bug with graphs in ASCII mode
5+
- Show the status of the configuration in the help window
6+
7+
-- Boian Bonev <[email protected]> Sat, 30 Sep 2023 23:04:47 +0000
8+
19
iotop-c (1.23-1) unstable; urgency=medium
210

311
[ Debian Janitor ]

fedora/iotop-c.spec

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: iotop-c
2-
Version: 1.23
3-
Release: 3%{?dist}
2+
Version: 1.24
3+
Release: 1%{?dist}
44
Summary: Simple top-like I/O monitor (implemented in C)
55

66
License: GPL-2.0-or-later
@@ -52,6 +52,9 @@ mv %{buildroot}%{_mandir}/man8/iotop.8 %{buildroot}%{_mandir}/man8/iotop-c.8
5252
%{_mandir}/man8/iotop-c.8*
5353

5454
%changelog
55+
* Sat Sep 30 2023 Boian Bonev <[email protected]> - 1.24-1
56+
- Update to latest ver 1.24
57+
5558
* Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 1.23-3
5659
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
5760

src/iotop.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You should have received a copy of the GNU General Public License along with thi
2727
#include <sys/types.h>
2828
#include <stdint.h>
2929

30-
#define VERSION "1.23"
30+
#define VERSION "1.24"
3131

3232
typedef enum {
3333
E_GR_IO,

0 commit comments

Comments
 (0)