From adad3479963999a4085240a5cd2a6aa4d405e846 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 22 Sep 2011 14:49:38 +0200 Subject: [PATCH] Version 4.2.16 --- NEWS | 10 ++++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ yaz.spec | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 4486cca..667bfb6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +-- 4.2.16 2011/09/22 + +Fix nmem_strsplit_escape to substitute escape char properly. + +New option for zoomsh -e , which makes it abort on first error and +return process exit code to indicate success/failure. + +YAZ options utility supports special option -- which makes all it treat +all following arguments as non-options. + -- 4.2.15 2011/09/16 Fix yaz_file_path_resolve/yaz_path_fopen/yaz_fopen so that path is not diff --git a/configure.ac b/configure.ac index 2ffd935..839b6fd 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.15],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[4.2.16],[yaz-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 72102b9..09504fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (4.2.16-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 22 Sep 2011 14:47:07 +0200 + yaz (4.2.15-1indexdata) unstable; urgency=low * Upstream. diff --git a/yaz.spec b/yaz.spec index 3096545..573a276 100644 --- a/yaz.spec +++ b/yaz.spec @@ -5,7 +5,7 @@ Name: yaz Summary: Z39.50 Programs -Version: 4.2.15 +Version: 4.2.16 Release: 1indexdata # determine system -- 1.7.10.4