diff --git a/IDMETA b/IDMETA index 8fc220d1..ea447975 100755 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="bullseye buster stretch jessie" UBUNTU_DIST="jammy impish hirsute focal bionic xenial trusty" -CENTOS_DIST="centos8 centos7" -VERSION=5.31.1 +CENTOS_DIST="" +VERSION=5.32.0 diff --git a/NEWS b/NEWS index b6e7e032..c3924a67 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +--- 5.32.0 2022/05/30 + +Upgrade configure.ac to version 2.69. Avoid obsolete macros. + +backtrace: allow gdb to operate on this process. + +backtrace: hard exit if backtrace hangs. + +yaz-marcdump: limit, offset options. Limit(-L), offset(-O) allows records +in range to be processed. + --- 5.31.1 2021/12/19 Fixed #61: yaz-url redirect segfault in case of redirect host failure.