From dec0c8a0b762132468cc8264c1b220eae1c67bd7 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 12 Jan 2023 12:06:56 +0100 Subject: [PATCH] Version 5.34.0 --- IDMETA | 2 +- NEWS | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/IDMETA b/IDMETA index 9af12d21..e6ca2b30 100755 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="bullseye buster stretch" UBUNTU_DIST="jammy focal bionic xenial trusty" CENTOS_DIST="centos7 centos8" -VERSION=5.33.0 +VERSION=5.34.0 diff --git a/NEWS b/NEWS index 5d2ef0af..b791c9ba 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +--- 5.34.0 2023/01/12 + +Fixes to Solr response decoding. + +Fix compilation with Visual Studio Failed for YAZ 5.33.0. + +JSON pretty-printed same way as jq for yaz-json-parse and yaz-marcdump +utilities. + --- 5.33.0 2022/12/14 yaz-marcdump: SAX based MARCXML parsing. This is about 3 times faster