Version 1.1.1.
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 6 Jun 2008 11:00:23 +0000 (13:00 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 6 Jun 2008 11:00:23 +0000 (13:00 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index c728db4..cf5c1f7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+--- 1.1.1 2008/06/06
+
+Require YAZ 3.0.30 because it offers a new function: yaz_mk_sru_surrogate
+that yazproxy makes use of.
+
+Removed debian directory from tar-dist to ease integration for Debian
+maintainers.
+
 --- 1.1.0.1 2008/05/21
 
 Fixed handling for Z39.50 decoding (memory violation).
 --- 1.1.0.1 2008/05/21
 
 Fixed handling for Z39.50 decoding (memory violation).
index 525be29..b824b19 100644 (file)
@@ -1,7 +1,7 @@
 dnl YAZ++ Toolkit Index Data 1998-2008
 dnl See the file LICENSE for details.
 AC_PREREQ(2.60)
 dnl YAZ++ Toolkit Index Data 1998-2008
 dnl See the file LICENSE for details.
 AC_PREREQ(2.60)
-AC_INIT([yazpp],[1.1.0.1],[adam@indexdata.dk])
+AC_INIT([yazpp],[1.1.1],[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
 
-YAZ_INIT([threads],[3.0.26])
+YAZ_INIT([threads],[3.0.30])
 if test -z "$YAZLIB"; then
        AC_MSG_ERROR([YAZ development libraries missing])
 fi
 if test -z "$YAZLIB"; then
        AC_MSG_ERROR([YAZ development libraries missing])
 fi