commit
933557320d
|
@ -2,6 +2,14 @@
|
||||||
emqttd ChangeLog
|
emqttd ChangeLog
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
0.12.3-beta (2015-10-22)
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
Bugfix: emqttd_sysmon crasher for 'undefined' process_info (#350)
|
||||||
|
|
||||||
|
Bugfix: emqttd_client: catch parser exception (#353)
|
||||||
|
|
||||||
|
|
||||||
0.12.2-beta (2015-10-16)
|
0.12.2-beta (2015-10-16)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{application, emqttd,
|
{application, emqttd,
|
||||||
[
|
[
|
||||||
{description, "Erlang MQTT Broker"},
|
|
||||||
{id, "emqttd"},
|
{id, "emqttd"},
|
||||||
{vsn, "0.12.2"},
|
{vsn, "0.12.3"},
|
||||||
|
{description, "Erlang MQTT Broker"},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [kernel,
|
{applications, [kernel,
|
||||||
|
|
|
@ -80,7 +80,7 @@
|
||||||
priority,
|
priority,
|
||||||
trap_exit,
|
trap_exit,
|
||||||
reductions,
|
reductions,
|
||||||
binary,
|
%%binary,
|
||||||
last_calls,
|
last_calls,
|
||||||
catchlevel,
|
catchlevel,
|
||||||
trace,
|
trace,
|
||||||
|
|
Loading…
Reference in New Issue