From 0b2d376a210daa549577ea18b913819d8156ed5d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 6 Jun 2008 13:00:23 +0200 Subject: [PATCH] Version 1.1.1. --- NEWS | 8 ++++++++ configure.ac | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c728db4..cf5c1f7 100644 --- 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). diff --git a/configure.ac b/configure.ac index 525be29..b824b19 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ 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]) @@ -12,7 +12,7 @@ AC_PROG_CXX 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 -- 1.7.10.4