|
|
@ -21,6 +21,7 @@ Client library:
|
|
|
|
cmake version to 3.1, which is still ancient.
|
|
|
|
cmake version to 3.1, which is still ancient.
|
|
|
|
- Fix use of `MOSQ_OPT_TLS_ENGINE` being unable to be used due to the openssl
|
|
|
|
- Fix use of `MOSQ_OPT_TLS_ENGINE` being unable to be used due to the openssl
|
|
|
|
ctx not being initialised until starting to connect. Closes #2537.
|
|
|
|
ctx not being initialised until starting to connect. Closes #2537.
|
|
|
|
|
|
|
|
- Don't set SIGPIPE to ignore, use MSG_NOSIGNAL instead. Closes #2564.
|
|
|
|
|
|
|
|
|
|
|
|
Clients:
|
|
|
|
Clients:
|
|
|
|
- Fix mosquitto_pub incorrectly reusing topic aliases when reconnecting.
|
|
|
|
- Fix mosquitto_pub incorrectly reusing topic aliases when reconnecting.
|
|
|
|