summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--I3_VERSION2
-rw-r--r--Makefile.am2
-rw-r--r--RELEASE-NOTES-4.18.3 (renamed from RELEASE-NOTES-4.18.2)13
-rw-r--r--configure.ac2
4 files changed, 8 insertions, 11 deletions
diff --git a/I3_VERSION b/I3_VERSION
index 45c72992..21cf8805 100644
--- a/I3_VERSION
+++ b/I3_VERSION
@@ -1 +1 @@
-4.18.2-non-git
+4.18.3 (2020-10-19)
diff --git a/Makefile.am b/Makefile.am
index b3125e34..ff1c2d32 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -118,7 +118,7 @@ EXTRA_DIST = \
I3_VERSION \
LICENSE \
PACKAGE-MAINTAINER \
- RELEASE-NOTES-4.18.2 \
+ RELEASE-NOTES-4.18.3 \
generate-command-parser.pl \
parser-specs/commands.spec \
parser-specs/config.spec \
diff --git a/RELEASE-NOTES-4.18.2 b/RELEASE-NOTES-4.18.3
index 66a5bee1..5c14a398 100644
--- a/RELEASE-NOTES-4.18.2
+++ b/RELEASE-NOTES-4.18.3
@@ -1,9 +1,9 @@
┌──────────────────────────────┐
- │ Release notes for i3 v4.18.2 │
+ │ Release notes for i3 v4.18.3 │
└──────────────────────────────┘
-This is i3 v4.18.2. This version is considered stable. All users of i3 are
+This is i3 v4.18.3. This version is considered stable. All users of i3 are
strongly encouraged to upgrade.
This is a bugfix release for v4.18.
@@ -12,10 +12,7 @@ This is a bugfix release for v4.18.
│ Bugfixes │
└────────────────────────────┘
- • 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
+ • Bugfix: kick tray clients before destroying the bar
┌────────────────────────────┐
│ Thanks! │
@@ -23,6 +20,6 @@ This is a bugfix release for v4.18.
Thanks for testing, bugfixes, discussions and everything I forgot go out to:
- Orestis Floros
+ Mark Guptill, Orestis Floros
--- Michael Stapelberg, 2020-07-26
+-- Michael Stapelberg, 2020-10-19
diff --git a/configure.ac b/configure.ac
index a7e997a9..8149464a 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.2], [https://github.com/i3/i3/issues])
+AC_INIT([i3], [4.18.3], [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])