From: Alan T. DeKok Date: Thu, 28 Aug 2014 19:35:01 +0000 (-0400) Subject: Note recent changes X-Git-Tag: release_3_0_5~683 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9eeaa4f5fcb022e002b2a8f7741d99ab7053a98;p=thirdparty%2Ffreeradius-server.git Note recent changes --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 0046495b3cc..def50881aad 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -45,6 +45,7 @@ FreeRADIUS 3.0.4 Mon 12 May 2014 15:30:00 EDT urgency=medium 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. Bug fixes * make case-insensitive regular expressions work again, and add tests @@ -112,6 +113,11 @@ FreeRADIUS 3.0.4 Mon 12 May 2014 15:30:00 EDT urgency=medium * Fix error in sqlite postauth query * Evaluate argument to "switch" statements once, instead of for each "case" statement. + * Define sig_t on systems without it. Closes #765. + * Fix boundary issue with rlm_rest. Closes #768 + * Optimize "%{Attribute-Name}" in comparisons only if the dictionary + types match. + * Don't do chmod() in rad_mkdir() FreeRADIUS 3.0.3 Mon 12 May 2014 15:30:00 EDT urgency=medium Feature improvements