diff --git a/ChangeLog b/ChangeLog index 7b17fae..cccb273 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2018-08-27 1.7.2-rc1 +2018-09-03 1.7.2 Misc: - Always copy proxy-state attributes in own responses - Authenticate own access-reject responses diff --git a/README b/README index 37306a2..5ab8534 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is radsecproxy 1.7.2-rc1. +This is radsecproxy 1.7.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 2ac2342..55e16a8 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-rc1, https://radsecproxy.github.io) +AC_INIT(radsecproxy, 1.7.2, https://radsecproxy.github.io) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AC_PROG_CC diff --git a/radsecproxy.conf.5.xml b/radsecproxy.conf.5.xml index 11f6dae..d0cc6d0 100644 --- a/radsecproxy.conf.5.xml +++ b/radsecproxy.conf.5.xml @@ -2,12 +2,12 @@ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> - 2018-08-27 + 2018-09-03 radsecproxy.conf 5 - radsecproxy 1.7.2-rc1 + radsecproxy 1.7.2 @@ -156,7 +156,7 @@ blocktype name { specify another syslog facility, or you may specify that logging should be to a particular file, not using syslog. The value must be either a file or syslog URL. The - file URL is the standard one file:///var/log/radius.log + file URL is the standard one file:///var/log/radius.log , specifying a local file that should be used. For syslog, you must use the syntax: x-syslog:///FACILITY where