Merge pull request #355 from emqtt/dev-feng

0.12.3
This commit is contained in:
Feng Lee 2015-10-22 10:33:17 +08:00
commit 933557320d
3 changed files with 11 additions and 3 deletions

View File

@ -2,6 +2,14 @@
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)
-------------------------

View File

@ -1,8 +1,8 @@
{application, emqttd,
[
{description, "Erlang MQTT Broker"},
{id, "emqttd"},
{vsn, "0.12.2"},
{vsn, "0.12.3"},
{description, "Erlang MQTT Broker"},
{modules, []},
{registered, []},
{applications, [kernel,

View File

@ -80,7 +80,7 @@
priority,
trap_exit,
reductions,
binary,
%%binary,
last_calls,
catchlevel,
trace,