diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-09-27 05:46:20 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-09-27 05:46:20 +0200 |
commit | e9db662381773cc17c2067613fc6c53752e869e6 (patch) | |
tree | 65c831d9f5f3c4384653553db7be9cd587d03e37 | |
parent | 33823c038f6863ea8867b404fff4abfc0264c597 (diff) | |
download | xmobar-e9db662381773cc17c2067613fc6c53752e869e6.tar.gz xmobar-e9db662381773cc17c2067613fc6c53752e869e6.tar.bz2 |
News update
-rw-r--r-- | news.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -21,13 +21,17 @@ _New features_ - Dependencies updated to latest mtl and libmpd (thanks to Sergei Trofimovich). - Dependencies on the deprecated dbus-core removed in favour of - dbus 0.10 (thanks to Jochen Keil).. + dbus 0.10 (thanks to Jochen Keil). _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. + - When using antialiased fonts, we were causing a memory leak in the + X server by repeatedly allocating colors that, apparently, the + server doesn't know how to get rid of (even when told so!). We're + caching them now and X server memory doesn't grow. ## Version 0.15 (June 4, 2012) |