From: Michael Stapelberg Date: Mon, 21 Dec 2009 21:37:29 +0000 (+0100) Subject: Add debian changelog for the bugfix release X-Git-Tag: 3.d-bf1~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6cdf607424b43606654f41fc1d0ed3effd6c139e;p=i3%2Fi3 Add debian changelog for the bugfix release --- diff --git a/debian/changelog b/debian/changelog index 9b95d50d..d8d13274 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +i3-wm (3.d-bf1-1) unstable; urgency=low + + * Bugfix: Don’t draw window title when titlebar is disabled + * Bugfix: Correctly switch border types for floating windows + * Bugfix: Correctly replay pointer if the click handler does not trigger + * Bugfix: Also allow WORDs as workspace names + * Bugfix: Correctly clear the urgency hint if a window gets unmapped without + clearing it + * Bugfix: Fix resizing of floating windows in borderless/1-px-border mode + * Bugfix: Accept underscores in bindsym + * Bugfix: Don’t set the urgency flag if the window is focused + * Bugfix: Handle stack-limit cols on tabbed containers + * Bugfix: Resize client after updating base_width/base_height + * Bugfix: Force render containers after setting the client active + * Bugfix: Fix two problems in resizing floating windows with right mouse + * Bugfix: Use more precise floating point arithmetics + * Bugfix: Correctly place new windows below fullscreen windows + + -- Michael Stapelberg Mon, 21 Dec 2009 22:33:02 +0100 + i3-wm (3.d-1) unstable; urgency=low * Implement tabbing (command "T")