From 3a9bb968653e73cdba8325669a483468e1c57c6c Mon Sep 17 00:00:00 2001 From: Nikolas Garofil Date: Sun, 7 Jun 2009 11:58:05 +0200 Subject: [PATCH] Changelog update --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 587c4226..c5c6324d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ 2009-05-31 * Fix hostname resolution for mpd_host + * Made sure that no X11 stuff is in the binary with --disable-X11 2009-05-24 * Added fancy new 'temperature gradients' feature for graphs, via the -t @@ -25,6 +26,16 @@ * Added support for the Lua programming language * Added support for rending images by way of Imlib2 * Patch to fix rounding error with CPU values (thanks Filipe) + * Added support for execbar without X + +2009-05-16 + * Added another builtin config that is used when compiled with --disable-X11 + +2009-05-13 + * Fix segfault when there is no config available + +2009-05-12 + * Make sure if_gw isn't checked twice 2009-05-11 * Added arguments to hwmon for value precalculation @@ -37,6 +48,10 @@ * Allow the use of '#' for comments within text area (can be escaped with '\#' +2009-05-08 + * Only include disp when needed + * Made sure update_uname works without X11 + 2009-05-07 * Fix occasional cpubar segfaults * Added top_name_width config option