summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2017-05-26 09:49:34 +0200
committerMichael Stapelberg <michael@stapelberg.de>2017-05-26 09:49:44 +0200
commit5ab19daa5cd3ebb63ecc389fb7d5420e91f8d799 (patch)
tree49f884ac927b3fb94cf2f390889198723ba79f30
parent7cf393fb7ef262e8d4cf8c9eebe954fe6d760bc1 (diff)
update CHANGELOG
-rw-r--r--CHANGELOG18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 48286a1..827ea00 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,21 @@
+2017-05-26 i3lock 2.9
+
+ • i3lock.1: use signal names without SIG prefix
+ • Removed obsolete inactivity timeout
+ • Added version files for release tarball.
+ • Set font face
+ • Automatically unlock (without having to press <Enter>) one attempt which was
+ entered while authenticating
+ • Stop leaking the image_path dup
+ • Displaying locking message when grabbing the pointer/keyboard
+ • Display error message when locking failed
+ • Add Enter on C-m
+ • Change input slices to be exactly pi/3 in size instead of slightly more
+ • Fix covering of composited notifications using the XComposite extension
+ • Remove last traces of DPMS
+ • Use bsd_auth(3) instead of PAM on OpenBSD
+ • Restore intended behaviour and don't use mlock(2) on OpenBSD.
+
2016-06-04 i3lock 2.8
• Remove DPMS support in favor of a wrapper script and xset(1).