]> git.sur5r.net Git - i3/i3/commitdiff
add release notes for 3.e-bf3
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 4 May 2011 18:50:03 +0000 (20:50 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 4 May 2011 18:50:20 +0000 (20:50 +0200)
RELEASE-NOTES-3.e-bf3 [new file with mode: 0644]
debian/changelog

diff --git a/RELEASE-NOTES-3.e-bf3 b/RELEASE-NOTES-3.e-bf3
new file mode 100644 (file)
index 0000000..fbe0e01
--- /dev/null
@@ -0,0 +1,23 @@
+Release notes for i3 v3.ε-bf3
+-----------------------------
+
+This is the third bugfix release (bf3) for version 3.ε of i3. Current
+development focuses on the tree branch which contains a major refactoring.
+Because  there are still bugs in the stable versions, though, we felt it was a
+good idea to have this bugfix release.
+
+This release contains only bugfixes and is considered stable.
+
+All users of older versions are encouraged to upgrade as soon as possible.
+
+Thanks for this release go out to fernandotcl, Merovius, Raphael, badboy,
+David.
+
+A list of changes follows:
+
+ * Bugfix: Send WM_TAKE_FOCUS (fixes focus problems for Java apps)
+ * Bugfix: Fix unaligned memory access on sparc
+ * Bugfix: Fix possible rounding errors (when rounding up)
+ * Make i3 compatible with latest xcb and yajl
+
+-- Michael Stapelberg, 2011-05-03
index a9a61e281efea3a421a3a98afb4c6809f9e4af62..971f0b5f16c4225e76606499e51c065b384d4a66 100644 (file)
@@ -1,3 +1,12 @@
+i3-wm (3.e-bf3-1) unstable; urgency=low
+
+  * Bugfix: Send WM_TAKE_FOCUS (fixes focus problems for Java apps)
+  * Bugfix: Fix unaligned memory access on sparc
+  * Bugfix: Fix possible rounding errors (when rounding up)
+  * Make i3 compatible with latest xcb and yajl
+
+ -- Michael Stapelberg <michael@stapelberg.de>  Tue, 03 May 2011 22:53:19 +0200
+
 i3-wm (3.e-bf2-1) unstable; urgency=low
 
   * Bugfix: Don’t crash when a dock client starts up with nonsense coordinates