Update ChangeLog
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 6 Nov 2014 19:27:43 +0000 (14:27 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 6 Nov 2014 19:27:43 +0000 (14:27 -0500)
doc/ChangeLog

index fed3a9f..2694a01 100644 (file)
@@ -35,6 +35,8 @@ FreeRADIUS 3.0.5 Mon 15 Sep 2014 15:30:00 EDT urgency=medium
        * better decoding of unknown VSAs
        * When supported by OpenSSL, allow TLS 1.1 and TLS 1.2
          in EAP methods.
+       * Allow multiple new connections to be spawned simultaneously
+         in the connection pool, to cope with spikes in traffic.
 
        Bug fixes
        * Parse list qualifiers in generic LDAP 'valuepair_attribute'
@@ -86,6 +88,9 @@ FreeRADIUS 3.0.5 Mon 15 Sep 2014 15:30:00 EDT urgency=medium
        * make the %{escape:} and %{unescape:} xlat functions UTF8
          safe.
        * Don't escape UTF8 chars in SQL query strings.
+       * Fix issue in cached LDAP group comparisons, which caused
+         checks to sometimes fail.
+       * Fix use after free issue in unlang switch evaluation.
 
 FreeRADIUS 3.0.4 Wed 10 Sep 2014 12:00:00 EDT urgency=medium
        Feature improvements