mirror of
https://github.com/tmux/tmux.git
synced 2025-06-24 00:00:51 -04:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
25cae5d86f | ||
|
d0ad34e94d |
4
CHANGES
4
CHANGES
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user