update debian changelog

next
Michael Stapelberg 2009-08-02 20:06:09 +02:00
parent e7bf93163d
commit 188629ddcd
1 changed files with 12 additions and 0 deletions

12
debian/changelog vendored
View File

@ -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: Dont crash when clients reconfigure themselves
-- Michael Stapelberg <michael@stapelberg.de> 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.