From 7e35ac92ec6005fc6499f5592b110605bb311620 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Mon, 27 Mar 2023 23:42:19 +0100 Subject: [PATCH] Update changelog --- ChangeLog.txt | 5 +++++ 1 file changed, 5 insertions(+) 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.