0.12.3
This commit is contained in:
parent
8bddc3e327
commit
fd7276c587
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue