summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-09-29 21:54:12 +0100
committerThomas Adam <thomas@xteddy.org>2016-09-29 21:54:12 +0100
commit52869ed182482c26163799a7215139f4d81b6fca (patch)
treef4109457da4646d0b52d236d94fc7b60c828b37e
parent19104d592bdeee67fcd2bf1a9232cda99094908b (diff)
Release tmux 2.32.3
-rw-r--r--CHANGES21
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 63455c01..8be03fe1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,24 @@
+CHANGES FROM 2.2 to 2.3 29 September 2016
+
+Incompatible Changes
+====================
+
+None.
+
+Normal Changes
+==============
+
+* New option 'pane-border-status' to add text in the oane borders.
+* Support for hooks on commands: 'after' and 'before' hooks.
+* 'source-file' understands '-q' to supress errors for nonexistent files.
+* Lots of UTF8 improvements, especially on MacOS.
+* 'window-status-separator' understands #[] expansions.
+* 'split-window' understands '-f' for performing a full-width split.
+* Allow report count to be specified when using 'bind-key -R'.
+* 'set -a' for appending to user options (@foo) is now supported.
+* 'display-panes' can now accept a command to run, rather than always
+ selecting the pane.
+
CHANGES FROM 2.1 to 2.2 10 April 2016
Incompatible Changes
diff --git a/configure.ac b/configure.ac
index 0eb1fcd4..9e0d09e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ PKG_PROG_PKG_CONFIG
test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc
# Is this --enable-debug?
-found_debug=yes
+#found_debug=yes
AC_ARG_ENABLE(
debug,
AC_HELP_STRING(--enable-debug, enable debug build flags),