From 5e07792dd6dae9241faabb1705a4005716ce6703 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 21 May 2026 09:30:51 +0200 Subject: [PATCH 1/2] update m4, doc/common, dist updates --- IDMETA | 6 ++++-- doc/common | 2 +- m4 | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/IDMETA b/IDMETA index 9bb1a5b..08d6d1f 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,6 @@ DEBIAN_DIST="bullseye bookworm trixie" -UBUNTU_DIST="jammy noble" -CENTOS_DIST="centos7 centos8 centos9 centos10" +UBUNTU_DIST="jammy noble resolute" +CENTOS_DIST="centos9 centos10" +ARCH_ubuntu_resolute="amd64 arm64" +ARCH_debian_trixie="amd64 arm64" VERSION=1.22.3 diff --git a/doc/common b/doc/common index 9fb378e..34b6301 160000 --- a/doc/common +++ b/doc/common @@ -1 +1 @@ -Subproject commit 9fb378eb77b7bb5004580afcb2830671d68dbf8a +Subproject commit 34b6301de5e648bf5444d0f27bbaeaa254bded71 diff --git a/m4 b/m4 index aa2a16f..7d0de47 160000 --- a/m4 +++ b/m4 @@ -1 +1 @@ -Subproject commit aa2a16fefaf06f6f7c343ea85c7aabd5310ca826 +Subproject commit 7d0de47b22739b4c13272604c60d3152b9cb55a2 From bf9643331e5c2a61dc6d1a0d15367a8a7227c7ad Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 21 May 2026 09:34:55 +0200 Subject: [PATCH 2/2] Version 1.22.4 --- IDMETA | 2 +- NEWS | 6 ++++++ win/makefile | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 08d6d1f..3c2e56a 100644 --- a/IDMETA +++ b/IDMETA @@ -3,4 +3,4 @@ UBUNTU_DIST="jammy noble resolute" CENTOS_DIST="centos9 centos10" ARCH_ubuntu_resolute="amd64 arm64" ARCH_debian_trixie="amd64 arm64" -VERSION=1.22.3 +VERSION=1.22.4 diff --git a/NEWS b/NEWS index b0014d8..783db8e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +--- 1.22.4 2026/05/21 + +Update CSS for documentation. + +Make packages for Ubuntu 26.04 LTS (Resolute Raccoon). + --- 1.22.3 2026/01/28 Debian: systemd service for metaproxy diff --git a/win/makefile b/win/makefile index 7775f87..19f7cff 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.22.2 +VERSION=1.22.4 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz