]> git.sur5r.net Git - i3/i3status/commitdiff
release v2.12 2.12
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 11 May 2018 09:06:00 +0000 (11:06 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 11 May 2018 09:07:22 +0000 (11:07 +0200)
CHANGELOG
I3STATUS_VERSION
man/asciidoc.conf
man/i3status.man

index 6811cd01da389e5c0b4512945a9b700863f551b3..09e28839208361bc921cc7b1bdd9158546ae725e 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
index 0b08ad71ce33dce1fcb399fc5a24960fe15f11e4..19462c20006a4e314a4e0a03ff74f5aab329a1b3 100644 (file)
@@ -1 +1 @@
-2.11-non-git
+2.12-non-git
index 49935791d0a24e2b498d02b8f87115997ad20c91..459c63951751b802374dc4f3c55a84a0e562d94c 100644 (file)
@@ -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>
index 01fa9ce5cd2d8b5030dfdf98e20a44587e556e69..4ed54ac50de770e9654b8dc8d02f0c8dce3397cf 100644 (file)
@@ -1,7 +1,7 @@
 i3status(1)
 ===========
 Michael Stapelberg <michael@i3wm.org>
-v2.11, January 2017
+v2.12, May 2018
 
 == NAME