Skip to content

Commit

Permalink
release i3 4.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Aug 30, 2019
1 parent e6662df commit f0f3821
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 99 deletions.
2 changes: 1 addition & 1 deletion I3_VERSION
Original file line number Original file line Diff line number Diff line change
@@ -1 +1 @@
4.17-non-git 4.17.1 (2019-08-30)
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ EXTRA_DIST = \
I3_VERSION \ I3_VERSION \
LICENSE \ LICENSE \
PACKAGE-MAINTAINER \ PACKAGE-MAINTAINER \
RELEASE-NOTES-4.17 \ RELEASE-NOTES-4.17.1 \
generate-command-parser.pl \ generate-command-parser.pl \
parser-specs/commands.spec \ parser-specs/commands.spec \
parser-specs/config.spec \ parser-specs/config.spec \
Expand Down
96 changes: 0 additions & 96 deletions RELEASE-NOTES-4.17

This file was deleted.

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

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

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

This is a bugfix release for v4.17

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

• unset _I3_RESTART_FD after restart (fixes crashes on restart)
• default config: immediately refresh i3status after volume changes
• default config: add XF86AudioMicMute
• default config: mention loginctl lock-session alongside xss-lock
• default config: use workspace number, not just workspace

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

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

David Shen

-- Michael Stapelberg, 2019-08-30
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Run autoreconf -fi to generate a configure script from this file. # Run autoreconf -fi to generate a configure script from this file.


AC_PREREQ([2.69]) AC_PREREQ([2.69])
AC_INIT([i3], [4.17], [https://github.com/i3/i3/issues]) AC_INIT([i3], [4.17.1], [https://github.com/i3/i3/issues])
# For AX_EXTEND_SRCDIR # For AX_EXTEND_SRCDIR
AX_ENABLE_BUILDDIR AX_ENABLE_BUILDDIR
AM_INIT_AUTOMAKE([foreign subdir-objects -Wall no-dist-gzip dist-bzip2]) AM_INIT_AUTOMAKE([foreign subdir-objects -Wall no-dist-gzip dist-bzip2])
Expand Down

0 comments on commit f0f3821

Please sign in to comment.