diff --git a/IDMETA b/IDMETA index d500aaa7..93bc7086 100755 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="bookworm bullseye" UBUNTU_DIST="noble jammy focal" -CENTOS_DIST="centos9" -VERSION=5.34.2~pre +CENTOS_DIST="centos7 centos8 centos9" +VERSION=5.34.2 diff --git a/NEWS b/NEWS index d4cb9207..5fa46c20 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +--- 5.34.2 2024/09/19 + +Fix search regression with OCLC's "Sisis InfoGuide" origin #127 + +Packaging: add Debian Bookworm, Ubuntu Noble and CentOS Stream 9 + --- 5.34.1 2024/06/18 Build: fix implicit atoi/stdlib includes (libxml >2.12) #104