]> git.sur5r.net Git - i3/i3lock/blobdiff - debian/changelog
Bugfix: fallback when the image cannot be loaded
[i3/i3lock] / debian / changelog
index 55b55664012050d72d6cd57918e02313fa655e70..356f01d701c1aa885f27f225cba0fc6235c3c946 100644 (file)
@@ -1,3 +1,32 @@
+i3lock (2.3.1-1) unstable; urgency=low
+
+  * Fix compilation on some systems
+
+ -- Michael Stapelberg <michael@stapelberg.de>  Thu, 15 Mar 2012 17:01:54 +0100
+
+i3lock (2.3-1) unstable; urgency=low
+
+  * Implement a visual unlock indicator
+  * Support ISO_Level5_Shift and Caps Lock
+  * Lock the password buffer in memory, clear it in RAM after verifying
+  * Fork after the window is visible, not before
+  * Bugfix: Copy the color depth from parent (root) window instead of
+    hardcoding a depth of 24
+
+ -- Michael Stapelberg <michael@stapelberg.de>  Thu, 15 Mar 2012 13:25:23 +0100
+
+i3lock (2.2-1) unstable; urgency=low
+
+  * Don’t re-grab pointer/keyboard on MappingNotify. In some rare situations,
+    this lead to some keypresses "slipping through" to the last focused window.
+  * Correctly handle Mode_switch/ISO_Level3_Shift
+  * Render to a pixmap which is used as background for the window instead of
+    copying contents on every expose event
+  * Handle screen resolution changes while screen is locked
+  * Manpage: document arguments for every option
+
+ -- Michael Stapelberg <michael@stapelberg.de>  Sun, 06 Nov 2011 14:02:35 +0000
+
 i3lock (2.1-1) unstable; urgency=low
 
   * Accept return/backspace when the buffer of 512 bytes is full