mosquitto/www/posts/2011/12/version-0-14-3-released.md
Roger A. Light 8aef00d3df Add website.
2018-09-20 09:34:16 +01:00

21 lines
613 B
Markdown

<!--
.. title: Version 0.14.3 released
.. slug: version-0-14-3-released
.. date: 2011-12-10 18:32:33
.. tags: Releases
.. category:
.. link:
.. description:
.. type: text
-->
This is a bugfix release.
* Fix potential crash when client connects with an invalid CONNECT packet.
* Fix incorrect invalid socket comparison on Windows.
* Server shouldn't crash when a message is published to foo/ when a
subscription to foo/# exists (bug #901697).
* SO_REUSEADDR doesn't work the same on Windows, so don't use it.
* Cygwin builds now support Windows service features.
* Fix $SYS/broker/bytes/sent reporting.