Version 1.2.2
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 11 May 2010 08:54:48 +0000 (10:54 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 11 May 2010 08:54:48 +0000 (10:54 +0200)
NEWS
configure.ac
debian/changelog
debian/control

diff --git a/NEWS b/NEWS
index ff69a11..3f180d1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+--- 1.2.2 2010/05/11
+
+Update dependency to YAZ 4.0.7 because it has an important fix
+for record conversion (for Metaproxy).
+
+Build for Ubuntu karmic.
+
 --- 1.2.1 2010/01/28
 
 Update dependency on newer because YAZ 4.0.1 has new functions.
index bce01e5..1575fcd 100644 (file)
@@ -1,7 +1,7 @@
 dnl YAZ++ Toolkit Index Data 1998-2010
 dnl See the file LICENSE for details.
 AC_PREREQ(2.60)
-AC_INIT([yazpp],[1.2.1],[adam@indexdata.dk])
+AC_INIT([yazpp],[1.2.2],[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],[4.0.1])
+YAZ_INIT([threads],[4.0.7])
 if test -z "$YAZLIB"; then
        AC_MSG_ERROR([YAZ development libraries missing])
 fi
index e59ff1a..424ada5 100644 (file)
@@ -1,3 +1,9 @@
+yazpp (1.2.2-1indexdata) unstable; urgency=low
+
+  * Upsteam.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Tue, 11 May 2010 10:53:32 +0200
+
 yazpp (1.2.1-1indexdata) unstable; urgency=low
 
   * Depend on YAZ 4.0.1.
index 0c472be..9e37e27 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.1)
+Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libyaz4-dev (>= 4.0.7)
 
 Package: libyazpp4
 Section: libs