From: Alan T. DeKok Date: Fri, 28 Sep 2012 08:37:51 +0000 (+0200) Subject: Prepare for 2.2.1 X-Git-Tag: release_2_2_1~262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab03534ed7df7fa2b05f29212c49a90e248a970a;p=thirdparty%2Ffreeradius-server.git Prepare for 2.2.1 --- diff --git a/VERSION b/VERSION index ccbccc3dc62..c043eea7767 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.0 +2.2.1 diff --git a/doc/ChangeLog b/doc/ChangeLog index 3ff0467faed..bc9af3d86e3 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,20 @@ +FreeRADIUS 2.2.1 Mon 10 Sep 2012 12:00:00 CEST, urgency=medium + Feature improvements + * Updated dictionary.alcatel, dictionary.bskyb + * Added %{randstr:..} support. Creates random strings in a + controllable format. + + Bug fixes + * Skip OCSP if there's no host / port / url, with soft_fail + * Properly decode AT_IDENTITY in EAP-SIM. Patch from Iliya Peregoudov + * Thread max_queue_size has better bounds checking. + * Use correct variable for warning message if the user misconfigures + the server. + * radtest is more generous about parsing ppphint + * radeapclient now accepts -4 and -6, just like radclient. + Patch from John Dennis. + + FreeRADIUS 2.2.0 Mon 10 Sep 2012 12:00:00 CEST, urgency=medium Feature improvements * 100% configuration file compatible with 2.1.x.