From f8ada9b8b64141c9a5abe2857bd53d0fe7be2456 Mon Sep 17 00:00:00 2001 From: Fabian Mauchle Date: Mon, 23 Jan 2023 14:48:26 +0100 Subject: [PATCH] ready for radsecproxy 1.9.2 --- ChangeLog | 2 +- README | 2 +- configure.ac | 2 +- radsecproxy.conf.5.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index eff9806..2163c95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -unreleased changes +2023-01-23 1.9.2 Bug Fixes: - Fix potential segfault in tcp log message - Fix DTLS over IPv6 diff --git a/README b/README index 20f9bb4..651e678 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is radsecproxy 1.9.1 +This is radsecproxy 1.9.2 radsecproxy is a generic RADIUS proxy that supports both UDP and TLS (RadSec) RADIUS transports. There is also experimental support for diff --git a/configure.ac b/configure.ac index 08fb221..3c3c119 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Copyright (c) 2006-2010, UNINETT AS dnl Copyright (c) 2010-2013,2016, NORDUnet A/S dnl See LICENSE for licensing information. -AC_INIT([radsecproxy],[1.9.1],[https://radsecproxy.github.io]) +AC_INIT([radsecproxy],[1.9.2],[https://radsecproxy.github.io]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE diff --git a/radsecproxy.conf.5.in b/radsecproxy.conf.5.in index 8bd3786..d3d7e68 100644 --- a/radsecproxy.conf.5.in +++ b/radsecproxy.conf.5.in @@ -1,4 +1,4 @@ -.TH radsecproxy.conf 5 2021-10-25 "radsecproxy 1.9.1" "" +.TH radsecproxy.conf 5 2023-01-23 "radsecproxy 1.9.2" "" .SH NAME radsecproxy.conf \- Radsec proxy configuration file