From: Alan T. DeKok Date: Wed, 25 Nov 2015 16:57:20 +0000 (-0500) Subject: note recent changes X-Git-Tag: release_3_0_11~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14200e8cd226a85789e2a144ba55a29321c758ff;p=thirdparty%2Ffreeradius-server.git note recent changes --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 7abbb85fcbc..6a08d5739a7 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -7,6 +7,12 @@ FreeRADIUS 3.0.11 Mon 05 Oct 2015 15:00:00 EDT urgency=medium subsection. This allows the disablign of OpenSSL auto-chaining of certificates. Which it can get wrong. * Added printing of coa and disconnect stats (radmin). + * radclient defaults to expecting Access-Accept responses + to Status-Server. + * Updated dictionary.lancom, dictionary.starent. + * Portability fixes for Solaris. + * More errors from ntlm_auth gets passed to MS-CHAP. + * Update abfab-tr-idp virtual server. Bug fixes * Fix issue where field nas_type would not be accessible via @@ -15,9 +21,19 @@ FreeRADIUS 3.0.11 Mon 05 Oct 2015 15:00:00 EDT urgency=medium calls to msg_callback with 'pseudo' content types. * Data type "ipv4prefix" are parsed correctly. * Use correct talloc context in rlm_exec. Fixes #1338. + * Complain in unlang if "else" is used with no previous + "if" or "elsif". + * Send accounting status packets to the accounting port. + Fixes #1364. + * Print out CFLAGS when doing "radiusd -Xxv" * Fixed bug with coa/acct stats value #1339. Based on patch from Jorge Pereira. + * Fixes for LEAP proxying. Don't use LEAP! + * Fix issue with "directory already exists" seen when doing + "make install". * Fixed bug with radmin related to the option "stats detail " + * Complain if the detail file reader does not have permission + to read the "detail.work" file. Fixes #1398 FreeRADIUS 3.0.10 Mon 05 Oct 2015 15:00:00 EDT urgency=medium Feature improvements