diff --git a/ChangeLog b/ChangeLog index 2f3a089..7579605 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2018-05-03 1.7.1 +2018-07-05 1.7.1 License and copyright changes: - Copyright SWITCH @@ -39,15 +39,15 @@ - Fix crash when dynamic discovered server doesn't resolve. 2017-08-02 1.6.9 - Misc: - - Use a listen(2) backlog of 128 (RADSECPROXY-72). - - Bug fixes: - - Don't follow NULL the pointer at debug level 5 (RADSECPROXY-68). - - Completely reload CAs and CRLs with cacheExpiry (RADSECPROXY-50). - - Tie Access-Request log lines to response log lines (RADSECPROXY-60). - - Fix a couple of memory leaks and NULL ptr derefs in error cases. - - Take lock on realm refcount before updating it (RADSECPROXY-77). + Misc: + - Use a listen(2) backlog of 128 (RADSECPROXY-72). + + Bug fixes: + - Don't follow NULL the pointer at debug level 5 (RADSECPROXY-68). + - Completely reload CAs and CRLs with cacheExpiry (RADSECPROXY-50). + - Tie Access-Request log lines to response log lines (RADSECPROXY-60). + - Fix a couple of memory leaks and NULL ptr derefs in error cases. + - Take lock on realm refcount before updating it (RADSECPROXY-77). 2016-09-21 1.6.8 Bug fixes: diff --git a/README b/README index 67dfe4a..6e88b2a 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is radsecproxy 1.7.1-rc1. +This is radsecproxy 1.7.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 32581cb..341df1a 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.1-rc1, radsecproxy@lists.nordu.net) +AC_INIT(radsecproxy, 1.7.1, https://radsecproxy.github.io) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AC_PROG_CC diff --git a/radsecproxy.1 b/radsecproxy.1 index faa3b54..b556ba7 100644 --- a/radsecproxy.1 +++ b/radsecproxy.1 @@ -1,4 +1,4 @@ -.TH radsecproxy 1 "5 May 2018" +.TH radsecproxy 1 "5 July 2018" .SH "NAME" radsecproxy - a generic RADIUS proxy that provides both RADIUS UDP and TCP/TLS (RadSec) transport. @@ -84,7 +84,7 @@ This signal is ignored. .SH "FILES" .TP -.B /etc/radsecproxy.conf +.B /usr/local/etc/radsecproxy.conf .sp The default configuration file. diff --git a/radsecproxy.conf-example b/radsecproxy.conf-example index fddc8fb..c9347ee 100644 --- a/radsecproxy.conf-example +++ b/radsecproxy.conf-example @@ -1,4 +1,4 @@ -# Master config file, must be in /etc/radsecproxy or specified with -c option +# Master config file, must be in /usr/local/etc/radsecproxy or specified with -c option # All possible config options are listed below # First you may define any global options, these are: diff --git a/radsecproxy.conf.5.xml b/radsecproxy.conf.5.xml index c379d76..5c48b3d 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-05-05 + 2018-07-05 radsecproxy.conf 5 - radsecproxy 1.7.1-rc1 + radsecproxy 1.7.1