From: Adam Dickmeiss Date: Fri, 6 Jun 2008 11:00:23 +0000 (+0200) Subject: Version 1.1.1. X-Git-Tag: v1.1.1~2 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=0b2d376a210daa549577ea18b913819d8156ed5d Version 1.1.1. --- 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