Version 1.3.5 v1.3.5
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 3 Dec 2009 09:12:48 +0000 (10:12 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 3 Dec 2009 09:12:48 +0000 (10:12 +0100)
NEWS
configure.ac
debian/changelog
debian/control

diff --git a/NEWS b/NEWS
index d5447f0..7eca071 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+--- 1.3.5 2009/12/03
+
+Prepare for 64-bit YAZ. yazproxy will still work with YAZ++ 1.1.4 or
+later which means YAZ 3.0.47 or later.
+
 --- 1.3.4 2008/06/06
 
 Omit debian directory from tar dist.
 --- 1.3.4 2008/06/06
 
 Omit debian directory from tar dist.
index bbfa9b0..95e4f58 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)
 dnl This file is part of YAZ proxy
 dnl See the file LICENSE for details.
 AC_PREREQ(2.60)
-AC_INIT([yazproxy],[1.3.4],[adam@indexdata.dk])
+AC_INIT([yazproxy],[1.3.5],[adam@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.9])
 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
 
 AC_HEADER_STDC
 AM_PROG_LIBTOOL
 
-YAZPP_INIT([threads],[1.1.1])
+YAZPP_INIT([threads],[1.1.4])
 if test -z "$YAZPPLIB"; then
        AC_MSG_ERROR([YAZ++ development libraries missing])
 fi
 if test -z "$YAZPPLIB"; then
        AC_MSG_ERROR([YAZ++ development libraries missing])
 fi
index 3e074bb..d0f3cf1 100644 (file)
@@ -1,3 +1,9 @@
+yazproxy (1.3.5-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Thu, 03 Dec 2009 10:09:28 +0100
+
 yazproxy (1.3.4-1) unstable; urgency=low
 
   * Upstream.
 yazproxy (1.3.4-1) unstable; urgency=low
 
   * Upstream.
index af8976f..0e6b007 100644 (file)
@@ -2,7 +2,7 @@ Source: yazproxy
 Priority: optional
 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
 Standards-Version: 3.6.0
 Priority: optional
 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
 Standards-Version: 3.6.0
-Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libyazpp3-dev(>= 1.1.1)
+Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libyazpp3-dev(>= 1.1.4)
 
 Package: yazproxy
 Section: utils
 
 Package: yazproxy
 Section: utils