Browse Source

Bump to version 1.2

Signed-off-by: Bradley Smith <[email protected]>
Bradley Smith 14 years ago
parent
commit
38ecdf60cb
2 changed files with 21 additions and 1 deletions
  1. 20 0
      ChangeLog
  2. 1 1
      configure.ac

+ 20 - 0
ChangeLog

@@ -1,3 +1,23 @@
+2010-01-15  Bradley Smith  <[email protected]>
+
+	Bump to version 1.2
+
+	Add directional focus option, and focus next window on session close.
+
+	Redo accel group when modifier changes.
+
+	Add directional focus.
+
+2010-01-14  Bradley Smith  <[email protected]>
+
+	Make sure focus is preserved when a session closes, restore back to global entry if focused window closed.
+
+	Add call to vte_terminal_set_word_chars.
+
+	Get rid of horrible tabs in files.
+
+	Add columns override option.
+
 2009-09-05  Bradley Smith  <[email protected]>
 
 	Bump version to 1.1.

+ 1 - 1
configure.ac

@@ -1,4 +1,4 @@
-AC_INIT([MultiSSH], [1.1], [[email protected]], [mssh])
+AC_INIT([MultiSSH], [1.2], [[email protected]], [mssh])
 AM_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE