Skip to content

Commit

Permalink
prepare to release 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
bbonev committed Feb 6, 2021
1 parent 1a0b9c0 commit 0fe8cf8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion archlinux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Maintainer: Boian Bonev <bbonev@ipacct.com>

pkgname=iotop-c
pkgver=1.16
pkgver=1.17
pkgrel=1
pkgdesc="simple top-like I/O monitor (implemented in C)"
arch=('any')
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
iotop-c (1.17-1) unstable; urgency=medium

* Update to new upstream release of 1.17

-- Boian Bonev <bbonev@ipacct2> Sat, 06 Feb 2021 01:02:03 +0000

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

* Update standards to 4.5.1
Expand Down
5 changes: 4 additions & 1 deletion fedora/iotop-c.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: iotop-c
Version: 1.16
Version: 1.17
Release: 1%{?dist}
Summary: Simple top-like I/O monitor (implemented in C)

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 Feb 6 2021 Boian Bonev <bbonev@ipacct.com> - 1.17-1
- Update to latest ver 1.17

* Thu Jan 28 2021 Boian Bonev <bbonev@ipacct.com> - 1.16-1
- Update to latest ver 1.16

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.16"
#define VERSION "1.17"

typedef union {
struct _flags {
Expand Down

0 comments on commit 0fe8cf8

Please sign in to comment.