3.1c
Nicholas Marriott 2020-10-30 12:11:02 +00:00
parent d0ad34e94d
commit 25cae5d86f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
CHANGED FROM 3.1b TO 3.1c
* Fix a stack overflow on colon-separated CSI parsing.
CHANGES FROM 3.1a TO 3.1b
* Fix build on systems without sys/queue.h.

View File

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