Update for 2.4

This commit is contained in:
Nick O'Leary 2015-11-21 20:56:32 +00:00
parent 31521085ea
commit 0bb4efcea5
2 changed files with 6 additions and 1 deletions

View File

@ -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 2.3
* Add publish(topic,payload,retained) function * Add publish(topic,payload,retained) function

View File

@ -1,5 +1,5 @@
name=PubSubClient name=PubSubClient
version=2.3 version=2.4
author=Nick O'Leary <nick.oleary@gmail.com> author=Nick O'Leary <nick.oleary@gmail.com>
maintainer=Nick O'Leary <nick.oleary@gmail.com> maintainer=Nick O'Leary <nick.oleary@gmail.com>
sentence=A client library for MQTT messaging. sentence=A client library for MQTT messaging.