release i3 4.20

This commit is contained in:
Michael Stapelberg 2021-10-19 08:37:58 +02:00
parent e05af2650e
commit d216a5c9d3
3 changed files with 16 additions and 27 deletions

View File

@ -1,25 +0,0 @@
┌──────────────────────────────┐
│ Release notes for i3 v4.19.2 │
└──────────────────────────────┘
This is i3 v4.19. This version is considered stable. All users of i3 are
strongly encouraged to upgrade.
This is a bugfix release for v4.19
┌────────────────────────────┐
│ Bugfixes │
└────────────────────────────┘
• fix release tarball version number and debug log settings
┌────────────────────────────┐
│ Thanks! │
└────────────────────────────┘
Thanks for testing, bugfixes, discussions and everything I forgot go out to:
Stuart Henderson
-- Michael Stapelberg, 2021-02-27

View File

@ -77,3 +77,17 @@ In case you notice any issues regarding your background/wallpaper, note:
• clear pixmap before drawing to prevent visual garbage
• fix crash with "layout default"
• send an "output" event on XRandR 1.5 monitor configuration change
┌────────────────────────────┐
│ Thanks! │
└────────────────────────────┘
Thanks for testing, bugfixes, discussions and everything I forgot go out to:
ajakk, Albert Safin, Anaël Beutot, Antoine Martin, Dmitri Goutnik, ekarpp,
Imran Virani, Ingo Bürk, Isaac Garzon, Ivan Milov, Jay Khandkar, j-jzk, Ken
Gilmer, Kjetil Torgrim Homme, lbonn, Michael Stapelberg, Orestis Floros, Ralph
Gutkowski, Romuald Brunet, tomty89, Tristan Giles, Tudor Brindus, Uli
Schlachter, Vincent Bernat, Vladimir Panteleev
-- Michael Stapelberg, 2021-10-19

View File

@ -6,7 +6,7 @@
project(
'i3',
'c',
version: '4.19.2',
version: '4.20',
default_options: [
'c_std=c11',
'warning_level=1', # enable all warnings (-Wall)
@ -63,7 +63,7 @@ config_h = declare_dependency(
sources: vcs_tag(
input: config_h_in,
output: 'config.h',
fallback: meson.project_version() + '-non-git',
fallback: meson.project_version() + ' (2021-10-19)',
)
)