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.

73 lines
2.6 KiB

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