From 177d2c269fe474455d70af46923deeb9a0df407b Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 27 Jan 2012 19:07:26 +0000 Subject: [PATCH 1/3] update debian/changelog --- debian/changelog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/debian/changelog b/debian/changelog index 70897a74..d34bbace 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +i3-wm (4.1.2-1) unstable; urgency=low + + * Bugfix: Don’t lose focus on fullscreen windows when another window gets + moved to that workspace + * Bugfix: Open new windows in the correct place when assignments match + * Bugfix: Fix assignments of floating windows to (yet) unused workspaces + * Bugfix: Either use SetInputFocus *or* send WM_TAKE_FOCUS, not both + * Bugfix: Respect WM_HINTS.input for WM_TAKE_FOCUS clients + * Bugfix: Setup the _NET_SUPPORTING_WM_CHECK atom in a standards-compliant + way + * Bugfix: Only ignore EnterNotify events after UnmapNotifies from managed + windows + * Bugfix: Force a new sequence number after UnmapNotify + * Bugfix: Position floating windows exactly where their geometry specified + * Bugfix: Fix coordinates when the rect of an output changes + + -- Michael Stapelberg Fri, 27 Jan 2012 19:04:28 +0000 + i3-wm (4.1.1-1) unstable; urgency=low * Re-add build-arch/build-indep targets to debian/rules (Closes: #648613) From 8b8573c36e487323b5d7afcbaf0a97340362813f Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 27 Jan 2012 19:09:48 +0000 Subject: [PATCH 2/3] bump manpage version --- man/asciidoc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/asciidoc.conf b/man/asciidoc.conf index e984f40a..79cf2b41 100644 --- a/man/asciidoc.conf +++ b/man/asciidoc.conf @@ -7,7 +7,7 @@ template::[header-declarations] {mantitle} {manvolnum} i3 -4.1.1 +4.1.2 i3 Manual From 4c1e2fdd9459b60d5e532cd11e2f0d8bbc7eb54d Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 27 Jan 2012 19:13:56 +0000 Subject: [PATCH 3/3] add release notes for 4.1.2 --- RELEASE-NOTES-4.1.2 | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 RELEASE-NOTES-4.1.2 diff --git a/RELEASE-NOTES-4.1.2 b/RELEASE-NOTES-4.1.2 new file mode 100644 index 00000000..90bd9ed7 --- /dev/null +++ b/RELEASE-NOTES-4.1.2 @@ -0,0 +1,37 @@ + + ┌──────────────────────────────┐ + │ Release notes for i3 v4.1.2 │ + └──────────────────────────────┘ + +This is the second minor release of i3 v4.1. It is a bugfix release and +considered stable. All users of i3 v4.1.1 are strongly encouraged to upgrade. + +i3 developers will be present at FOSDEM in Brussels. +Please get in touch and have a nice chat with us :). + + + ┌────────────────────────────┐ + │ Changes in v4.1.2 │ + └────────────────────────────┘ + + • Bugfix: Don’t lose focus on fullscreen windows when another window gets + moved to that workspace + • Bugfix: Open new windows in the correct place when assignments match + • Bugfix: Fix assignments of floating windows to (yet) unused workspaces + • Bugfix: Either use SetInputFocus *or* send WM_TAKE_FOCUS, not both + • Bugfix: Respect WM_HINTS.input for WM_TAKE_FOCUS clients + • Bugfix: Setup the _NET_SUPPORTING_WM_CHECK atom in a standards-compliant way + • Bugfix: Only ignore EnterNotify events after UnmapNotifies from managed windows + • Bugfix: Force a new sequence number after UnmapNotify + • Bugfix: Position floating windows exactly where their geometry specified + • Bugfix: Fix coordinates when the rect of an output changes + + ┌────────────────────────────┐ + │ Thanks! │ + └────────────────────────────┘ + +Thanks for testing, bugfixes, discussions and everything I forgot go out to: + + B-Con, David Coppa, Don, Paul, rami, zeus + +-- Michael Stapelberg, 2012-01-27