Skip to content

Commit

Permalink
release i3 4.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Jan 27, 2019
1 parent f7b6ae2 commit b4f9ff9
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 148 deletions.
2 changes: 1 addition & 1 deletion I3_VERSION
@@ -1 +1 @@
4.16-non-git
4.16.1 (2019-01-27)
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -118,7 +118,7 @@ EXTRA_DIST = \
I3_VERSION \
LICENSE \
PACKAGE-MAINTAINER \
RELEASE-NOTES-4.16 \
RELEASE-NOTES-4.16.1 \
generate-command-parser.pl \
parser-specs/commands.spec \
parser-specs/config.spec \
Expand Down
145 changes: 0 additions & 145 deletions RELEASE-NOTES-4.16

This file was deleted.

35 changes: 35 additions & 0 deletions RELEASE-NOTES-4.16.1
@@ -0,0 +1,35 @@

┌──────────────────────────────┐
│ Release notes for i3 v4.16.1 │
└──────────────────────────────┘

This is i3 v4.16.1. This version is considered stable. All users of i3 are
strongly encouraged to upgrade.

This is a bugfix release for v4.16.

┌────────────────────────────┐
│ Bugfixes │
└────────────────────────────┘

• Truncate wm_name utf8 strings to first zero byte
(fixes window title corruption)
• Apply title_align to non-leaf containers
Additionally, marks will now display for non-leaf containers.
• attach_to_workspace: set new parent before tree_render
(fixes a heap-use-after-free)
• Use ipc queue for all messages
(fixes an i3bar crash)
• Fix crash with popups when fullscreen is non-leaf
• Fix: render_con shows floating containers on wrong workspace


┌────────────────────────────┐
│ Thanks! │
└────────────────────────────┘

Thanks for testing, bugfixes, discussions and everything I forgot go out to:

Orestis Floros

-- Michael Stapelberg, 2019-01-27
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@
# Run autoreconf -fi to generate a configure script from this file.

AC_PREREQ([2.69])
AC_INIT([i3], [4.16], [https://github.com/i3/i3/issues])
AC_INIT([i3], [4.16.1], [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])
Expand Down

0 comments on commit b4f9ff9

Please sign in to comment.