From 7c9d5fbe83a67934bff42c1093d50daacbf1c083 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Wed, 10 Sep 2014 09:57:22 -0400 Subject: [PATCH] note recent changes --- debian/changelog | 9 +++++++-- doc/ChangeLog | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d591d5e995a7b..10ae0d978708c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,7 +24,10 @@ freeradius (3.0.4) stable; urgency=medium - Foundational work for dynamic home servers. They do not yet work, but this is now only a matter of updating the "realm" module in a future release. - Support &attr[*] syntax to copy all instances of an attribute when used with the += operator in an update section. May be qualified with a tag. - The logintime and expiration modules can now be listed in the post-auth section. This makes some configurations simpler. - - Allow integer comparisons in conditions, without casts. + - Allow comparison of integer attributes of different sizes without requiring a cast. + - rlm_sqlippool is now IPV6 capable. Set "ipv6 = yes" to get Framed-IPv6-Prefix returned. The SQL queries have NOT been updated. Please submit patches. + - The debian build now checks for the OpenSSL package with the heartbleed fix, and if found, sets: allow_vulnerable_openssl = 'CVE-2014-0160' + - allow bootstrap from multiple files in sqlite driver. * Bug fixes - make case-insensitive regular expressions work again, and add tests for them. - A few more talloc parenting issues @@ -70,8 +73,10 @@ freeradius (3.0.4) stable; urgency=medium - When clients are loaded from SQL, allow them to be tied to a virtual server. - Check for -lpcre. The system might have pcre.h without -lpcre. - When proxying to a virtual server, use the proxy_reply instead of ignoring it. + - Fixed typos in DHCP SQL IPPool. + - Fix crash when passing multiple arguments to Perl xlat. - -- Alan DeKok Tue, 09 Sep 2014 12:00:00 -0400 + -- Alan DeKok Wed, 10 Sep 2014 12:00:00 -0400 freeradius (3.0.3+git) unstable; urgency=medium diff --git a/doc/ChangeLog b/doc/ChangeLog index cbe7783971ec7..69d840413e05b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,4 +1,4 @@ -FreeRADIUS 3.0.4 Mon 12 May 2014 15:30:00 EDT urgency=medium +FreeRADIUS 3.0.4 Wed 10 Sep 2014 12:00:00 EDT urgency=medium Feature improvements * Home server "response_window" can now take fractions of a second. See proxy.conf.