From c47f8dac157aaadeb46841c6537c3dc2a0164403 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sat, 27 Aug 2011 16:03:18 +0200 Subject: [PATCH 1/1] Version 4.2.12 --- NEWS | 5 +++++ configure.ac | 2 +- yaz.spec | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index d78c332..58479cb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +-- 4.2.12 2011/08/27 RPM package only + +cql2ccl: fix conversion of terms: operator characters were not +quoted/escaped. + -- 4.2.11 2011/08/25 RPM package only ccl2rpn: Conversion to regexp-1 terms (trunc=102). For mode t=x, the diff --git a/configure.ac b/configure.ac index e4c96f1..0214bdd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl This file is part of the YAZ toolkit. dnl Copyright (C) 1995-2011 Index Data AC_PREREQ([2.60]) -AC_INIT([yaz],[4.2.11],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[4.2.12],[yaz-help@indexdata.dk]) AC_CONFIG_HEADERS(include/config.h) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config]) diff --git a/yaz.spec b/yaz.spec index e4433bb..ab18927 100644 --- a/yaz.spec +++ b/yaz.spec @@ -5,7 +5,7 @@ Name: yaz Summary: Z39.50 Programs -Version: 4.2.11 +Version: 4.2.12 Release: 1indexdata # determine system -- 1.7.10.4