diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 17:24:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 17:24:54 +0000 |
commit | f0267fe95f42fb4ab465d771b4e97addff4d54c3 (patch) | |
tree | 5dbb1d23a092eafe433d5ea089d67bde3bf68de7 /debian/patches | |
parent | Adding debian version 3.4-3. (diff) | |
download | tmux-debian/3.4-4.tar.xz tmux-debian/3.4-4.zip |
Adding debian version 3.4-4.debian/3.4-4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/upstream-6c0067c103.diff | 1 | ||||
-rw-r--r-- | debian/patches/upstream-aa17f0e0c1.diff | 1 | ||||
-rw-r--r-- | debian/patches/upstream-bd29a48b56.diff | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/debian/patches/upstream-6c0067c103.diff b/debian/patches/upstream-6c0067c103.diff index ed9423b..bbcf2d8 100644 --- a/debian/patches/upstream-6c0067c103.diff +++ b/debian/patches/upstream-6c0067c103.diff @@ -1,6 +1,7 @@ commit 6c0067c10360880334afa50815b880d04edcbf42 Author: Nicholas Marriott <nicholas.marriott@gmail.com> Date: Thu Mar 21 11:30:42 2024 +0000 +Forwarded: not-needed Do not notify window-layout-changed if the window is about to be destroyed (since it may have been freed by the time the notify happens), diff --git a/debian/patches/upstream-aa17f0e0c1.diff b/debian/patches/upstream-aa17f0e0c1.diff index deb8e6a..ccf3966 100644 --- a/debian/patches/upstream-aa17f0e0c1.diff +++ b/debian/patches/upstream-aa17f0e0c1.diff @@ -1,6 +1,7 @@ commit aa17f0e0c1c8b3f1d6fc8617613c74f07de66fae Author: Nicholas Marriott <nicholas.marriott@gmail.com> Date: Thu Mar 21 11:37:09 2024 +0000 +Forwarded: not-needed Fix crash if SIXEL colour register is invalid and remove SIXEL images before reflow to avoid a different crash, from Anindya Mukherjee. diff --git a/debian/patches/upstream-bd29a48b56.diff b/debian/patches/upstream-bd29a48b56.diff index 3386da0..dd4c4c3 100644 --- a/debian/patches/upstream-bd29a48b56.diff +++ b/debian/patches/upstream-bd29a48b56.diff @@ -1,6 +1,7 @@ commit bd29a48b56ae649d425fd6939d60f75d79d767da Author: Nicholas Marriott <nicholas.marriott@gmail.com> Date: Wed Mar 6 21:32:39 2024 +0000 +Forwarded: not-needed Check for the right flag to fix split-window -p, from Bryan Childs. |