From: Adam Dickmeiss Date: Tue, 17 Feb 2009 13:28:30 +0000 (+0100) Subject: Version 3.0.44. X-Git-Tag: v3.0.44~1 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=6c935519b45ef77520aad76aa0ec8d3fb6540057 Version 3.0.44. --- diff --git a/NEWS b/NEWS index c433926..95e9b85 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +--- 3.0.42 2009/02/17 + List supported encodings in man page for yaz-iconv. Fixed missing SSL libs for --libs output diff --git a/configure.ac b/configure.ac index 41ccf45..5453b5c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl This file is part of the YAZ toolkit. dnl Copyright (C) 1995-2009 Index Data AC_PREREQ([2.60]) -AC_INIT([yaz],[3.0.42],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[3.0.44],[yaz-help@indexdata.dk]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.9]) diff --git a/debian/changelog b/debian/changelog index 078407b..ef160c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (3.0.44-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 17 Feb 2009 14:21:45 +0100 + yaz (3.0.42-1indexdata) unstable; urgency=low * Upstream.