From 22cdf6acac4fae0ff18c2d1453da80aa121072ee Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 24 Aug 2026 08:18:18 +0100 Subject: [PATCH] 3.7d bits. --- CHANGES | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 655d78fb1..fb9ab56e5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +CHANGES FROM 3.7c TO 3.7d + +* Fix problem where list-keys output can go to view mode instead of stdout. + CHANGES FROM 3.7b TO 3.7c * Build with jemalloc on macOS to avoid what appears to be a bug in calloc diff --git a/configure.ac b/configure.ac index 56cef0848..b4365e347 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], 3.7c) +AC_INIT([tmux], 3.7d) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc)