diff --git a/ChangeLog.txt b/ChangeLog.txt index aa01d5a4..1f4f69c4 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -6,6 +6,11 @@ Broker: - Fix std* files not being redirected when daemonising, when built with assertions removed. Closes #2708. +Client library: +- Use CLOCK_BOOTTIME when available, to keep track of time. This solves the + problem of the client OS sleeping and the client hence not being able to + calculate the actual time for keepalive purposes. Closes #2760. + Clients: - Fix incorrect topic-alias property value in mosquitto_sub json output.