mirror of
https://github.com/tmux/tmux.git
synced 2026-03-12 03:25:45 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a33a12798 |
4
CHANGES
4
CHANGES
@@ -1,3 +1,7 @@
|
||||
CHANGES FROM 3.1a TO 3.1b
|
||||
|
||||
* Fix crash when allow-rename is on and an empty name is set.
|
||||
|
||||
CHANGES FROM 3.1 TO 3.1a
|
||||
|
||||
* Do not close stdout prematurely in control mode since it is needed to print
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# configure.ac
|
||||
|
||||
AC_INIT([tmux], 3.1a)
|
||||
AC_INIT([tmux], 3.1b)
|
||||
AC_PREREQ([2.60])
|
||||
|
||||
AC_CONFIG_AUX_DIR(etc)
|
||||
|
||||
Reference in New Issue
Block a user