]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Note recent changes
authorAlan T. DeKok <aland@freeradius.org>
Fri, 24 Aug 2012 09:48:03 +0000 (11:48 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 24 Aug 2012 09:48:03 +0000 (11:48 +0200)
doc/ChangeLog

index 5313c9676f03a10d9aa3308e16e1bc14c0a53c2e..086e936f0eb1333a5f485f5e65f0ccf6137b35be 100644 (file)
@@ -2,7 +2,8 @@ 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 Aruba, APC, PaloAlto, Pureware, and Mikrotik dictionaries
+       * Update Aruba, APC, PaloAlto, Pureware, Redback, and Mikrotik
+         dictionaries
        * Switch to using SHA1 for certificate digests instead of MD5.
          See raddb/certs/*.cnf
        * Added copyright statements to the dictionaries, so that we know
@@ -22,6 +23,7 @@ FreeRADIUS 2.2.0 Fri 31 Dec 2011 21:00:00 CEST, urgency=medium
          ID.
        * Script to convert ISC DHCP lease files to SQL pools.
          See scripts/isc2ippool.pl
+       * Added rlm_cache.
 
        Bug fixes
        * Fix typo in detail file writer, to skip writing if the packet
@@ -72,6 +74,8 @@ FreeRADIUS 2.2.0 Fri 31 Dec 2011 21:00:00 CEST, urgency=medium
        * Build main Debian package without SQL dependencies
        * Use max_queue_size in threading code
        * Update permissions in raddb/sql/postgresql/admin.sql
+       * Added OpenSSL_add_all_algorithms() to fix issues where OpenSSL
+         wouldn't use methods it knew about.
 
 FreeRADIUS 2.1.12 Fri 30 Sept 2011 16:57:38 CEST, urgency=medium
        Feature improvements