From: Adam Dickmeiss Date: Fri, 16 Mar 2007 08:08:10 +0000 (+0000) Subject: Towards 2.1.54 X-Git-Tag: YAZ.2.1.54~3 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=ba68124b7321baff51997107f1cf9f0a78f62351 Towards 2.1.54 --- diff --git a/NEWS b/NEWS index f06dc68..e1bd9f5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +--- 2.1.52 2007/03/16 + Fix to ZOOM-C so that transparent reconnection is properly handled on connections that are in asynchronous mode. diff --git a/configure.ac b/configure.ac index 122f1d0..ff86ec6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl YAZ Toolkit, Index Data 1995-2007 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.68 2007-03-15 14:07:41 adam Exp $ +dnl $Id: configure.ac,v 1.69 2007-03-16 08:08:10 adam Exp $ AC_PREREQ(2.59) -AC_INIT([yaz],[2.1.53],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[2.1.54],[yaz-help@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.8]) diff --git a/debian/changelog b/debian/changelog index 916c8ed..b5301b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (2.1.54-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 16 Mar 2007 09:07:32 +0100 + yaz (2.1.52-1) unstable; urgency=low * Upstream. diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index 59c82fe..b161c76 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: yaz-version.h,v 1.117 2007-03-07 08:54:13 adam Exp $ */ +/* $Id: yaz-version.h,v 1.118 2007-03-16 08:08:11 adam Exp $ */ /** * \file yaz-version.h * \brief Defines YAZ version. @@ -33,8 +33,8 @@ #include -#define YAZ_VERSION "2.1.53" -#define YAZ_VERSIONL 0x020135 +#define YAZ_VERSION "2.1.54" +#define YAZ_VERSIONL 0x020136 #define YAZ_DATE 1 diff --git a/win/yaz.nsi b/win/yaz.nsi index 678b741..c823694 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,6 +1,6 @@ -; $Id: yaz.nsi,v 1.105 2007-03-07 08:05:26 adam Exp $ +; $Id: yaz.nsi,v 1.106 2007-03-16 08:08:11 adam Exp $ -!define VERSION "2.1.52" +!define VERSION "2.1.54" ; Microsoft runtime CRT ; VS 2003 diff --git a/win/yaz.rc b/win/yaz.rc index 8825fce..190e5a6 100644 --- a/win/yaz.rc +++ b/win/yaz.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,1,52,1 - PRODUCTVERSION 2,1,52,1 + FILEVERSION 2,1,54,1 + PRODUCTVERSION 2,1,54,1 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -20,14 +20,14 @@ VS_VERSION_INFO VERSIONINFO VALUE "Comments", "Z39.50/SRU Library\0" VALUE "CompanyName", "Index Data ApS\0" VALUE "FileDescription", "YAZ Library\0" - VALUE "FileVersion", "2, 1, 52, 1\0" + VALUE "FileVersion", "2, 1, 54, 1\0" VALUE "InternalName", "YAZ\0" VALUE "LegalCopyright", "Copyright © 1995-2007 Index Data ApS\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "yaz.rc\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "YAZ Toolkit\0" - VALUE "ProductVersion", "2, 1, 52, 1\0" + VALUE "ProductVersion", "2, 1, 54, 1\0" VALUE "SpecialBuild", "\0" END }