From de8b9434a19d34da77215cc6093700bccb5115d9 Mon Sep 17 00:00:00 2001 From: Fabian Mauchle Date: Mon, 30 Sep 2019 16:32:08 +0200 Subject: [PATCH] ready for radsecproxy 1.8.1 --- 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 4c56953..aed6337 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2019-09-30 changes since 1.8.0 +2019-10-01 1.8.1 Bug fixes: - Handle Tunnel-Password attribute correctly - Fix BSD platform issues diff --git a/README b/README index 9ce2df2..28dfdc2 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is radsecproxy 1.8.0 +This is radsecproxy 1.8.1 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 4d53e89..a5b8356 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.0, https://radsecproxy.github.io) +AC_INIT(radsecproxy, 1.8.1, 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 5b79e82..10d9a3f 100644 --- a/radsecproxy.conf.5.in +++ b/radsecproxy.conf.5.in @@ -1,4 +1,4 @@ -.TH radsecproxy.conf 5 2019-07-04 "radsecproxy 1.8.0" "" +.TH radsecproxy.conf 5 2019-10-01 "radsecproxy 1.8.1" "" .SH NAME radsecproxy.conf \- Radsec proxy configuration file