mosquitto/www/posts/2012/11/version-1-0-5-released.md
Roger A. Light 8aef00d3df Add website.
2018-09-20 09:34:16 +01:00

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.