From: Adam Dickmeiss Date: Mon, 24 Nov 2014 14:49:50 +0000 (+0000) Subject: Version 5.7.0 X-Git-Tag: v5.7.0 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=675adde8432411979997c92351efe5efce0bc319 Version 5.7.0 --- diff --git a/IDMETA b/IDMETA index 32bf2dd..d610949 100755 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="utopic trusty saucy precise" CENTOS_DIST="centos5 centos6" -VERSION=5.6.0 +VERSION=5.7.0 diff --git a/NEWS b/NEWS index d3fb4f6..7e9e5f6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +--- 5.7.0 2014/11/24 + +Dump backtrace in case of SIGABRT, SIGSEGV YAZ-787 +New function yaz_enable_panic_backtrace which enables backtrace +handler for current process. The handler will call backtrace always, +then gdb to provide as much detail as possible. + --- 5.6.0 2014/11/17 When marc-8 charset is specified when decoding MARC records, yaz-marcdump diff --git a/debian/rules b/debian/rules index d3c4d33..5e307c2 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ override_dh_auto_install: mv debian/tmp/usr/share/doc/yaz debian/tmp/usr/share/doc/yaz-doc override_dh_makeshlibs: - dh_makeshlibs -V 'libyaz5 (>= 5.5.0)' + dh_makeshlibs -V 'libyaz5 (>= 5.7.0)' override_dh_installchangelogs: dh_installchangelogs NEWS