diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2011-07-13 16:37:43 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2011-07-13 16:37:43 +0200 |
commit | 986536e28fdb8c2cac2187f0667c6ffbb1161f8d (patch) | |
tree | 9f2eaf1f8fd5892fd46ccca3a1ec3b96441ac5ca /debian/changelog | |
parent | 18c4513b2a46a2304ed7033f4e87fcc7fa074bf8 (diff) |
debian: update packaging, add changelog entries
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b042309..76db42c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +i3status (2.3-1) unstable; urgency=low + + * config search order is now ~/.i3status.conf, ~/.config/i3status/config, + /etc/i3status/config, then /etc/xdg/i3status/config + * battery: use POWER_NOW if CURRENT_NOW is not available (linux >= 2.6.36) + * use kill(0, pid) instead of /proc to check if a process is alive + * cache DNS query results also if there is no IPv6 connectivity + * implement the 'path' option for cpu_temperature + * add cpu_usage module + * automatically detect the output format unless configured specifically + * Bugfix: get time at the beginning of the loop + * Bugfix: respect locale settings (for %c in date format) + + -- Michael Stapelberg <michael@stapelberg.de> Wed, 13 Jul 2011 16:25:53 +0200 + i3status (2.2-1) unstable; urgency=low * Implement a discordian date module (like ddate(1)) |