Bump version to 1.2.1. Depend on YAZ 4.0.1 v1.2.1
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 28 Jan 2010 09:36:27 +0000 (10:36 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 28 Jan 2010 09:36:27 +0000 (10:36 +0100)
NEWS
configure.ac
debian/changelog
debian/control

diff --git a/NEWS b/NEWS
index 3e45cd7..ff69a11 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+--- 1.2.1 2010/01/28
+
+Update dependency on newer because YAZ 4.0.1 has new functions.
+
 --- 1.2.0 2010/01/20
 
 Debian/Windows/RPM packages link with YAZ 4.
index 4c2404f..30e9464 100644 (file)
@@ -1,7 +1,7 @@
-dnl YAZ++ Toolkit Index Data 1998-2009
+dnl YAZ++ Toolkit Index Data 1998-2010
 dnl See the file LICENSE for details.
 AC_PREREQ(2.60)
-AC_INIT([yazpp],[1.2.0],[adam@indexdata.dk])
+AC_INIT([yazpp],[1.2.1],[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
 
-YAZ_INIT([threads],[3.0.47])
+YAZ_INIT([threads],[4.0.1])
 if test -z "$YAZLIB"; then
        AC_MSG_ERROR([YAZ development libraries missing])
 fi
index 735bfa7..e59ff1a 100644 (file)
@@ -1,3 +1,9 @@
+yazpp (1.2.1-1indexdata) unstable; urgency=low
+
+  * Depend on YAZ 4.0.1.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Thu, 28 Jan 2010 10:30:26 +0100
+
 yazpp (1.2.0-1indexdata) unstable; urgency=low
 
   * Upstream.
index f96030d..0c472be 100644 (file)
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
 Standards-Version: 3.6.2
-Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libyaz4-dev (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libyaz4-dev (>= 4.0.1)
 
 Package: libyazpp4
 Section: libs