mirror of
https://github.com/tmux/tmux.git
synced 2025-01-14 20:58:53 +00:00
Add to CHANGES.
This commit is contained in:
parent
07d3c4d882
commit
a1986c5973
4
CHANGES
4
CHANGES
@ -1,5 +1,9 @@
|
||||
CHANGES FROM 2.5 TO 2.6-rc, 29 August 2017
|
||||
|
||||
* Fix memory leak when lines with BCE are removed from history.
|
||||
|
||||
* Fix (again) the "prefer unattached" behaviour of attach-session.
|
||||
|
||||
* Reorder how keys are checked to allow keys to be specified that have a
|
||||
leading escape. GitHub issue 1048.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# configure.ac
|
||||
|
||||
AC_INIT(tmux, 2.6-rc)
|
||||
AC_INIT(tmux, master)
|
||||
AC_PREREQ([2.60])
|
||||
|
||||
AC_CONFIG_AUX_DIR(etc)
|
||||
|
Loading…
Reference in New Issue
Block a user