Version 1.1.4 . Require yazpp 1.2.2
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 11 May 2010 11:44:43 +0000 (13:44 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 11 May 2010 11:44:43 +0000 (13:44 +0200)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 7248a67..7bdd10b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+--- 1.1.4 2010/05/11
 
 Filter log: category access logs diagnostics even if searchStatus
 or presentStatus is 'success'.
index b8c60e9..767a242 100644 (file)
@@ -3,7 +3,7 @@
 
 # Autoconf and automake setup
 AC_PREREQ([2.60])
-AC_INIT([metaproxy],[1.1.3],[metaproxy-help@indexdata.dk])
+AC_INIT([metaproxy],[1.1.4],[metaproxy-help@indexdata.dk])
 
 AC_CONFIG_HEADERS([src/config.hpp])
 
@@ -36,7 +36,7 @@ AC_CHECK_LIB([m],[main])
 AC_CHECK_FUNCS([localtime_r])
 
 ## YAZPP checks
-YAZPP_INIT([threads],[1.2.1])
+YAZPP_INIT([threads],[1.2.2])
 if test -z "$YAZPPLIB"; then
     AC_MSG_ERROR([YAZ++ development libraries missing])
 fi
index ca08332..7d6d1a1 100644 (file)
@@ -1,3 +1,9 @@
+metaproxy (1.1.4-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Tue, 11 May 2010 13:43:18 +0200
+
 metaproxy (1.1.3-1indexdata) unstable; urgency=low
 
   * Upstream.