diff --git a/www/pages/download.md b/www/pages/download.md index b71203cb..13e207e1 100644 --- a/www/pages/download.md +++ b/www/pages/download.md @@ -1,7 +1,7 @@ + +This is a bugfix release. + +## Broker +- Fix clients being disconnected when ACLs are in use. This only affects the + case where a client connects using a username, and the anonymous ACL list is + defined but specific user ACLs are not defined. Closes [#1162]. +- Make error messages for missing config file clearer. +- Fix some Coverity Scan reported errors that could occur when the broker was + already failing to start. +- Fix broken `mosquitto_passwd` on FreeBSD. Closes [#1032]. +- Fix delayed bridge local subscriptions causing missing messages. + Closes [#1174]. + +## Library +- Use higher resolution timer for random initialisation of client id + generation. Closes [#1177]. +- Fix some Coverity Scan reported errors that could occur when the library was + already quitting. + +[#1032]: https://github.com/eclipse/mosquitto/issues/1032 +[#1162]: https://github.com/eclipse/mosquitto/issues/1162 +[#1174]: https://github.com/eclipse/mosquitto/issues/1174 +[#1177]: https://github.com/eclipse/mosquitto/issues/1177