Version 1.3.4
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 6 Jun 2008 11:22:20 +0000 (13:22 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 6 Jun 2008 11:22:20 +0000 (13:22 +0200)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 1f8e2b6..d5447f0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+--- 1.3.4 2008/06/06
+
+Omit debian directory from tar dist.
+
 --- 1.3.3.2 2008/05/27
 
 Match SRU database (PATH) against target name. Allow omitted explain
index 189e03e..2248ac9 100644 (file)
@@ -1,7 +1,7 @@
 dnl This file is part of YAZ proxy
 dnl See the file LICENSE for details.
 AC_PREREQ(2.60)
-AC_INIT([yazproxy],[1.3.3.2],[adam@indexdata.dk])
+AC_INIT([yazproxy],[1.3.4],[adam@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.9])
@@ -12,7 +12,7 @@ AC_PROG_CXX
 AC_HEADER_STDC
 AM_PROG_LIBTOOL
 
-YAZPP_INIT([threads],[1.1.0])
+YAZPP_INIT([threads],[1.1.1])
 if test -z "$YAZPPLIB"; then
        AC_MSG_ERROR([YAZ++ development libraries missing])
 fi
index 8883cfe..3e074bb 100644 (file)
@@ -1,3 +1,9 @@
+yazproxy (1.3.4-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Fri, 06 Jun 2008 13:20:10 +0200
+
 yazproxy (1.3.3-1) unstable; urgency=low
 
   * Upstream.