Merge branch 'stable' into next

This commit is contained in:
Michael Stapelberg 2021-02-27 10:38:13 +01:00
commit 98e0a07f15
2 changed files with 5 additions and 7 deletions

View File

@ -1,6 +1,6 @@
┌──────────────────────────────┐ ┌──────────────────────────────┐
│ Release notes for i3 v4.19.1 │ Release notes for i3 v4.19.2
└──────────────────────────────┘ └──────────────────────────────┘
This is i3 v4.19. This version is considered stable. All users of i3 are This is i3 v4.19. This version is considered stable. All users of i3 are
@ -12,9 +12,7 @@ This is a bugfix release for v4.19
│ Bugfixes │ │ Bugfixes │
└────────────────────────────┘ └────────────────────────────┘
• fix workspaces not moving to assigned output after output becomes available • fix release tarball version number and debug log settings
• fix duplicate bindcode after i3-config-wizard
• fix commented-out rofi call in default i3 config
┌────────────────────────────┐ ┌────────────────────────────┐
│ Thanks! │ │ Thanks! │
@ -22,6 +20,6 @@ This is a bugfix release for v4.19
Thanks for testing, bugfixes, discussions and everything I forgot go out to: Thanks for testing, bugfixes, discussions and everything I forgot go out to:
Anaël Beutot, Imran Virani, Orestis Floros Stuart Henderson
-- Michael Stapelberg, 2021-02-01 -- Michael Stapelberg, 2021-02-27

View File

@ -6,7 +6,7 @@
project( project(
'i3', 'i3',
'c', 'c',
version: '4.19.1', version: '4.19.2',
default_options: [ default_options: [
'c_std=c11', 'c_std=c11',
'warning_level=1', # enable all warnings (-Wall) 'warning_level=1', # enable all warnings (-Wall)