diff --git a/ChangeLog b/ChangeLog index 910354a..3522d9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -changes since 1.7.2 +20190531 1.8.0-beta New features: - Rewrite: supplement attribute (add attribute if not present) (#19) - Rewrite: modify vendor attribute @@ -12,10 +12,10 @@ changes since 1.7.2 Compile fixes: - Fix compile issues on bsd - - Fix server selection when udp were unreachable for long periods Bug fixes: - Handle %00 in config correctly (#31) + - Fix server selection when udp were unreachable for long periods 2018-09-03 1.7.2 Misc: diff --git a/README b/README index 5ab8534..7cd4c07 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is radsecproxy 1.7.2. +This is radsecproxy 1.8.0-beta 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 7c1ebe2..cd23429 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.7.2, https://radsecproxy.github.io) +AC_INIT(radsecproxy, 1.8.0-beta, https://radsecproxy.github.io) AC_CANONICAL_TARGET AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE diff --git a/radsecproxy.conf.5 b/radsecproxy.conf.5 index 10584f2..827f50d 100644 --- a/radsecproxy.conf.5 +++ b/radsecproxy.conf.5 @@ -1,4 +1,4 @@ -.TH radsecproxy.conf 5 2018-07-05 "radsecproxy 1.7.1" "" +.TH radsecproxy.conf 5 2019-05-31 "radsecproxy 1.8.0" "" .SH NAME radsecproxy.conf \- Radsec proxy configuration file