]> git.sur5r.net Git - i3/i3/commitdiff
update debian changelog
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 2 Aug 2009 18:06:09 +0000 (20:06 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 2 Aug 2009 18:06:09 +0000 (20:06 +0200)
debian/changelog

index 17ece2ba5c3172f1aa1b88a89a2030646cfa332b..8bb2c8466b464bbff3ecad8c0ef8207237393980 100644 (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: Don’t 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.