From e79a285db78128cec2e586eb44ea5cb27b2f1eb8 Mon Sep 17 00:00:00 2001 From: bernhard Thiele Date: Sat, 19 Mar 2016 16:29:55 +0100 Subject: [PATCH] Updating infos for release 1.4.4 #107 --- Modelica_DeviceDrivers/UsersGuide.mo | 29 ++++++++++++++++++++------ Modelica_DeviceDrivers/libraryinfo.mos | 6 +++--- Modelica_DeviceDrivers/package.mo | 13 ++++++++++-- README.md | 12 +++++++++-- 4 files changed, 47 insertions(+), 13 deletions(-) diff --git a/Modelica_DeviceDrivers/UsersGuide.mo b/Modelica_DeviceDrivers/UsersGuide.mo index 674236d5..b2fd0cae 100644 --- a/Modelica_DeviceDrivers/UsersGuide.mo +++ b/Modelica_DeviceDrivers/UsersGuide.mo @@ -158,6 +158,19 @@ First public version of the library. ")); end Version_1_4_0; + + class Version_1_4_4 "Version 1.4.4 (March 19, 2016)" + extends Modelica.Icons.ReleaseNotes; + + annotation (Documentation(info=" + +")); + end Version_1_4_4; annotation (Documentation(info="

This section summarizes the changes that have been performed @@ -666,6 +679,11 @@ of the library:

+ + + + + + + + + - + - - - - -
Miguel Neves  Human readable error codes for the Softing CAN interface.
Dominik Sommer Blocks.Communication.SerialPortReceive
@@ -673,15 +691,14 @@ of the library: Communication.SerialPort
Communication.SerialPort_
Rangarajan Varadan  Code for Windows serial port support..
Dietmar Winkler at GithubGithub project setup and service integration etc.Github project setup, development services integration etc.
Miguel Neves  Human readable error codes for the Softing CAN interface.
")); end Contact; diff --git a/Modelica_DeviceDrivers/libraryinfo.mos b/Modelica_DeviceDrivers/libraryinfo.mos index dba32345..0aea655b 100644 --- a/Modelica_DeviceDrivers/libraryinfo.mos +++ b/Modelica_DeviceDrivers/libraryinfo.mos @@ -2,8 +2,8 @@ LibraryInfoMenuCommand( category="libraries", text="Modelica Device Drivers", reference="Modelica_DeviceDrivers", - version="1.4.3", + version="1.4.4", isModel=true, - description="Modelica Device Drivers library (version 1.4.3)", - ModelicaVersion="3.2.1", + description="Modelica Device Drivers library (version 1.4.4)", + ModelicaVersion="3.2.2", pos=106) diff --git a/Modelica_DeviceDrivers/package.mo b/Modelica_DeviceDrivers/package.mo index 4dcf0445..a360395b 100644 --- a/Modelica_DeviceDrivers/package.mo +++ b/Modelica_DeviceDrivers/package.mo @@ -2,11 +2,20 @@ within ; package Modelica_DeviceDrivers "Modelica_DeviceDrivers - A collection of drivers interfacing hardware like input devices, communication devices, shared memory, analog-digital converters and else" extends Modelica.Icons.Package; + + + + + + + + + annotation (preferredView="info", uses(Modelica_Synchronous(version="0.92.1"), Modelica(version="3.2.2")), - version="1.4.3", - versionDate="2015-10-04", + version="1.4.4", + versionDate="2016-03-19", Documentation(info="

Library Modelica_DeviceDrivers is a Modelica package diff --git a/README.md b/README.md index 4083c3cc..ef105843 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,12 @@ Download [Modelica_DeviceDrivers latest release](../../releases/latest) Please note that currently (2015-09-01) the library is known to work with Dymola (preferable Dymola 2013FD01 and later) and with SimulationX (with `userBufferSize` all non-clocked communication blocks are working in SimulationX, but `autoBufferSize` only works for external solvers CVode and Fixed Step solver and fails for BDF and MEBDF solvers, see [#54 (comment)](https://github.com/modelica/Modelica_DeviceDrivers/issues/54#issuecomment-76032325)). If you tested the library successfully with another Modelica tool, please contact [Bernhard Thiele](https://github.com/bernhard-thiele) or send a [pull request](https://github.com/modelica/Modelica_DeviceDrivers/pulls) that updates this README.md. #### Release notes +Bugfix releases usually won't have release notes, so please use the download link from above to get the latest release including bugfixes. +* [Version v1.4.4 (2016-03-19)](../../releases/tag/v1.4.4) + * Bugfix release, no new features. + * Uses latest version of Modelica Standard Library (version 3.2.2), but still works with previous version. + * Changed license of external C code and header files to liberal [Simplified BSD License terms](Modelica_DeviceDrivers/Resources/License.txt) (the Modelica package parts remain under [Modelica License 2](https://modelica.org/licenses/ModelicaLicense2)). + * Cleaned up diverse minor issues, e.g., outdated documentation * [Version v1.4.0 (2015-09-01)](../../releases/tag/v1.4.0) * Switched to [semantic versioning](http://semver.org). * Migrated to new release process motivated by [impact-on-library-developers](https://github.com/xogeny/impact/blob/master/resources/docs/modelica2015/paper/impact.md#impact-on-librarydevelopers). @@ -82,5 +88,7 @@ You may report any issues with using the [Issues](https://github.com/modelica/Mo Contributions in shape of [Pull Requests](https://github.com/modelica/Modelica_DeviceDrivers/pulls) are always welcome. The following people have directly contributed to the implementation of the library (many more have contributed by providing feedback and suggestions): -* [Dominik Sommer](mailto:dominik.sommer@dlr.de), code for Linux serial port support. -* [Rangarajan Varadan](mailto:svsranga@gmail.com), code for Windows serial port support. +* Miguel Neves, human readable error codes for the Softing CAN interface. +* Dominik Sommer, code for Linux serial port support. +* Rangarajan Varadan, code for Windows serial port support. +* [Dietmar Winkler](https://github.com/dietmarw), Github project setup, development services integration etc.