From 6c35039e69102dbbce08e8f39a2fbbade4406c16 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 3 Jan 2005 13:28:35 +0000 Subject: [PATCH] Towards 2.0.30. --- LICENSE | 2 +- NEWS | 2 ++ README | 4 ++-- configure.in | 4 ++-- debian/changelog | 8 +++++++- debian/rules | 2 +- include/yaz/yaz-version.h | 6 +++--- 7 files changed, 18 insertions(+), 10 deletions(-) diff --git a/LICENSE b/LICENSE index 7727c4a..b6f924d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2004, Index Data. + * Copyright (c) 1995-2005, Index Data. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, diff --git a/NEWS b/NEWS index db1767f..c884791 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ Possible compatibility problems with earlier versions marked with '*'. +--- 2.0.30 2005/01/03 + Modified the YAZ logging system. The LOG level defines use YLOG_ prefix instead of LOG_, due to name clash with syslog(3). LOG_ are still present. New applications should define YAZ_USE_NEW_LOG=1 - this diff --git a/README b/README index 3b3a860..27938de 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -YAZ toolkit - $Id: README,v 1.46 2004-05-10 07:48:56 adam Exp $ +YAZ toolkit - $Id: README,v 1.47 2005-01-03 13:28:35 adam Exp $ -Copyright (C) 1995-2004, Index Data ApS. +Copyright (C) 1995-2005, Index Data ApS. See the file LICENSE for details. The primary output of the source here is the YAZ library, which diff --git a/configure.in b/configure.in index 23973e6..4b16380 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl YAZ Toolkit, Index Data 1994-2004 dnl See the file LICENSE for details. -dnl $Id: configure.in,v 1.162 2004-12-20 23:36:13 adam Exp $ +dnl $Id: configure.in,v 1.163 2005-01-03 13:28:35 adam Exp $ AC_INIT(include/yaz/yaz-version.h) -AM_INIT_AUTOMAKE(yaz, 2.0.29) +AM_INIT_AUTOMAKE(yaz, 2.0.30) AM_MAINTAINER_MODE dnl AC_SUBST(READLINE_LIBS) diff --git a/debian/changelog b/debian/changelog index 62123cd..ed2b9ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ +yaz (2.0.30-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 3 Jan 2005 14:27:36 +0100 + yaz (2.0.28-1) unstable; urgency=low * Upstream. - -- Adam Dickmeiss Tue, 9 Nov 2004 21:34:03 +0100 + -- Adam Dickmeiss Tue, 9 Nov 2004 21:34:03 +0100 yaz (2.0.26-2) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 0e85352..37b38af 100755 --- a/debian/rules +++ b/debian/rules @@ -104,7 +104,7 @@ binary-arch: build install dh_fixperms # dh_perl # dh_python - dh_makeshlibs -V 'libyaz (>= 2.0.27)' + dh_makeshlibs -V 'libyaz (>= 2.0.29)' dh_installdeb dh_shlibdeps -l debian/libyaz/usr/lib dh_gencontrol diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index ef960ea..d5601f3 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -2,7 +2,7 @@ * Copyright (c) 1995-2004, Index Data. * See the file LICENSE for details. * - * $Id: yaz-version.h,v 1.55 2004-11-10 09:26:43 adam Exp $ + * $Id: yaz-version.h,v 1.56 2005-01-03 13:28:36 adam Exp $ */ /** @@ -13,8 +13,8 @@ #include -#define YAZ_VERSION "2.0.29" -#define YAZ_VERSIONL 0x02001D +#define YAZ_VERSION "2.0.30" +#define YAZ_VERSIONL 0x02001E #define YAZ_DATE 1 -- 1.7.10.4