From 087f19407a64d353058f2faf7b51479340651cda Mon Sep 17 00:00:00 2001 From: Fabian Mauchle Date: Thu, 6 Aug 2020 13:58:50 +0200 Subject: [PATCH] ready for radsecproxy 1.8.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 f6c8159..af1b336 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -chanes since 1.8.1 +2020-08-06 1.8.2 Bug fixes: - Fix wrong config-unhexing if %25 (%) occurs - Fix compatibility with GCC 10 (#63) diff --git a/README b/README index 28dfdc2..8e74ab1 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is radsecproxy 1.8.1 +This is radsecproxy 1.8.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 a5b8356..00feb06 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.8.1, https://radsecproxy.github.io) +AC_INIT(radsecproxy, 1.8.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 d2f947e..0fa6f47 100644 --- a/radsecproxy.conf.5.in +++ b/radsecproxy.conf.5.in @@ -1,4 +1,4 @@ -.TH radsecproxy.conf 5 2019-10-01 "radsecproxy 1.8.1" "" +.TH radsecproxy.conf 5 2020-08-06 "radsecproxy 1.8.2" "" .SH NAME radsecproxy.conf \- Radsec proxy configuration file