From: Adam Dickmeiss Date: Tue, 1 Nov 2011 13:10:59 +0000 (+0100) Subject: Version 2.0.50 X-Git-Tag: v2.0.50 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=732870c555c7d32c5d2b6a4914c6fa7232eb26b2 Version 2.0.50 --- diff --git a/NEWS b/NEWS index 08013b8..e7902a2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +--- 2.0.50 2011/11/01 + +Fix a bug in zebra_begin_trans where Zebra could mark a transaction +complete when it actually failed. This could happen if register files +could not be opened. + --- 2.0.49 2011/09/02 Scan: allow preferred position > number + 1 diff --git a/configure.ac b/configure.ac index 1797d21..65c4883 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl This file is part of the Zebra server. dnl Copyright (C) 1994-2011 Index Data dnl AC_PREREQ(2.60) -AC_INIT([idzebra],[2.0.49],[zebra-help@indexdata.dk]) +AC_INIT([idzebra],[2.0.50],[zebra-help@indexdata.dk]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config]) diff --git a/debian/changelog b/debian/changelog index d5a301b..ec50ab0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (2.0.50-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 01 Nov 2011 10:52:38 +0100 + idzebra (2.0.49-1indexdata) unstable; urgency=low * Upstream. diff --git a/idzebra.spec b/idzebra.spec index b5c0aa3..5185134 100644 --- a/idzebra.spec +++ b/idzebra.spec @@ -1,5 +1,5 @@ Name: idzebra-2.0 -Version: 2.0.49 +Version: 2.0.50 Release: 1indexdata Requires: lib%{name}-modules = %{version} License: GPL