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.
581 B
581 B
This is a bugfix release.
Broker
- Fix crash when the broker has
use_identity_as_username
set to true but a client connects without a certificate. - mosquitto_passwd should only be installed if
WITH_TLS=yes
.
Library
- Use symbolic errno values rather than numbers in Python module to avoid cross platform issues (incorrect errno on Mac OS).
Other
- Build script fixes for FreeBSD.