mosquitto:release/1.6

Last commit made on 2022-05-25
Get this branch:
git clone -b release/1.6 https://git.launchpad.net/mosquitto

Branch merges

Branch information

Name:
release/1.6
Repository:
lp:mosquitto

Recent commits

806dadc... by Roger Light

Fix tests build.

9bfa410... by Roger Light

Add clients to session expiry check list when restarting and reloading from persistence.

Closes #2546. Thanks to Joachim Schachermayer.

147f7c8... by Roger Light

Bump version.

1d18b3e... by Roger Light

Fix leak on crafted MQTT v5 CONNECT.

If a MQTT v5 client connects with a crafted CONNECT packet a memory leak
will occur.

Thanks to Kathrin Kleinhammer.

9f0b9ae... by Roger Light

Bump version.

8442926... by Roger Light

Fix connections retrying very rapidly in some situations.

Thanks to Abilio Marques.

84f4679... by Roger Light

Fix TLS bridge/lib incorrectly connecting on invalid CA file.

Closes #2130. Thanks to becz.

cbf5104... by Roger Light

Fix possible loss of data in `mosquitto_pub -l` when sending multiple long lines.

Closes #2078. Thanks to Ysincit.

652891d... by Roger Light

Bump version number.

0b8f19e... by Roger Light

Enable epoll support in CMake builds.