From: Alan T. DeKok Date: Fri, 30 Aug 2019 17:48:34 +0000 (-0400) Subject: note recent changes X-Git-Tag: release_3_0_20~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b10349cd8a723084bed6f3d18753d55ac33e0c8b;p=thirdparty%2Ffreeradius-server.git note recent changes --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 92ef610d9e0..921850fb400 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -30,6 +30,9 @@ FreeRADIUS 3.0.20 Wed 10 Apr 2019 09:00:00 EDT urgency=low * Added rlm_sql_mongo. See raddb/mods-available/sql Note that this module is experimental. * Added more documentation in sites-available/robust-proxy-accounting + * sqlippool now re-allocates unexpired leases, to prevent IP pool + exhaustion when clients perform multiple reauthentication attempts. + Patch from Terry Burton. Bug fixes * Allow listen.ipaddr to reference an IPv6-only host. Fixes #2627.