diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-07-06 14:03:33 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-07-06 14:03:33 +0100 |
commit | b30989a9649699ba08908a1a9aa08b0ecc7b24d1 (patch) | |
tree | 781222a6ff7f8b8afc709e27c27fd7976d0ce043 | |
parent | aa4f3a9b3d7f10f7f96bf8be1c2c8706a5990fe5 (diff) | |
download | rtmux-b30989a9649699ba08908a1a9aa08b0ecc7b24d1.tar.gz rtmux-b30989a9649699ba08908a1a9aa08b0ecc7b24d1.tar.bz2 rtmux-b30989a9649699ba08908a1a9aa08b0ecc7b24d1.zip |
Pull 3.2-rc up to master.
-rw-r--r-- | CHANGES | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ CHANGES FROM 3.1b TO 3.2 +* Add a way for control mode clients to subscribe to a format and be notified + of changes rather than having to poll. + * Add some formats for search in copy mode (search_present, search_match). * Do not wait on shutdown for commands started with run -b. diff --git a/configure.ac b/configure.ac index a62029b3..b698526d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], next-3.3) +AC_INIT([tmux], 3.2-rc) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) |