From fc99a84b59f1b806f51eb5e4db0cdf44371048a4 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 18 Aug 2011 10:28:51 +0200 Subject: [PATCH] Version 4.2.9 --- 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 a40167c..357b805 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +--- 4.2.9 2011/08/18 + +Fix SEGV that could occur if set command of zoomsh was given without +value (2nd argument). + +Fix SEGV that could occur if unsupported transport was given for +COMSTACK - say https (when SSL was unavailable). + +Build yaz-url on Windows too. + --- 4.2.8 2011/08/11 New utility to get web content. Header is url.h. A command line tool diff --git a/configure.ac b/configure.ac index 5614a88..818e645 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.8],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[4.2.9],[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 4411cbe..61387fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (4.2.9-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 18 Aug 2011 10:27:29 +0200 + yaz (4.2.8-1indexdata) unstable; urgency=low * Upstream. diff --git a/yaz.spec b/yaz.spec index 73b44b9..aeff220 100644 --- a/yaz.spec +++ b/yaz.spec @@ -5,7 +5,7 @@ Name: yaz Summary: Z39.50 Programs -Version: 4.2.8 +Version: 4.2.9 Release: 1indexdata # determine system -- 1.7.10.4