]> git.sur5r.net Git - i3/i3status/blob - debian/changelog
debian: update packaging, add changelog entries
[i3/i3status] / debian / changelog
1 i3status (2.3-1) unstable; urgency=low
2
3   * config search order is now ~/.i3status.conf, ~/.config/i3status/config,
4     /etc/i3status/config, then /etc/xdg/i3status/config
5   * battery: use POWER_NOW if CURRENT_NOW is not available (linux >= 2.6.36)
6   * use kill(0, pid) instead of /proc to check if a process is alive
7   * cache DNS query results also if there is no IPv6 connectivity
8   * implement the 'path' option for cpu_temperature
9   * add cpu_usage module
10   * automatically detect the output format unless configured specifically
11   * Bugfix: get time at the beginning of the loop
12   * Bugfix: respect locale settings (for %c in date format)
13
14  -- Michael Stapelberg <michael@stapelberg.de>  Wed, 13 Jul 2011 16:25:53 +0200
15
16 i3status (2.2-1) unstable; urgency=low
17
18   * Implement a discordian date module (like ddate(1))
19   * Implement ALSA volume support
20   * disk: implement %avail (different from %free with regard to the reserved
21     space of your filesystem)
22   * wireless: display quality relative to the wireless maximum quality.
23   * wireless: display connection speed (bitrate)
24   * wireless: custom colors for link quality
25   * Bugfix: Treat an interface as 'down' when it cannot be found in
26     /proc/net/wireless
27   * Bugfix: Correctly check for interface up/down status
28
29  -- Michael Stapelberg <michael@stapelberg.de>  Wed, 22 Sep 2010 20:07:48 +0200
30
31 i3status (2.1-1) unstable; urgency=low
32
33   * battery: implement %emptytime, the time of day when your battery is empty
34   * ipv6: cache DNS query lookups (for finding the K root server)
35   * disk: also round when printing TB
36   * wireless: display no IP instead of (null)
37   * instead of a relative sleep(1), sleep until the full second
38   * colorize ethernet output
39   * use cap_net_admin instead of running i3status as root for getting
40     ethernet link speed
41   * ipv6: don't require a title for config option
42   * ipv6: provide format strings for ipv6 up and ipv6 down
43
44  -- Michael Stapelberg <michael@stapelberg.de>  Sat, 10 Apr 2010 23:48:52 +0200
45
46 i3status (2.0-1) unstable; urgency=low
47
48   * add support for disk info (free/used/ins)
49   * add support for displaying the ESSID of the wireless interface
50   * add support for getting the public IPv6 address of the system
51   * all "modules" now support format strings
52   * switch to libconfuse for parsing the config file
53   * merge support for FreeBSD for many "modules"
54   * drop support for wmii, add support for xmobar
55
56  -- Michael Stapelberg <michael@stapelberg.de>  Tue, 27 Oct 2009 20:07:58 +0100
57
58 i3status (1.2-3) unstable; urgency=low
59
60   * debian: Correct dependencies in /etc/init.d/i3status-wmii (Closes: #541626)
61   * debian: init script should not require root priviledges even to get the
62     usage information (Closes: #541627)
63   * debian: better error message when i3status-wmii is not enabled using
64     /etc/defaults/i3status-wmii (Closes: #541628)
65
66  -- Michael Stapelberg <michael@stapelberg.de>  Mon, 17 Aug 2009 14:57:49 +0200
67
68 i3status (1.2-2) unstable; urgency=low
69
70   * debian: use make distclean instead of make clean between both builds
71
72  -- Michael Stapelberg <michael@stapelberg.de>  Mon, 22 Jun 2009 19:04:22 +0200
73
74 i3status (1.2-1) unstable; urgency=low
75
76   * Handle SIGPIPE to avoid zombie processes
77   * debian: only build one package containing both binaries
78
79  -- Michael Stapelberg <michael@stapelberg.de>  Sun, 21 Jun 2009 13:58:03 +0200
80
81 i3status (1.1-1) unstable; urgency=low
82
83   * Implement getting temperature from thermal zones (Thanks atsutane)
84   * debian: Build a separate package with i3status in wmii mode
85
86  -- Michael Stapelberg <michael@stapelberg.de>  Wed, 17 Jun 2009 21:35:37 +0200
87
88 i3status (1.0-1) unstable; urgency=low
89
90   * Initial release
91   * Closes: #526520
92
93  -- Michael Stapelberg <michael@stapelberg.de>  Fri, 01 May 2009 19:52:45 +0200