commit be02e80ef03a89b04dd819a622de3ce3bfecb541 parent d4beaa3bf899170603947751f472b71d013408ab Author: Michael Stapelberg <michael@stapelberg.de> Date: Sat, 25 Nov 2017 08:13:28 +0100 Update CHANGELOG and I3LOCK_VERSION Diffstat:
| M | CHANGELOG | | | 10 | ++++++++++ |
| M | I3LOCK_VERSION | | | 2 | +- |
2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,13 @@ +2017-11-25 i3lock 2.10 + + • Only use -lpam when not on OpenBSD (Thanks Kaashif) + • locale: treat empty string same as unset (Thanks Ran) + • Fix overwrite of getopt optind (Thanks jakob) + • Immediately hide the unlock indicator after ESC / C-u (Thanks Orestis) + • Measure wall-clock time instead of CPU time for “locking” indicator. + • SetInputFocus to the i3lock window to force-close context menus + • Use RandR for learning about attached monitors + 2017-06-21 i3lock 2.9.1 • Fix version number mechanism (for --version) diff --git a/I3LOCK_VERSION b/I3LOCK_VERSION @@ -1 +1 @@ -2.9.1-non-git +2.10-non-git
