From: Roger A. Light Date: Thu, 29 Jan 2015 22:45:58 +0000 (+0000) Subject: Merge branch '1.1' X-Git-Tag: v1.1 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=73b85d2427e196d6ad6b4efb432c714bb3dab543;p=packages%2Fp%2Fpaho-mqtt.git Merge branch '1.1' Conflicts: ChangeLog.txt Change-Id: Ib629fe5533b132117e56c1624befd19a7909a575 --- 73b85d2427e196d6ad6b4efb432c714bb3dab543 diff --cc ChangeLog.txt index 8db2050,2af8bb3..ac8deb0 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@@ -1,10 -1,15 +1,18 @@@ - v1.0.3 - 2014-11-XX - =================== + v1.1 - 2015-01-30 + ================= + - Add support for wildcard certificates. Closes #440547. + - Default connection behaviour has been reverted to MQTT v3.1 instead of + v3.1.1. There is as yet insufficient support for v3.1.1 to rely on, and + current v3.1 implementations do not return the correct CONNACK code to allow + detection of the fault. Closes #451735. + - Fix incorrect handling of queued messages after reconnecting. Closes + #452672. +- Fix possible race condition if the connection in loop_start() does not + complete before loop_stop() is called, meaning the network thread never + ends. Closes #448428. Thanks to Kees Bakker. + v1.0.2 - 2014-09-13 ===================