summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 73848e7d..b72d1ec4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+CHANGES FROM 3.3 TO 3.3a
+
+* Do not crash when run-shell produces output from a config file.
+
+* Do not unintentionally turn off all mouse mode when button mode is also
+ present.
+
CHANGES FROM 3.2a TO 3.3
* Add an ACL list for users connecting to the tmux socket. Users may be
diff --git a/configure.ac b/configure.ac
index 542ae67f..2b8b3b11 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# configure.ac
-AC_INIT([tmux], 3.3)
+AC_INIT([tmux], 3.3a)
AC_PREREQ([2.60])
AC_CONFIG_AUX_DIR(etc)