]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Note recent changes
authorAlan T. DeKok <aland@freeradius.org>
Mon, 6 Feb 2012 11:24:49 +0000 (12:24 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 6 Feb 2012 11:25:07 +0000 (12:25 +0100)
doc/ChangeLog

index f53e3603e5595c73ac8d1a60de9116d86393619c..d62dfafde14b7aa96d9f43d765d03face4d9691c 100644 (file)
@@ -1,5 +1,7 @@
 FreeRADIUS 2.2.0 Fri 31 Dec 2011 21:00:00 CEST, urgency=medium
        Feature improvements
+       * 100% configuration file compatible with 2.1.x.
+         The only fix needed is to disallow "hashsize=0" for rlm_passwd
        * Update dictionary.aruba, dictionary.apc
        * Switch to using SHA1 for certificate digests instead of MD5.
          See raddb/certs/*.cnf
@@ -14,6 +16,8 @@ FreeRADIUS 2.2.0 Fri 31 Dec 2011 21:00:00 CEST, urgency=medium
        * Added query timeouts to MySQL driver.  Patch from Brian De Wolf.
        * Add /etc/default/freeradius to debian package.
          Patch from Matthew Newton
+       * DHCP capabilitiies are now compiled in by default.
+         It runs as a DHCP server ONLY if you change the configuration.
 
        Bug fixes
        * Fix typo in detail file writer, to skip writing if the packet
@@ -42,7 +46,6 @@ FreeRADIUS 2.2.0 Fri 31 Dec 2011 21:00:00 CEST, urgency=medium
        * Fix minor build issue which would cause rlm_eap to be built twice.
        * When using "status_check=request" for a home server, the username
          and password must be specified, or the server will not start.
-       * Fixed path to dictionary.dhcp in raddb/dictionary
 
 FreeRADIUS 2.1.12 Fri 30 Sept 2011 16:57:38 CEST, urgency=medium
        Feature improvements