From: Alan T. DeKok Date: Thu, 17 Aug 2017 16:42:31 +0000 (+0200) Subject: note recent changes X-Git-Tag: release_3_0_16~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97c90fa52954d9770aa4afc45ad8bf8fb5d83c8d;p=thirdparty%2Ffreeradius-server.git note recent changes --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 6d3856bdf71..29fc2d49bc8 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,10 @@ FreeRADIUS 3.0.16 Mon 17 Jul 2017 09:00:00 EDT urgency=high Feature improvements + * rlm_python now supports different lists. From #2031. + * Add trust router re-keying. From #2007. + * Add support for Samba / AD LDAP schema. + See oc/schemas/ldap/samba/README.txt and + doc/schemas/ldap/samba/ Bug fixes * Bind the lifetime of program name and python path to the module @@ -11,6 +16,12 @@ FreeRADIUS 3.0.16 Mon 17 Jul 2017 09:00:00 EDT urgency=high correctly. * Fix (SQL-Group == "%{...}") checks, and same for LDAP-Group. Fixes #1947 + * Fix build for winbind. Patch from Alex Clouter. + * Fix checkrad for Mikrotik. Patch from Muchael Ducharme. + * Fix home server stats lookup. Patch from Phil Mayers. + * Add libjson-c3 as an optional dependency. + * Require LTB OpenLDAP on CentOS / Redhat, to avoid linking + against NSS, which breaks the server. Fixes #2040. FreeRADIUS 3.0.15 Mon 17 Jul 2017 09:00:00 EDT urgency=high Feature improvements