From 0bb4efcea5c5a1c2e21593607c51395b509324ad Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Sat, 21 Nov 2015 20:56:32 +0000 Subject: [PATCH] Update for 2.4 --- CHANGES.txt | 5 +++++ library.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 5202ddab..8c8bef64 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,8 @@ +2.4 + * Add MQTT_SOCKET_TIMEOUT to prevent it blocking indefinitely + whilst waiting for inbound data + * Fixed return code when publishing >256 bytes + 2.3 * Add publish(topic,payload,retained) function diff --git a/library.properties b/library.properties index 1e555f1a..ab1b6d29 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=PubSubClient -version=2.3 +version=2.4 author=Nick O'Leary maintainer=Nick O'Leary sentence=A client library for MQTT messaging.