]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Notes for 2.1.8
authorAlan T. DeKok <aland@freeradius.org>
Fri, 11 Dec 2009 13:51:48 +0000 (14:51 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 11 Dec 2009 13:54:16 +0000 (14:54 +0100)
debian/changelog
doc/ChangeLog

index 5263bf30bccb34d2860edf6a8e6246eb82471400..c934fef413fa086ec0e7df79a584d21d43917934 100644 (file)
@@ -1,4 +1,5 @@
 freeradius (2.1.8-0) unstable; urgency=medium
+  * New upstream release.
 
  -- Alan DeKok <aland@freeradius.org>  Mon, 1 Jan 1999 01:00:00 +0100
 
index b01acc9c66fa6999708dd5b44dc326954a427da0..d51e69ebebb063a0bb16bfca3517568c4282a3cc 100644 (file)
@@ -6,6 +6,8 @@ FreeRADIUS 2.1.8 Mon Jan 1 1:00:00 CEST 1999;  , urgency=medium
          last field in an ATTRIBUTE definition.
        * Commands received from radmin are now printed on stdout when
          in debugging mode.
+       * Allow accounting packets to be written to a detail file, even
+         if they were read from a different detail file.
 
        Bug fixes
        * DHCP sockets can now set the broadcast flag before binding to a
@@ -21,13 +23,20 @@ FreeRADIUS 2.1.8 Mon Jan 1 1:00:00 CEST 1999;  , urgency=medium
        * Proxying large numbers of packets no longer gives error
          "unable to open proxy socket".
        * Avoid mutex locks in libc after fork
-       * Retry packet from  detail file if there was no response.
+       * Retry packet from detail file if there was no response.
        * Removed all recursive use of mutexes.  Some systems just don't
          support this.
        * Allow !* to work as documented.
        * make templates work (see templates.conf)
        * Enabled "allow_core_dumps" to work again
-       * Fixed corner cases inconditional dynamic expansion.
+       * Print better errors when reading invalid dictionaries
+       * Sign client certificates with CA, rather than server certs.
+       * Fix potential crash in rlm_passwd when file was closed
+       * Fixed corner cases in conditional dynamic expansion.
+       * Use InnoDB for MySQL IP Pools, to gain transactional support
+       * Apply patch to libltdl for CVE-2009-3736.
+       * Fix corner case where proxying would erroneously mark home
+         servers down.
 
 FreeRADIUS 2.1.7 Mon Sept 14 11:20:00 CEST 2009;  , urgency=medium
        Feature improvements