diff options
author | jao <jao@gnu.org> | 2017-04-30 02:52:38 +0200 |
---|---|---|
committer | jao <jao@gnu.org> | 2017-04-30 02:52:38 +0200 |
commit | 2c1966b5f885d64cde7e8356c3fd41a7329c75a3 (patch) | |
tree | 8886d088296c45cfc8f9679c64de80490da21468 | |
parent | 782275b067701c81d4924c5877367edc6269c30e (diff) | |
download | xmobar-2c1966b5f885d64cde7e8356c3fd41a7329c75a3.tar.gz xmobar-2c1966b5f885d64cde7e8356c3fd41a7329c75a3.tar.bz2 |
News update
-rw-r--r-- | news.md | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,5 +1,25 @@ % xmobar - Release notes +## Version 0.24.4 (April, 2017) + +_Infrastructure_ + + - Whe have now an active [Travis CI setup]. + +[Travi CI setup]: https://travis-ci.org/jaor/xmobar + +_Bug fixes_ + + - Reduce wakeups rate via rtsopts V0 (with new flag with_rtsopts to + disable it) (see [issue #89]). + - Fix Net monitor for lage uptimes and bytecounts (Tomas JanouĊĦek). + - Fix MultiCpu monitor for large uptimes (Zev Weiss). + - Fix compilation when XMP is disabled (Sergi Trofimovich). + - Better fatal error messages (Michael Bishop). + - More paths to read from in CoreTemp (see [issue #291]). + +[issue #291]: https://github.com/jaor/xmobar/issues/291 + ## Version 0.24.3 (Sep 5, 2016) _Bug fixes_ |