diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2018-05-11 11:06:00 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2018-05-11 11:07:22 +0200 |
commit | c983ff96f216a5c549eed18242b121a80a6d1a2b (patch) | |
tree | 90b0aa4bbd856c0e28966ab34141a6c0701f2db0 | |
parent | 82d25dc36295bc59cdf37af8e23c644a9c2e6aad (diff) |
release v2.122.12
-rw-r--r-- | CHANGELOG | 27 | ||||
-rw-r--r-- | I3STATUS_VERSION | 2 | ||||
-rw-r--r-- | man/asciidoc.conf | 2 | ||||
-rw-r--r-- | man/i3status.man | 2 |
4 files changed, 30 insertions, 3 deletions
@@ -1,3 +1,30 @@ +2018-05-11 i3status 2.12 + + • fix NULL value on OpenBSD when there is no acpitz0 + • show IP address when address has a label + • man: explicitly use format_up/format_down in ethernet, wireless conf + • man: remove SLOC comment + • treat zero battery capacity as "not available" + • add IPv6 address when IPv4 isn't available + • call tzset at each time print to pick up time zone changes + • doc: fixed minor typos + • be more cautious about handling invalid battery measurements. + • Makefile: make PKG_CONFIG overridable + • fix CPU unit tests + • use local timezone for battery %emptytime + • fix memory leak/use BEGINS_WITH macro + • _first_: add check for virtual ethernet devices + • add battery capacity parsing + • multiple CPU support for cpu_usage + • remove useless checks (we use char, not unsigned char) to fix compilation warnings + • disk: sanitize trailing slashes + • plug an fd leak in the OpenBSD-specific code for + • suppress printing :00 seconds of remaining battery lifetime, as apm(4)'s + estimate only has a granularity of minutes. + • fix the deciKelvin to Celsius conversion on FreeBSD + • make first_eth_interface() work on OpenBSD + • include sys/select.h on OpenBSD + 2017-01-21 i3status 2.11 • re-add forgotten wakeup call from SIGUSR1 handler diff --git a/I3STATUS_VERSION b/I3STATUS_VERSION index 0b08ad7..19462c2 100644 --- a/I3STATUS_VERSION +++ b/I3STATUS_VERSION @@ -1 +1 @@ -2.11-non-git +2.12-non-git diff --git a/man/asciidoc.conf b/man/asciidoc.conf index 4993579..459c639 100644 --- a/man/asciidoc.conf +++ b/man/asciidoc.conf @@ -7,7 +7,7 @@ template::[header-declarations] <refentrytitle>{mantitle}</refentrytitle> <manvolnum>{manvolnum}</manvolnum> <refmiscinfo class="source">i3status</refmiscinfo> -<refmiscinfo class="version">v2.11</refmiscinfo> +<refmiscinfo class="version">v2.12</refmiscinfo> <refmiscinfo class="manual">i3 Manual</refmiscinfo> </refmeta> <refnamediv> diff --git a/man/i3status.man b/man/i3status.man index 01fa9ce..4ed54ac 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -1,7 +1,7 @@ i3status(1) =========== Michael Stapelberg <michael@i3wm.org> -v2.11, January 2017 +v2.12, May 2018 == NAME |