From 0282b411c97277b0b381e0fb4221fdfaf4d5ab7c Mon Sep 17 00:00:00 2001 From: andrewchambers Date: Thu, 5 May 2016 11:18:07 +1200 Subject: [PATCH 1/3] Use ubuntu64.zip for ubuntu64 example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c38e8ec88..9cd94b132 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Download binary package for Linux, Mac and Freebsd from [http://emqtt.io/downloa Installing on Ubuntu64, for example: ```sh -unzip emqttd-macosx-0.16.0-beta-20160216.zip && cd emqttd +unzip emqttd-ubuntu64-0.16.0-beta-20160216.zip && cd emqttd # start console ./bin/emqttd console From 759de338b67c16dd161fe43575c5f35964d1aff4 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Mon, 23 May 2016 11:32:52 +0800 Subject: [PATCH 2/3] esockd 3.2 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 1ee966c4f..788da5c85 100644 --- a/rebar.config +++ b/rebar.config @@ -41,7 +41,7 @@ {deps, [ {gproc, ".*", {git, "git://github.com/uwiger/gproc.git", {branch, "master"}}}, {lager, ".*", {git, "git://github.com/basho/lager.git", {branch, "master"}}}, - {esockd, ".*", {git, "git://github.com/emqtt/esockd.git", {branch, "master"}}}, + {esockd, ".*", {git, "git://github.com/emqtt/esockd.git", {tag, "3.2"}}}, {mochiweb, "4.*", {git, "git://github.com/emqtt/mochiweb.git", {branch, "master"}}} ]}. From eaa23abd951bd0adadf8533e3b54510181dda9ba Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Mon, 23 May 2016 11:35:46 +0800 Subject: [PATCH 3/3] esockd 3.2 --- docs/source/changes.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/source/changes.rst b/docs/source/changes.rst index bc16d60ce..be5eba71b 100644 --- a/docs/source/changes.rst +++ b/docs/source/changes.rst @@ -5,6 +5,16 @@ Changes ======= +.. _release_1.0.3: + +------------- +Version 1.0.3 +------------- + +*Release Date: 2016-05-23* + +eSockd 3.2 + .. _release_1.0.2: -------------