From: Michael Stapelberg Date: Sun, 2 Aug 2009 18:06:09 +0000 (+0200) Subject: update debian changelog X-Git-Tag: 3.c~37 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=188629ddcd39d63b4708d1768065c4d8c9890ae7;p=i3%2Fi3 update debian changelog --- diff --git a/debian/changelog b/debian/changelog index 17ece2ba..8bb2c846 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +i3-wm (3.c-0) unstable; urgency=low + + * Implement a reload command + * Implement IPC via unix sockets + * Optimization: Render stack windows on pixmaps to reduce flickering + * Optimization: Directly position new windows to their final position + * Bugfix: Repeatedly try to find screens if none are available + * Bugfix: Correctly redecorate clients when changing focus + * Bugfix: Don’t crash when clients reconfigure themselves + + -- Michael Stapelberg Sun, 02 Aug 2009 20:05:58 +0200 + i3-wm (3.b-1) unstable; urgency=low * Bugfix: Correctly handle col-/rowspanned containers when setting focus.