Releases: eclipse-paho/paho.mqtt.c
Version 1.3.13
Service release. Issues fixed: https://github.com/eclipse/paho.mqtt.c/milestone/20?closed=1
Version 1.3.12
Service release. Issues fixed: https://github.com/eclipse/paho.mqtt.c/milestone/19?closed=1
Version 1.3.11
Service release. Issues resolved: https://github.com/eclipse/paho.mqtt.c/milestone/18?closed=1
Version 1.3.10
Service release. Issues resolved: https://github.com/eclipse/paho.mqtt.c/milestone/17?closed=1
There are no external changes. A significant internal change is to use the poll system call instead of select to monitor sockets. Most people should notice no difference, except that poll does not exist on Windows XP as select does. You can use the USE_SELECT compile definition to switch back to use select for those platforms that don't have poll.
Version 1.3.9
Service release. The issues addressed are here: https://github.com/eclipse/paho.mqtt.c/milestone/16?closed=1
Version 1.3.8
Service release. Issues addressed: https://github.com/eclipse/paho.mqtt.c/milestone/15?closed=1
Version 1.3.7
Service release. Issues addressed:
Version 1.3.6
Service release with some persistence and other enhancements:
https://github.com/eclipse/paho.mqtt.c/milestone/11?closed=1
Version 1.3.5
Service release plus some small enhancements. Issues resolved:
Version 1.3.4
Forgot to update the version number in version.patch. Now this should be all correct, with the fix for the backward binary compatibility from 1.3.3.