vsn 0.1.4
This commit is contained in:
parent
ba5e21278e
commit
3979c83550
6
CHANGES
6
CHANGES
|
@ -1,3 +1,9 @@
|
|||
Changes with emqtt 0.1.4 04 Jan 2012
|
||||
|
||||
*) Bugfix: fix "mosquitto_sub -q 2 ......" bug
|
||||
|
||||
*) Bugfix: fix keep alive bug
|
||||
|
||||
Changes with emqtt 0.1.3 04 Jan 2012
|
||||
|
||||
*) Feature: support QOS2 PUBREC, PUBREL,PUBCOMP messages
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{application, emqtt,
|
||||
[
|
||||
{description, "erlang mqtt broker"},
|
||||
{vsn, "0.1.3"},
|
||||
{vsn, "0.1.4"},
|
||||
{modules, [
|
||||
emqtt,
|
||||
emqtt_app,
|
||||
|
|
Loading…
Reference in New Issue