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