Explorar el Código

Bump version to 0.2.

Signed-off-by: Bradley Smith <[email protected]>
Bradley Smith hace 14 años
padre
commit
bc1b730b6a
Se han modificado 2 ficheros con 11 adiciones y 1 borrados
  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