diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-01-31 02:32:53 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-01-31 02:32:53 +0100 |
commit | 7d32da7117f91c65bbc58c30648b60d767ebf8c3 (patch) | |
tree | d7bcf592906ffa7b52bdeb6732eb9dad9a2fef7f /NEWS | |
parent | 72d8fb3a4de6b15b6044254ae5e719fde09bdf9f (diff) | |
download | xmobar-7d32da7117f91c65bbc58c30648b60d767ebf8c3.tar.gz xmobar-7d32da7117f91c65bbc58c30648b60d767ebf8c3.tar.bz2 |
DiskIO working with /dev entries which are symlinks
We were getting confused by devices appearing in mtab by their
symbolic path (such as an entry in /dev/disk/by-uuid and the like).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ _Bug fixes_ - [issue 56]: vertical alignment of text improved. - [issue 64]: display of `watts` in `Batt` monitor fixed. - [issue 67]: compilation in DragonFly. + - DiskIO works also when device path in mtab are symbolic links + to the real device file. [issue 56]: http://code.google.com/p/xmobar/issues/detail?id=56 [issue 58]: http://code.google.com/p/xmobar/issues/detail?id=58 |