Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion IDMETA
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEBIAN_DIST="bookworm bullseye"
UBUNTU_DIST="noble jammy focal"
CENTOS_DIST="centos7 centos8 centos9"
VERSION=1.22.0
VERSION=1.22.1
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
--- 1.22.1 2025/05/21

frontend_net: log listening ports on startup.

zeerex_explain: avoid excessive buffer copy when generating
XML Explain response.

--- 1.22.0 2025/05/06

zeerex_explain: fix ref to freed memory (#45)
Expand Down
2 changes: 1 addition & 1 deletion win/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
DEBUG=0 # 0 for release, 1 for debug

# Metaproxy version
VERSION=1.21.0
VERSION=1.22.1

# YAZ and YAZ++ directories
YAZ_DIR=..\..\yaz
Expand Down