From eb616e747441c1c5557a80b1416e74fe42f0fa80 Mon Sep 17 00:00:00 2001 From: Eric Blankenhorn Date: Wed, 29 Nov 2023 10:19:16 -0600 Subject: [PATCH] Prepend change log --- ChangeLog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 41ab307e..54fb3a93 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,15 @@ ## Release Notes ### v1.17.1 (11/29/2023) +Release 1.17.1 has been developed according to wolfSSL's development and QA process (see link below) and successfully passed the quality criteria. +https://www.wolfssl.com/about/wolfssl-software-development-process-quality-assurance +* Include stdint.h in userio_template.h by @lealem47 in #371 +* Improvements to multithread locking and tests. by @dgarske in #369 +* Cleanup executable status on src files. by @philljj in #372 +* Close socket on error in NetConnect by @embhorn in #375 +* Fixes for non-blocking with larger payload and improvements to the test and examples by @dgarske in #373 +* Add MQTT-SN CI tests by @embhorn in #376 +* Fix Wild read in MqttProps_Free by @embhorn in #377 ### v1.17.0 (11/2/2023) Release 1.17.0 has been developed according to wolfSSL's development and QA process (see link below) and successfully passed the quality criteria.