Skip to content

Commit

Permalink
release i3 4.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Nov 3, 2021
1 parent 6fe3339 commit b952e74
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 95 deletions.
93 changes: 0 additions & 93 deletions RELEASE-NOTES-4.20

This file was deleted.

27 changes: 27 additions & 0 deletions RELEASE-NOTES-4.20.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

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

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

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

• i3bar: fix crash with multiple monitors
• xmlto: fix broken .TH line by extending title length
• i3-msg: fix --raw short form (-r) in manpage
• libi3: add missing sys/stat.h header
• use getcwd(NULL, 0) instead of GNU extension get_current_dir_name()

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

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

rvalieris, Jakob Haufe, lycurgus, Baptiste Daroussin

-- Michael Stapelberg, 2021-11-03
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
project(
'i3',
'c',
version: '4.20',
version: '4.20.1',
default_options: [
'c_std=c11',
'warning_level=1', # enable all warnings (-Wall)
Expand Down Expand Up @@ -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-11-03)',
)
)

Expand Down

0 comments on commit b952e74

Please sign in to comment.