mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 19:39:04 +00:00
Bump 3.0-rc up to master.
This commit is contained in:
parent
da552eb73b
commit
b8b865fb17
4
CHANGES
4
CHANGES
@ -1,4 +1,4 @@
|
|||||||
CHANGES FROM 3.0 to X.X
|
CHANGES FROM 2.9 to 3.0
|
||||||
|
|
||||||
* Expand arguments to C and s format modifiers to match the m modifier.
|
* Expand arguments to C and s format modifiers to match the m modifier.
|
||||||
|
|
||||||
@ -51,8 +51,6 @@ CHANGES FROM 3.0 to X.X
|
|||||||
* Support for octal escapes in strings (such as \007) and improve list-keys
|
* Support for octal escapes in strings (such as \007) and improve list-keys
|
||||||
output so it parses correctly if copied into a configuration file.
|
output so it parses correctly if copied into a configuration file.
|
||||||
|
|
||||||
CHANGES FROM 2.9 to 3.0
|
|
||||||
|
|
||||||
* INCOMPATIBLE: Add a new {} syntax to the configuration file. This is a string
|
* INCOMPATIBLE: Add a new {} syntax to the configuration file. This is a string
|
||||||
similar to single quotes but also includes newlines and allows commands that
|
similar to single quotes but also includes newlines and allows commands that
|
||||||
take other commands as string arguments to be expressed more clearly and
|
take other commands as string arguments to be expressed more clearly and
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# configure.ac
|
# configure.ac
|
||||||
|
|
||||||
AC_INIT([tmux], next-3.1)
|
AC_INIT([tmux], 3.0-rc4)
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.60])
|
||||||
|
|
||||||
AC_CONFIG_AUX_DIR(etc)
|
AC_CONFIG_AUX_DIR(etc)
|
||||||
|
Loading…
Reference in New Issue
Block a user