You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
674 B
674 B
This is a bugfix release. The changes below include the changes for 1.4.6, which wasn't announced.
Broker
- Add support for libwebsockets 1.6.
Client library
- Fix
_mosquitto_socketpair()
on Windows, reducing the chance of delays when - publishing. Closes #483979.
Clients
- Fix
mosquitto_pub -l
stripping the final character on a line. Closes #483981.