summaryrefslogtreecommitdiffhomepage
path: root/news.md
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2012-07-28 21:21:35 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2012-07-28 21:21:35 +0200
commitededb764b496669013198419a56f2ee513d52587 (patch)
tree0f0379bc60ea332aed032c17e5218358af6b0a62 /news.md
parent42f47c612a5aa113bdb5637c56c5bfaa1a98d846 (diff)
downloadxmobar-ededb764b496669013198419a56f2ee513d52587.tar.gz
xmobar-ededb764b496669013198419a56f2ee513d52587.tar.bz2
Fixes for DiskU, which was exploding on recent Linux
We're using now the recommended statvfs interface, instead of the obsolete statfs64. Moreover, we compute correctly the used space.
Diffstat (limited to 'news.md')
-rw-r--r--news.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/news.md b/news.md
index 24dd1a1..963f5c5 100644
--- a/news.md
+++ b/news.md
@@ -4,11 +4,17 @@
_New features_
- - New monitor AutoMPD, which uses asynchronous events to display MPD
- status (thanks to Ben Boeckel).
+ - New monitor `AutoMPD`, which uses asynchronous events to display
+ MPD status (thanks to Ben Boeckel).
- Dependencies updated to latest mtl and libmpd (thanks to Sergei
Trofimovich).
+_Bug fixes_
+
+ - `DiskU`, the disk usage monitor, works again correctly on Linux,
+ instead of randomly crashing every now and then, and reporting
+ wrong used size.
+
## Version 0.15 (June 4, 2012)
_Incompatible changes_