summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 75078e2..6479db4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+NEW in 0.2
+==========
+
+ - Use g_spawn_async() instead of fork()+execvp(), and handle errors.
+ - Set the GPL2 in COPYING instead of GPL3.
+ - Install ssh-contact-service in libexec path
+
NEW in 0.1
==========
diff --git a/configure.ac b/configure.ac
index 2a61f21..b55fe36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(ssh-contact, 0.1)
+AC_INIT(ssh-contact, 0.2)
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)