Skip to content

Commit

Permalink
Update v2.1.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-thiele committed Aug 10, 2022
1 parent 5365d09 commit 86cc3e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Modelica_DeviceDrivers/UsersGuide.mo
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ package UsersGuide "User's Guide"
annotation (Documentation(info="<html>
<p>Enhancements:</p>
<ul>
<li>Added <code>useRecvThread</code> parameter also for clocked UDPReceive variant (<a href=\"https://github.com/modelica-3rdparty/Modelica_DeviceDrivers/issues/342\">#342</a>).</li>
<li>Option for not unlinking shared memory partition at process termination (<a href=\"https://github.com/modelica-3rdparty/Modelica_DeviceDrivers/issues/339\">#339</a>).</li>
<li>Added parameter <code>useRecvThread</code> also for <em>clocked</em> <code>UDPReceive</code> variant (<a href=\"https://github.com/modelica-3rdparty/Modelica_DeviceDrivers/issues/342\">#342</a>).</li>
<li>Added option for not unlinking shared memory partition at process termination (<a href=\"https://github.com/modelica-3rdparty/Modelica_DeviceDrivers/issues/339\">#339</a>).</li>
<li>Updated 3rd-party library paho.mqtt.c to v1.3.9 (<a href=\"https://github.com/modelica-3rdparty/Modelica_DeviceDrivers/pull/341\">#341</a>).</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Fixed <code>RealtimeSynchronize</code> block \"clock_nanosleep\" error on Linux (<a href=\"https://github.com/modelica-3rdparty/Modelica_DeviceDrivers/issues/357\">#357</a>).</li>
<li>Fixed <code>MDD_TCPIPServer_Send(...)</code> 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\" (<a href=\"https://github.com/modelica-3rdparty/Modelica_DeviceDrivers/issues/323\">#323</a>).</li>
<li>Fixed <code>RealtimeSynchronize</code> block &quot;clock_nanosleep&quot; error on Linux (<a href=\"https://github.com/modelica-3rdparty/Modelica_DeviceDrivers/issues/357\">#357</a>).</li>
<li>Fixed <code>MDD_TCPIPServer_Send(...)</code> return value, so that it works as described in the documentation &quot;On success, return the number of bytes sent, 0 if operation would block, -1 on non-fatal error&quot; (<a href=\"https://github.com/modelica-3rdparty/Modelica_DeviceDrivers/issues/323\">#323</a>).</li>
<li>Serial port interface on Windows: Fixed spurious byte sent at the end of a simulation (<a href=\"https://github.com/modelica-3rdparty/Modelica_DeviceDrivers/issues/352\">#352</a>).</li>
</ul>
<p>Other (minor) fixes and improvements.</p>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 86cc3e8

Please sign in to comment.