aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2020-07-26 10:11:49 +0200
committerMichael Stapelberg <michael@stapelberg.de>2020-07-26 10:11:49 +0200
commit5af9ea65fecfd402483c99b230758449d5449589 (patch)
treeccf8650e7d9997d7554ed72973af87633046bd4b
parent68904aeb38b06fe0ea1c40512048c162497a7d99 (diff)
parent768fd7f21cca349f820f025225d8c95bfbbd555d (diff)
downloadi3-5af9ea65fecfd402483c99b230758449d5449589.tar.gz
i3-5af9ea65fecfd402483c99b230758449d5449589.zip
Merge branch 'release-4.18.2'
-rw-r--r--I3_VERSION2
-rw-r--r--Makefile.am2
-rw-r--r--RELEASE-NOTES-4.18.2 (renamed from RELEASE-NOTES-4.18.1)20
-rw-r--r--configure.ac2
4 files changed, 11 insertions, 15 deletions
diff --git a/I3_VERSION b/I3_VERSION
index 60f610c0..45c72992 100644
--- a/I3_VERSION
+++ b/I3_VERSION
@@ -1 +1 @@
-4.18.1-non-git
+4.18.2-non-git
diff --git a/Makefile.am b/Makefile.am
index d62b2f53..b3125e34 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -118,7 +118,7 @@ EXTRA_DIST = \
I3_VERSION \
LICENSE \
PACKAGE-MAINTAINER \
- RELEASE-NOTES-4.18.1 \
+ RELEASE-NOTES-4.18.2 \
generate-command-parser.pl \
parser-specs/commands.spec \
parser-specs/config.spec \
diff --git a/RELEASE-NOTES-4.18.1 b/RELEASE-NOTES-4.18.2
index c05180f8..66a5bee1 100644
--- a/RELEASE-NOTES-4.18.1
+++ b/RELEASE-NOTES-4.18.2
@@ -1,9 +1,9 @@
┌──────────────────────────────┐
- │ Release notes for i3 v4.18.1 │
+ │ Release notes for i3 v4.18.2 │
└──────────────────────────────┘
-This is i3 v4.18.1. This version is considered stable. All users of i3 are
+This is i3 v4.18.2. This version is considered stable. All users of i3 are
strongly encouraged to upgrade.
This is a bugfix release for v4.18.
@@ -12,14 +12,10 @@ This is a bugfix release for v4.18.
│ Bugfixes │
└────────────────────────────┘
- • Move parent nodes in scratchpad correctly
- • i3bar: Call cont_child() more liberally
- • Fix load_layout crash when floating node doesn't have CT_FLOATING_CON parent
- • Fix SEGFAULT when i3bar receives invalid input
- • Revert "floating_reposition: avoid extra tree_render"
- • Call tree_render if floating move changes workspace
- • Update EWMH properties on workspace move
- • cmd_focus_sibling: Fix crash on workspace level
+ • floating_maybe_reassign_ws: only re-focus if previously focused
+ (fixes a focus issue with KDE notifications)
+ • get_output_by_name: guard output->primary with require_active
+ • i3bar: fix Xorg memory leak
┌────────────────────────────┐
│ Thanks! │
@@ -27,6 +23,6 @@ This is a bugfix release for v4.18.
Thanks for testing, bugfixes, discussions and everything I forgot go out to:
- Heman Gandhi, Orestis Floros
+ Orestis Floros
--- Michael Stapelberg, 2020-04-22
+-- Michael Stapelberg, 2020-07-26
diff --git a/configure.ac b/configure.ac
index fe34d6b2..a7e997a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Run autoreconf -fi to generate a configure script from this file.
AC_PREREQ([2.69])
-AC_INIT([i3], [4.18.1], [https://github.com/i3/i3/issues])
+AC_INIT([i3], [4.18.2], [https://github.com/i3/i3/issues])
# For AX_EXTEND_SRCDIR
AX_ENABLE_BUILDDIR
AM_INIT_AUTOMAKE([foreign subdir-objects -Wall no-dist-gzip dist-bzip2])