Skip to content

Commit

Permalink
Merge pull request #51 from 0xAX/rel-0.6.6
Browse files Browse the repository at this point in the history
release v0.7.0
  • Loading branch information
surik committed Dec 28, 2015
2 parents 4ee880e + 34997ff commit fc2d43b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ eradius

A generic RADIUS client and server.

Version 0.7.0 - 28 Dec 2015
---------------------------
* use NasId instead of NasIp and Server name instead of Server name + port
* Fixed removing nas from nas_tab when reconfiguring
* Fixed metrics datapoints
* deleted uptime from SERVER_METRICS list to prevent duplicated subscriptions
* fixed return value of the update_uptime/1
* add IP ranges for NAS clients
* added request-type and -id to request logging
* add tetrapak override for erlang:timestamp/0
* add possibility to reconfigure logger
* disable logging on failure
* fix ip4_address format for NAS IP and add test case
* ensure the encoded values do not exceed the maximum attribute length
* properly initialize the authenticator
* initial support for exometer metrics
* add client metrics

Version 0.6.5 - 1 Jul 2015
---------------------------
* remote handler doesn't change io to standart io of local node anymore
Expand Down
2 changes: 1 addition & 1 deletion src/eradius.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%% vim: ft=erlang
{application, eradius, [
{description, "Erlang RADIUS server"},
{vsn, "0.6.2"},
{vsn, "0.7.0"},
{registered, [eradius_dict, eradius_sup, eradius_server_top_sup, eradius_server_sup, eradius_server_mon]},
{applications, [kernel, stdlib, crypto, lager, exometer_core]},
{mod, {eradius, []}},
Expand Down

0 comments on commit fc2d43b

Please sign in to comment.