Skip to content

Commit

Permalink
Add 1.5.10 information.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Aug 19, 2020
1 parent 0bdf630 commit 39566e3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,20 @@ Clients:
- Don't busy loop with `mosquitto_pub -l` on a slow connection.


1.5.10 - 2020-08-19
===================

Security:
- In some circumstances, Mosquitto could leak memory when handling PUBLISH
messages. This is limited to incoming QoS 2 messages, and is related
to the combination of the broker having persistence enabled, a clean
session=false client, which was connected prior to the broker restarting,
then has reconnected and has now sent messages at a sufficiently high rate
that the incoming queue at the broker has filled up and hence messages are
being dropped. This is more likely to have an effect where
max_queued_messages is a small value. This has now been fixed. Closes #1793.


1.6.11 - 2020-08-11
===================

Expand Down
4 changes: 3 additions & 1 deletion www/posts/2020/08/version-1-6-12-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.. type: text
-->

Mosquitto 1.6.12 has been released, this is a bugfix release.
Mosquitto 1.6.12 and 1.5.10 have been released.

# Security
- In some circumstances, Mosquitto could leak memory when handling PUBLISH
Expand All @@ -21,6 +21,8 @@ Mosquitto 1.6.12 has been released, this is a bugfix release.
being dropped. This is more likely to have an effect where
`max_queued_messages` is a small value. This has now been fixed. Closes [#1793].

The following fixes apply to 1.6.12 only.

# Broker
- Build warning fixes when building with `WITH_BRIDGE=no` and `WITH_TLS=no`.

Expand Down

0 comments on commit 39566e3

Please sign in to comment.