Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'vanilla/next' into gaps-next
Browse files Browse the repository at this point in the history
  • Loading branch information
Airblader committed May 6, 2020
2 parents 54174cf + b8f3c5b commit 49787b5
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Expand Up @@ -442,7 +442,7 @@ i3_config_wizard_i3_config_wizard_SOURCES = \
i3-config-wizard/xcb.h

i3_config_wizard_i3_config_wizard_DEPENDENCIES = \
$(config_parser_SOURCES)
$(top_builddir)/libi3.a

test_inject_randr15_CPPFLAGS = \
$(AM_CPPFLAGS)
Expand Down Expand Up @@ -495,9 +495,9 @@ config_parser_SOURCES = \
parser/GENERATED_config_tokens.h \
parser/GENERATED_config_call.h

BUILT_SOURCES = $(command_parser_SOURCES) $(config_parser_SOURCES)

i3_SOURCES = \
$(command_parser_SOURCES) \
$(config_parser_SOURCES) \
include/all.h \
include/assignments.h \
include/atoms_NET_SUPPORTED.xmacro \
Expand Down
32 changes: 32 additions & 0 deletions RELEASE-NOTES-4.18.1
@@ -0,0 +1,32 @@

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

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

This is a bugfix release for v4.18.

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

• Move parent nodes in scratchpad correctly
• i3bar: Call cont_child() more liberally
• Fix load_layout crash when floating node doesn't have CT_FLOATING_CON parent
• Fix SEGFAULT when i3bar receives invalid input
• Revert "floating_reposition: avoid extra tree_render"
• Call tree_render if floating move changes workspace
• Update EWMH properties on workspace move
• cmd_focus_sibling: Fix crash on workspace level

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

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

Heman Gandhi, Orestis Floros

-- Michael Stapelberg, 2020-04-22
1 change: 1 addition & 0 deletions RELEASE-NOTES-next
Expand Up @@ -32,3 +32,4 @@ strongly encouraged to upgrade.
• do not focus floating windows changing workspace with ConfigureNotify
• i3-dmenu-desktop: Support symlinks in search path
• build: correctly provide auxiliary functions when needed
• build: fix issues with parallel build
2 changes: 1 addition & 1 deletion travis/travis-base-386.Dockerfile
Expand Up @@ -18,7 +18,7 @@ RUN echo 'APT::Acquire::Retries "5";' > /etc/apt/apt.conf.d/80retry
RUN linux32 apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
dpkg-dev devscripts git equivs \
clang clang-format-6.0 \
build-essential clang clang-format-6.0 \
lintian && \
rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion travis/travis-base-ubuntu-386.Dockerfile
Expand Up @@ -18,7 +18,7 @@ RUN echo 'APT::Acquire::Retries "5";' > /etc/apt/apt.conf.d/80retry
RUN linux32 apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
dpkg-dev devscripts git equivs \
clang clang-format-6.0 \
build-essential clang clang-format-6.0 \
lintian && \
rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion travis/travis-base-ubuntu.Dockerfile
Expand Up @@ -19,7 +19,7 @@ RUN echo 'APT::Acquire::Retries "5";' > /etc/apt/apt.conf.d/80retry
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
dpkg-dev devscripts git equivs \
clang clang-format-6.0 \
build-essential clang clang-format-6.0 \
lintian && \
rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion travis/travis-base.Dockerfile
Expand Up @@ -17,7 +17,7 @@ RUN echo 'APT::Acquire::Retries "5";' > /etc/apt/apt.conf.d/80retry
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
dpkg-dev devscripts git equivs \
clang clang-format-6.0 \
build-essential clang clang-format-6.0 \
lintian \
libmodule-install-perl libanyevent-perl libextutils-pkgconfig-perl xcb-proto cpanminus xvfb xserver-xephyr xauth libinline-perl libinline-c-perl libxml-simple-perl libmouse-perl libmousex-nativetraits-perl libextutils-depends-perl perl libtest-deep-perl libtest-exception-perl libxml-parser-perl libtest-simple-perl libtest-fatal-perl libdata-dump-perl libtest-differences-perl libxml-tokeparser-perl libipc-run-perl libxcb-xtest0-dev libx11-xcb-perl libjson-xs-perl x11-xserver-utils && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 49787b5

Please sign in to comment.