-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters