diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-07-28 21:21:35 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-07-28 21:21:35 +0200 |
commit | ededb764b496669013198419a56f2ee513d52587 (patch) | |
tree | 0f0379bc60ea332aed032c17e5218358af6b0a62 /news.md | |
parent | 42f47c612a5aa113bdb5637c56c5bfaa1a98d846 (diff) | |
download | xmobar-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.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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_ |