Version 1.2.0 v1.2.0
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 9 Jul 2010 07:33:03 +0000 (09:33 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 9 Jul 2010 07:33:03 +0000 (09:33 +0200)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index e66aba7..0e22d84 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+--- 1.2.0 2010/07/09
+
+session_shared: fix use of maintenance thread.
+
+Introduce 'start' method for filters and routers. It gets called after
+configure and after fork, but before processing. This changes API -
+from libmetaproxy2 to libmetaproxy3.
+
 --- 1.1.7 2010/06/30
 
 session_shared: ensure backend session is closed if init rejected
index 6e9ce61..e66e607 100644 (file)
@@ -3,7 +3,7 @@
 
 # Autoconf and automake setup
 AC_PREREQ([2.60])
-AC_INIT([metaproxy],[1.1.7],[metaproxy-help@indexdata.dk])
+AC_INIT([metaproxy],[1.2.0],[metaproxy-help@indexdata.dk])
 
 AC_CONFIG_HEADERS([src/config.hpp])
 
index ee92e64..e75c5a3 100644 (file)
@@ -1,3 +1,9 @@
+metaproxy (1.2.0-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Fri, 09 Jul 2010 09:32:31 +0200
+
 metaproxy (1.1.7-1indexdata) unstable; urgency=low
 
   * Upstream.