Version 1.1.2 v1.1.2
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 18 Mar 2010 14:13:03 +0000 (15:13 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 18 Mar 2010 14:13:03 +0000 (15:13 +0100)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index e32fd23..4cd38e4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+--- 1.1.2 2010/03/18
+
+Metaproxy now kills all child processes that are spawned by
+modules (in case of fork, exec).
+
 --- 1.1.1 2010/01/28
 
 Debian package now installs /etc/metaproxy/metaproxy.xml which
index 28c0065..66219ec 100644 (file)
@@ -3,7 +3,7 @@
 
 # Autoconf and automake setup
 AC_PREREQ([2.60])
-AC_INIT([metaproxy],[1.1.1],[metaproxy-help@indexdata.dk])
+AC_INIT([metaproxy],[1.1.2],[metaproxy-help@indexdata.dk])
 
 AC_CONFIG_HEADERS([src/config.hpp])
 
index 0786c15..afcecc4 100644 (file)
@@ -1,3 +1,9 @@
+metaproxy (1.1.2-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Thu, 18 Mar 2010 14:50:25 +0100
+
 metaproxy (1.1.1-1indexdata) unstable; urgency=low
 
   * Upstream.