0.8.0
This commit is contained in:
parent
a597d2ab6a
commit
eea6d220d5
|
@ -2,6 +2,12 @@
|
||||||
emqttd ChangeLog
|
emqttd ChangeLog
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
0.8.0-alpha (2015-05-16)
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
Improve: emqtt_topic module add join/1, feed_var/3, is_queue/1
|
||||||
|
|
||||||
|
|
||||||
0.7.1-alpha (2015-05-04)
|
0.7.1-alpha (2015-05-04)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{application, emqtt,
|
{application, emqtt,
|
||||||
[
|
[
|
||||||
{description, "Erlang MQTT Common Library"},
|
{description, "Erlang MQTT Common Library"},
|
||||||
{vsn, "0.7.1"},
|
{vsn, "0.8.0"},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [
|
{applications, [
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{application, emqttd,
|
{application, emqttd,
|
||||||
[
|
[
|
||||||
{description, "Erlang MQTT Broker"},
|
{description, "Erlang MQTT Broker"},
|
||||||
{vsn, "0.7.1"},
|
{vsn, "0.8.0"},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [kernel,
|
{applications, [kernel,
|
||||||
|
|
Loading…
Reference in New Issue