Skip to content

Commit

Permalink
Version 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
bbonev committed Sep 30, 2023
1 parent 0c215ca commit ce72e06
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
4 changes: 2 additions & 2 deletions archlinux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Maintainer: Boian Bonev <bbonev@ipacct.com>

pkgname=iotop-c
pkgver=1.23
pkgrel=2
pkgver=1.24
pkgrel=1
pkgdesc="simple top-like I/O monitor (implemented in C)"
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'ppc64le')
url="https://github.com/Tomas-M/iotop"
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
iotop-c (1.24-1) unstable; urgency=medium

* Update to new upstream release of 1.24
- Fix a bug with graphs in ASCII mode
- Show the status of the configuration in the help window

-- Boian Bonev <bbonev@ipacct.com> Sat, 30 Sep 2023 23:04:47 +0000

iotop-c (1.23-1) unstable; urgency=medium

[ Debian Janitor ]
Expand Down
7 changes: 5 additions & 2 deletions fedora/iotop-c.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: iotop-c
Version: 1.23
Release: 3%{?dist}
Version: 1.24
Release: 1%{?dist}
Summary: Simple top-like I/O monitor (implemented in C)

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

%changelog
* Sat Sep 30 2023 Boian Bonev <bbonev@ipacct.com> - 1.24-1
- Update to latest ver 1.24

* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

Expand Down
2 changes: 1 addition & 1 deletion src/iotop.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You should have received a copy of the GNU General Public License along with thi
#include <sys/types.h>
#include <stdint.h>

#define VERSION "1.23"
#define VERSION "1.24"

typedef enum {
E_GR_IO,
Expand Down

0 comments on commit ce72e06

Please sign in to comment.