]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
note recent changes
authorAlan T. DeKok <aland@freeradius.org>
Thu, 17 Aug 2017 16:42:31 +0000 (18:42 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 17 Aug 2017 16:42:31 +0000 (18:42 +0200)
doc/ChangeLog

index 6d3856bdf718bd32123e3d5f7053fa0b1b5067f3..29fc2d49bc8fe18dc12fa736324af6fa37b90e56 100644 (file)
@@ -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