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
8 changes: 5 additions & 3 deletions IDMETA
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
DEBIAN_DIST="bullseye bookworm trixie"
UBUNTU_DIST="jammy noble"
CENTOS_DIST="centos7 centos8 centos9 centos10"
VERSION=1.22.3
UBUNTU_DIST="jammy noble resolute"
CENTOS_DIST="centos9 centos10"
ARCH_ubuntu_resolute="amd64 arm64"
ARCH_debian_trixie="amd64 arm64"
VERSION=1.22.4
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/common
Submodule common updated 3 files
+19 −19 common.ent
+3 −0 id.htmlhelp.xsl
+435 −39 style1.css
2 changes: 1 addition & 1 deletion m4
Submodule m4 updated 3 files
+20 −0 .editorconfig
+8 −8 boost.m4
+10 −10 yaz.m4
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.22.2
VERSION=1.22.4

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