add release notes for 3.e-bf3

This commit is contained in:
Michael Stapelberg 2011-05-04 20:50:03 +02:00
parent 06700c90ef
commit 37798e3ba5
2 changed files with 32 additions and 0 deletions

23
RELEASE-NOTES-3.e-bf3 Normal file
View File

@ -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

9
debian/changelog vendored
View 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: Dont crash when a dock client starts up with nonsense coordinates