pull/3612/head 3.3a
Nicholas Marriott 2022-06-09 12:30:50 +01:00
parent 6a9bb2a622
commit 0b355ae811
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
CHANGES FROM 3.3 TO 3.3a
* Do not crash when run-shell produces output from a config file.
* Do not unintentionally turn off all mouse mode when button mode is also
present.
CHANGES FROM 3.2a TO 3.3
* Add an ACL list for users connecting to the tmux socket. Users may be

View File

@ -1,6 +1,6 @@
# configure.ac
AC_INIT([tmux], 3.3)
AC_INIT([tmux], 3.3a)
AC_PREREQ([2.60])
AC_CONFIG_AUX_DIR(etc)