summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2016-06-04 19:26:57 +0200
committerMichael Stapelberg <michael@stapelberg.de>2016-06-04 19:26:57 +0200
commit619c791a202f550c0f7ea46cff0677fc5a0235da (patch)
treecc26e47bd9e3cbbe9faa0a2d1cad0e8c0f96b3b9
parentce1c5cecc04140091ed5691d326e357b79764341 (diff)
update CHANGELOG
-rw-r--r--CHANGELOG12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c01a8b4..48286a1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,15 @@
+2016-06-04 i3lock 2.8
+
+ • Remove DPMS support in favor of a wrapper script and xset(1).
+ • Indicate that the --inactivity-timeout option takes an argument. (Thanks
+ Kenneth Lyons)
+ • fix pam_securetty: set PAM_TTY to getenv("DISPLAY")
+ • Eat XKB_KEY_Delete and XKB_KEY_KP_Delete (Thanks bebehei)
+ • Show unlock indicator if password was entered during PAM verification
+ • Allow CTRL+J as enter and CTRL+H as backspace (Thanks Karl Tarbe)
+ • Flush xcb connection after opening fullscreen window (Thanks martin)
+ • Add support for `xss-lock --transfer-sleep-lock'
+
2015-05-20 i3lock 2.7
• Die when the X11 connection breaks during runtime (Thanks Eduan)