From 732870c555c7d32c5d2b6a4914c6fa7232eb26b2 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 1 Nov 2011 14:10:59 +0100 Subject: [PATCH] Version 2.0.50 --- NEWS | 6 ++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ idzebra.spec | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) 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 -- 1.7.10.4