summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2021-10-19 08:37:58 +0200
committerMichael Stapelberg <michael@stapelberg.de>2021-10-19 08:37:58 +0200
commitd216a5c9d3298ef6fb3109547bfda43ea18b6cb7 (patch)
tree57da78178ea592c7646376f543d5e92a1e0a1237
parente05af2650e859211367405becbf3385ae1218087 (diff)
downloadi3-d216a5c9d3298ef6fb3109547bfda43ea18b6cb7.tar.gz
i3-d216a5c9d3298ef6fb3109547bfda43ea18b6cb7.zip
release i3 4.204.20
-rw-r--r--RELEASE-NOTES-4.19.225
-rw-r--r--RELEASE-NOTES-4.20 (renamed from RELEASE-NOTES-next)14
-rw-r--r--meson.build4
3 files changed, 16 insertions, 27 deletions
diff --git a/RELEASE-NOTES-4.19.2 b/RELEASE-NOTES-4.19.2
deleted file mode 100644
index df859a8a..00000000
--- a/RELEASE-NOTES-4.19.2
+++ /dev/null
@@ -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
diff --git a/RELEASE-NOTES-next b/RELEASE-NOTES-4.20
index a7800138..4345a56b 100644
--- a/RELEASE-NOTES-next
+++ b/RELEASE-NOTES-4.20
@@ -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
diff --git a/meson.build b/meson.build
index 00cd9e94..eb02f369 100644
--- a/meson.build
+++ b/meson.build
@@ -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)',
)
)