Skip to content

Commit

Permalink
release 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bbonev committed Sep 2, 2020
1 parent 102a5dd commit 2e95ec0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 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 <[email protected]>

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

* Update to new upstream release of 1.10
- add pseudo graphs for total IO activity
Expand All @@ -7,8 +7,18 @@ iotop-c (1.10-1) unstable; urgency=medium
- improve build checks for printf-like ncurses API
* Convert alternatives to debhelper instead of shell scripts
* Add debian/upstream/metadata

-- Boian Bonev <[email protected]> Tue, 01 Sep 2020 19:02:39 +0000
* Update to new upstream release of 1.11
- better detection of locale/terminal
- add graph and UTF/ASCII toggles to help
- increase history to 60 datapoints
- make graphs scale as screen size changes
- always keep track of history data (graph display toggle no
longer affects the data collected)
- use the history data as 'only' filter in interactive mode
* Add build-dep on pkg-config
* wrap-and-sort in the proper way

-- Boian Bonev <[email protected]> Wed, 02 Sep 2020 20:41:00 +0300

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

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.10"
#define VERSION "1.11"

typedef union
{
Expand Down

0 comments on commit 2e95ec0

Please sign in to comment.