From 86cc3e8eda0b9c7248a52fa54b60ba35fc184fb0 Mon Sep 17 00:00:00 2001 From: Bernhard Thiele Date: Wed, 10 Aug 2022 16:53:16 +0200 Subject: [PATCH] Update v2.1.0 release notes --- Modelica_DeviceDrivers/UsersGuide.mo | 8 ++++---- README.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Modelica_DeviceDrivers/UsersGuide.mo b/Modelica_DeviceDrivers/UsersGuide.mo index acd167f6..ea73f375 100644 --- a/Modelica_DeviceDrivers/UsersGuide.mo +++ b/Modelica_DeviceDrivers/UsersGuide.mo @@ -8,14 +8,14 @@ package UsersGuide "User's Guide" annotation (Documentation(info="

Enhancements:

Bug fixes:

Other (minor) fixes and improvements.

diff --git a/README.md b/README.md index a62b0b43..cd71e406 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,11 @@ Bug fix releases may not have release notes, so please use the download link fro * [DRAFT Version v2.1.0 (2022-08-10)](../../releases/tag/v2.1.0) * Enhancements: - * Add `useRecvThread` parameter also for clocked UDPReceive variant (#342). - * Option for not unlinking shared memory partition at process termination (#339). + * Added parameter `useRecvThread` also for _clocked_ `UDPReceive` variant (#342). + * Added option for not unlinking shared memory partition at process termination (#339). * Updated 3rd-parth library paho.mqtt.c to v1.3.9 (#341). * Bug fixes: - * Fixed sporadic RealtimeSynchronize block "clock_nanosleep" error on Linux (#357). + * Fixed sporadic `RealtimeSynchronize` block "clock_nanosleep" error on Linux (#357). * Fixed `MDD_TCPIPServer_Send(...)` return value, so that it works as described in the documentation: "On success, return the number of bytes sent, 0 if operation would block, -1 on non-fatal error" (#323). * Serial port interface on Windows: Fixed spurious byte sent at the end of a simulation (#352). * [Version v2.0.0 (2020-06-08)](../../releases/tag/v2.0.0)