diff --git a/ChangeLog b/ChangeLog index 4f9329e..c1943fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2021-05-11 1.9.0-rc1 +2021-05-28 1.9.0 New features: - Accept multiple source* configs for IPv4/v6 - Specify source per server @@ -14,6 +14,11 @@ - Log CUI and operator-name if present - Log CN for incomming TLS connections + Bug Fixes: + - Fix overlapping log lines + - Fix memory leak in logging + - Fix dynidsc example scripts input validation (CVE-2021-32642) + 2020-08-06 1.8.2 Bug fixes: - Fix wrong config-unhexing if %25 (%) occurs diff --git a/README b/README index 2653049..20700fa 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is radsecproxy 1.9.0-rc1 +This is radsecproxy 1.9.0 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 8b8266d..630fcac 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.9.0-rc1],[https://radsecproxy.github.io]) +AC_INIT([radsecproxy],[1.9.0],[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 1f3946f..87482c1 100644 --- a/radsecproxy.conf.5.in +++ b/radsecproxy.conf.5.in @@ -1,4 +1,4 @@ -.TH radsecproxy.conf 5 2021-05-11 "radsecproxy 1.9.0-rc1" "" +.TH radsecproxy.conf 5 2021-05-28 "radsecproxy 1.9.0" "" .SH NAME radsecproxy.conf \- Radsec proxy configuration file