0.12.2
This commit is contained in:
parent
8e90707d63
commit
67ebff26ce
|
@ -2,6 +2,12 @@
|
||||||
emqttd ChangeLog
|
emqttd ChangeLog
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
0.12.2-beta (2015-10-16)
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
Bugfix: Retained messages should not be expired if 'broker.retained.expired_after = 0' (#346)
|
||||||
|
|
||||||
|
|
||||||
0.12.1-beta (2015-10-15)
|
0.12.1-beta (2015-10-15)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
[
|
[
|
||||||
{description, "Erlang MQTT Broker"},
|
{description, "Erlang MQTT Broker"},
|
||||||
{id, "emqttd"},
|
{id, "emqttd"},
|
||||||
{vsn, "0.12.1"},
|
{vsn, "0.12.2"},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [kernel,
|
{applications, [kernel,
|
||||||
|
|
Loading…
Reference in New Issue