浏览代码

Bump version to 0.2.

Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
Bradley Smith 15 年之前
父节点
当前提交
bc1b730b6a
共有 2 个文件被更改,包括 11 次插入1 次删除
  1. 10 0
      ChangeLog
  2. 1 1
      configure.ac

+ 10 - 0
ChangeLog

@@ -1,3 +1,13 @@
+2009-08-25  Bradley Smith  <brad@brad-smith.co.uk>
+
+	Bump version to 0.2.
+
+	Fix segfault with > 32 servers.
+
+2009-08-20  Bradley Smith  <brad@brad-smith.co.uk>
+
+	Add option to send hostname.
+
 2009-08-02  Bradley Smith  <brad@brad-smith.co.uk>
 
 	Fix indentation.

+ 1 - 1
configure.ac

@@ -1,4 +1,4 @@
-AC_INIT([MultiSSH], [0.1], [brad@brad-smith.co.uk], [mssh])
+AC_INIT([MultiSSH], [0.2], [brad@brad-smith.co.uk], [mssh])
 AM_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE