summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2014-07-18 20:21:09 +0200
committerMichael Stapelberg <michael@stapelberg.de>2014-07-18 20:24:53 +0200
commit7bb152664f259d5f613e814c5a715aa3fb391a4a (patch)
tree92f04ff6d08dec59322896dd28f002291d8e1e84
parent4724d4abf0f994b619044a4a0ff95bb8a8f12566 (diff)
update the changelog/readme for 2.6
-rw-r--r--CHANGELOG14
-rw-r--r--README3
2 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 514229c..bb1684a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,17 @@
+2014-07-18 i3lock 2.6
+
+ • NEW DEPENDENCY: use libxkbcommon-x11 instead of libX11
+ This helps us get rid of all code that directly uses libX11
+ • Use cairo_status_to_string for descriptive errors.
+ • Add `-e` option to not validate empty password.
+ • Bugfix: update the initial keyboard modifier state (Thanks lee, Ran)
+ • Re-raise i3lock when obscured in a separate process
+ • Turn on the screen on successful authentication
+ • Delay to turn off the screen after wrong passwd
+ • Discard half-entered passwd after some inactivity
+ • Ignore empty passwd after repeated Enter keypress
+ • Scale the unlock indicator (for retina displays)
+
2013-06-09 i3lock 2.5
• NEW DEPENDENCY: Use libxkbcommon for input handling
diff --git a/README b/README
index 41c1e4a..6b9fb6b 100644
--- a/README
+++ b/README
@@ -29,7 +29,8 @@ Requirements
- libx11-dev
- libx11-xcb-dev
- libxkbfile-dev
-- libxkbcommon >= 0.2.0
+- libxkbcommon >= 0.4.0
+- libxkbcommon-x11 >= 0.4.0
Running i3lock
-------------