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