From 2dc57e05b7487ebe5124f43793af6943701b276f Mon Sep 17 00:00:00 2001 From: Fabian Mauchle Date: Fri, 21 Jun 2019 16:53:47 +0200 Subject: [PATCH] ready for 1.8.0-rc1 --- ChangeLog | 2 +- README | 2 +- configure.ac | 2 +- radsecproxy.conf.5 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index f3013af..bd7ac86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -20190531 1.8.0-beta +20190621 1.8.0-rc1 New features: - Rewrite: supplement attribute (add attribute if not present) (#19) - Rewrite: modify vendor attribute diff --git a/README b/README index 7cd4c07..fca1358 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is radsecproxy 1.8.0-beta +This is radsecproxy 1.8.0-rc1 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 920389c..5875d35 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-beta, https://radsecproxy.github.io) +AC_INIT(radsecproxy, 1.8.0-rc1, https://radsecproxy.github.io) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE diff --git a/radsecproxy.conf.5 b/radsecproxy.conf.5 index 32e4d41..30ae913 100644 --- a/radsecproxy.conf.5 +++ b/radsecproxy.conf.5 @@ -1,4 +1,4 @@ -.TH radsecproxy.conf 5 2019-05-31 "radsecproxy 1.8.0" "" +.TH radsecproxy.conf 5 2019-06-21 "radsecproxy 1.8.0" "" .SH NAME radsecproxy.conf \- Radsec proxy configuration file