3.7d bits.

This commit is contained in:
Nicholas Marriott
2026-08-24 08:18:18 +01:00
parent 83b9aff1ae
commit 22cdf6acac
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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)