Merge branch '3.0-rc' into 3.0a-rc

This commit is contained in:
Nicholas Marriott 2019-11-27 20:55:19 +00:00
commit 7a30e6b941
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
CHANGES FROM 2.9 to 3.0
* Workaround invalid layout strings generated by older tmux versions and add
some additional sanity checks
* xterm 348 now disables margins when resized, so send DECLRMM again after
resize.

View File

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