From 1c168fe3ed3a185efeaec7559f3c451a190707e6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 31 Jan 2023 18:58:27 +0100 Subject: [PATCH] 1.21.0 --- IDMETA | 2 +- NEWS | 6 ++++++ debian/.gitignore | 1 - win/makefile | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/IDMETA b/IDMETA index a3def396..356e9e8c 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="bullseye buster stretch" UBUNTU_DIST="jammy focal bionic xenial trusty" CENTOS_DIST="centos7 centos8" -VERSION=1.20.1 +VERSION=1.21.0 diff --git a/NEWS b/NEWS index 64560234..8ad44f20 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +--- 1.21.0 2023/01/31 + +frontend_net: 0 limit means no connections allowed. + +Avoid deprecated headers in unit tests. Require Boost 1.34 or later. Until now, Boost 1.33 was still supported. + --- 1.20.1 2022/12/14 Upgrade to autoconf 2.69. diff --git a/debian/.gitignore b/debian/.gitignore index a662257b..bbb42ae7 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -8,4 +8,3 @@ tmp *.log *.debhelper *.substvars -changelog diff --git a/win/makefile b/win/makefile index 591780b0..1cc71c3f 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.20.0 +VERSION=1.21.0 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz