Browse Source

Bump version to 0.2.

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

+ 10 - 0
ChangeLog

@@ -1,3 +1,13 @@
+2009-08-25  Bradley Smith  <[email protected]>
+
+	Bump version to 0.2.
+
+	Fix segfault with > 32 servers.
+
+2009-08-20  Bradley Smith  <[email protected]>
+
+	Add option to send hostname.
+
 2009-08-02  Bradley Smith  <[email protected]>
 
 	Fix indentation.

+ 1 - 1
configure.ac

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