Skip to content

Commit

Permalink
Note recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed May 12, 2014
1 parent 52c3d1d commit 3366cf0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FreeRADIUS 3.0.3 Fri 21 Mar 2014 08:30:00 EDT urgency=medium
FreeRADIUS 3.0.3 Mon 12 May 2014 15:30:00 EDT urgency=medium
Feature improvements
* Everything now builds with no warnings from the C compiler,
clang static analyzer, or cppcheck.
Expand Down Expand Up @@ -53,9 +53,11 @@ FreeRADIUS 3.0.3 Fri 21 Mar 2014 08:30:00 EDT urgency=medium
* many enhancements to radsniff, including output
to collectd, ipv6 support and packet loss statistics.
* Many dictionary updates (ZTE, Brocade, Motorola).
* rlm_yubikey now automatically splits passwords from OTP
* rlm_yubikey now automatically splits passwords from OTP
strings.

* The detail file reader is now threaded by default.
This should improve performance reading the files.

Bug fixes
* Fix xlat expression %{attribute[n]} so that it actually
returns the n'th attribute instead of the first one.
Expand Down Expand Up @@ -122,10 +124,11 @@ FreeRADIUS 3.0.3 Fri 21 Mar 2014 08:30:00 EDT urgency=medium
need double escaping (\\) of the backslash.
* The connection pools no longer have one connection used twice
in certain rare conditions.
* Use self pipes for internal signals. The code was there, but for
some reason was unused.
* Use self pipes for internal signals. The code was there, but was
unused.
* Don't crash if there are outstanding EAP sessions and were told to
exit gracefully.
* Fix typo in dictionary.rfc4072

FreeRADIUS 3.0.2 Fri 21 Mar 2014 08:30:00 EDT urgency=medium
Feature improvements
Expand Down

0 comments on commit 3366cf0

Please sign in to comment.