Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release-4.20.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Nov 3, 2021
2 parents 6fe3339 + 63aec36 commit d83940a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 94 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
2 changes: 1 addition & 1 deletion 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

0 comments on commit d83940a

Please sign in to comment.