You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
2.4 KiB

16 years ago
16 years ago
16 years ago
  1. i3lock (2.3-1) unstable; urgency=low
  2. * Implement a visual unlock indicator
  3. * Support ISO_Level5_Shift and Caps Lock
  4. * Lock the password buffer in memory, clear it in RAM after verifying
  5. * Fork after the window is visible, not before
  6. * Bugfix: Copy the color depth from parent (root) window instead of
  7. hardcoding a depth of 24
  8. -- Michael Stapelberg <michael@stapelberg.de> Thu, 15 Mar 2012 13:25:23 +0100
  9. i3lock (2.2-1) unstable; urgency=low
  10. * Don’t re-grab pointer/keyboard on MappingNotify. In some rare situations,
  11. this lead to some keypresses "slipping through" to the last focused window.
  12. * Correctly handle Mode_switch/ISO_Level3_Shift
  13. * Render to a pixmap which is used as background for the window instead of
  14. copying contents on every expose event
  15. * Handle screen resolution changes while screen is locked
  16. * Manpage: document arguments for every option
  17. -- Michael Stapelberg <michael@stapelberg.de> Sun, 06 Nov 2011 14:02:35 +0000
  18. i3lock (2.1-1) unstable; urgency=low
  19. * Accept return/backspace when the buffer of 512 bytes is full
  20. * Handle numpad keys correctly (Closes: #602101)
  21. * Handle MappingNotify events (Closes: #602242)
  22. * Correctly check for errors when connecting to X11
  23. * Add i3lock.pam to not rely on debian’s /etc/pam.d/other anymore
  24. * don’t display debug output
  25. * add NOLIBCAIRO flag to permit compilation without cairo
  26. -- Michael Stapelberg <michael@stapelberg.de> Sun, 13 Mar 2011 20:27:46 +0100
  27. i3lock (2.0-2) unstable; urgency=low
  28. * change priority to optional
  29. -- Michael Stapelberg <michael@stapelberg.de> Sun, 05 Sep 2010 18:19:15 +0200
  30. i3lock (2.0-1) unstable; urgency=low
  31. * Complete rewrite of i3lock. Now using xcb instead of Xlib.
  32. * When a window obscures i3lock, it pushes itself back to the top again.
  33. * Display version when starting with -v
  34. -- Michael Stapelberg <michael@stapelberg.de> Sun, 05 Sep 2010 11:34:19 +0200
  35. i3lock (1.1-1) unstable; urgency=low
  36. * Implement background pictures (-i) and colors (-c)
  37. -- Michael Stapelberg <michael@stapelberg.de> Sun, 02 Aug 2009 19:58:23 +0200
  38. i3lock (1.0-1) unstable; urgency=low
  39. * Implement PAM support
  40. * Implement options for forking, beeping, DPMS
  41. -- Michael Stapelberg <michael@stapelberg.de> Sun, 10 May 2009 12:54:05 +0200
  42. i3lock (0.9-1) unstable; urgency=low
  43. * First release, forked from slock 0.9 (Closes: #521707)
  44. -- Michael Stapelberg <michael@stapelberg.de> Fri, 01 May 2009 20:29:43 +0200