From d0ca01c1d169303823e8ad5ba1e1877bc2127d31 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Wed, 10 Dec 2014 19:50:21 +0800 Subject: [PATCH] 0.2.0 --- CHANGELOG | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ CHANGES | 39 --------------------------------------- 2 files changed, 48 insertions(+), 39 deletions(-) create mode 100644 CHANGELOG delete mode 100644 CHANGES diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 000000000..262cc4dbb --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,48 @@ + +Changes with emqtt 0.2.0 07 Dec 2014 + +*) rewrite the project, integrate with esockd, mochiweb + +*) support MQTT 3.1.1 + +*) support HTTP to publish message + +Changes with emqtt 0.1.5 05 Jan 2012 + +*) Bugfix: remove QOS_1 match when handle PUBREL request + +*) Bugfix: reverse word in emqtt_topic:words/1 function + + +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 + +*) Bugfix: fix emqtt_frame to encode/decoe PUBREC/PUBREL messages + + +Changes with emqtt 0.1.2 27 Dec 2012 + +*) Feature: release support like riak + +*) Bugfix: use ?INFO/?ERROR to print log in tcp_listener.erl + + +Changes with emqtt 0.1.1 24 Dec 2012 + +*) Feature: use rebar to generate release + +*) Feature: support retained messages + +*) Bugfix: send will msg when network error + +Changes with emqtt 0.1.0 21 Dec 2012 + +*) The first public release. + diff --git a/CHANGES b/CHANGES deleted file mode 100644 index a04c03cc1..000000000 --- a/CHANGES +++ /dev/null @@ -1,39 +0,0 @@ -Changes with emqtt 0.1.5 05 Jan 2012 - - *) Bugfix: remove QOS_1 match when handle PUBREL request - - *) Bugfix: reverse word in emqtt_topic:words/1 function - - -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 - - *) Bugfix: fix emqtt_frame to encode/decoe PUBREC/PUBREL messages - - -Changes with emqtt 0.1.2 27 Dec 2012 - - *) Feature: release support like riak - - *) Bugfix: use ?INFO/?ERROR to print log in tcp_listener.erl - - -Changes with emqtt 0.1.1 24 Dec 2012 - - *) Feature: use rebar to generate release - - *) Feature: support retained messages - - *) Bugfix: send will msg when network error - -Changes with emqtt 0.1.0 21 Dec 2012 - - *) The first public release. -