Note recent changes
authorAlan T. DeKok <aland@freeradius.org>
Wed, 29 Oct 2014 19:32:04 +0000 (15:32 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 29 Oct 2014 19:32:15 +0000 (15:32 -0400)
doc/ChangeLog

index 87b114f..54cab88 100644 (file)
@@ -27,6 +27,7 @@ FreeRADIUS 3.0.5 Mon 15 Sep 2014 15:30:00 EDT urgency=medium
        * Do context-specific indenting in debug messages.  This makes
          the debug output easier to read.
        * Make configuration a separate RPM, just like for Debian.
+       * better decoding of unknown VSAs
 
        Bug fixes
        * Parse list qualifiers in generic LDAP 'valuepair_attribute'
@@ -68,7 +69,11 @@ FreeRADIUS 3.0.5 Mon 15 Sep 2014 15:30:00 EDT urgency=medium
        * Fix decoding of Starent attributes.
        * When a module asks for a connection, don't return idle
          connections.
-       * LDAP connection timeouts trigger a retry.
+       * LDAP connection timeouts will now retry, instead of failing.
+       * Prevent race conditions between fork and wait for child.
+         Patch from James Rouzier.
+       * Fix triggers for connection pools.  Patches from
+         Nikolai Kondrashov.
 
 FreeRADIUS 3.0.4 Wed 10 Sep 2014 12:00:00 EDT urgency=medium
        Feature improvements