From 16169795f9e941bac272ae66b3b48b7cbf3647f4 Mon Sep 17 00:00:00 2001
From: Jakub Skoczen <jakub@indexdata.com>
Date: Thu, 19 Sep 2024 16:53:55 +0200
Subject: [PATCH] Version 5.34.2

---
 IDMETA | 4 ++--
 NEWS   | 6 ++++++
 2 files changed, 8 insertions(+), 2 deletions(-)

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