update debian/ for 3.ε-bf2
This commit is contained in:
parent
94993e11d1
commit
922f60260f
|
@ -1,3 +1,22 @@
|
||||||
|
i3-wm (3.e-bf2-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Bugfix: Don’t crash when a dock client starts up with nonsense coordinates
|
||||||
|
(Closes: #610143)
|
||||||
|
* Bugfix: i3-wsbar: properly catch errors when writing to child processes
|
||||||
|
* Bugfix: Render decorations of single window in tabbed/stacked container
|
||||||
|
* Bugfix: Don't draw stacked decors overlapping a fs window
|
||||||
|
* Bugfix: Replay unhandled pointer events
|
||||||
|
* Bugfix: Validate the ws number for client assignment
|
||||||
|
* Bugfix: use the global root variable, don’t get the first one
|
||||||
|
* Bugfix: Opera flash plugin no longer prevents in-page focus changing
|
||||||
|
* Support for custom bg colors for clients
|
||||||
|
* Bugfix: Fix possible rounding errors
|
||||||
|
* Bugfix: Don’t setup event handler when RandR base event is not set
|
||||||
|
* Bugfix: Properly call init_workspaces() when RandR is known but not present
|
||||||
|
* Bugfix: Correctly count variables when parsing the configfile
|
||||||
|
|
||||||
|
-- Michael Stapelberg <michael@stapelberg.de> Wed, 19 Jan 2011 21:24:38 +0100
|
||||||
|
|
||||||
i3-wm (3.e-bf1-3) unstable; urgency=low
|
i3-wm (3.e-bf1-3) unstable; urgency=low
|
||||||
|
|
||||||
* include keyboard-layer{1,2}.png in docs (Closes: #595295)
|
* include keyboard-layer{1,2}.png in docs (Closes: #595295)
|
||||||
|
|
|
@ -25,7 +25,7 @@ Section: x11
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, x11-utils
|
Depends: ${shlibs:Depends}, ${misc:Depends}, x11-utils
|
||||||
Provides: x-window-manager
|
Provides: x-window-manager
|
||||||
Suggests: rxvt-unicode | x-terminal-emulator
|
Suggests: rxvt-unicode | x-terminal-emulator
|
||||||
Recommends: xfonts-base, libanyevent-i3-perl, libanyevent-perl, libipc-run-perl
|
Recommends: xfonts-base, libanyevent-i3-perl, libanyevent-perl, libipc-run-perl, libtry-tiny-perl
|
||||||
Description: an improved dynamic tiling window manager
|
Description: an improved dynamic tiling window manager
|
||||||
Key features of i3 are good support of multi-monitor setups (workspaces are
|
Key features of i3 are good support of multi-monitor setups (workspaces are
|
||||||
assigned to virtual screens, i3 does the right thing when attaching new
|
assigned to virtual screens, i3 does the right thing when attaching new
|
||||||
|
|
Loading…
Reference in New Issue