www/posts/2019/06/version-1-6-3-released.md
This is a bugfix release.
max_topic_alias listener config not being copied to the in-use
listener when compiled without TLS support.WITH_TLS=no and on Linux
with glibc >= 2.25. Without this fix, no random numbers would be generated
for e.g. on broker client id generation, and so clients connecting expecting
this feature would be unable to connect.getrandom() on non-glibc systems.store_clean_interval from documentation./topic part is missing.--quiet was used.
Closes #1284.mosquitto_pub exiting with error code 0 when an error occurred.
Closes #1285.mosquitto_pub not using the -c option. Closes #1273.mosquitto_pub -l not handling network failures. Closes #1152.mosquitto_pub -l not handling zero length input. Closes #1302.mosquitto_pub. Closes #1280.