Skip to content

Commit 1e7470a

Browse files
Fixed contact data and release information
1 parent 954c7eb commit 1e7470a

File tree

3 files changed

+27
-9
lines changed

3 files changed

+27
-9
lines changed

Modelica_DeviceDrivers 1.3/UsersGuide.mo

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,18 @@ First public version of the library.
123123
</ul>
124124
</html>"));
125125
end Version_1_2;
126+
127+
class Version_1_3 "Version 1.3 (May 19, 2014)"
128+
extends Modelica.Icons.ReleaseNotes;
129+
130+
annotation (Documentation(info="<html>
131+
<ul>
132+
<li>Fixed many issues in order to support SimulationX.</li>
133+
<li>Particularly, a SimulationX compatible wrapper DLL to give access to the external C functions was added.</li>
134+
<li>Added serial port support for Linux.</li>
135+
</ul>
136+
</html>"));
137+
end Version_1_3;
126138
annotation (Documentation(info="<html>
127139
<p>
128140
This section summarizes the changes that have been performed
@@ -755,14 +767,16 @@ end ModelicaLicense2;
755767
annotation (Documentation(info="<html>
756768
<dl>
757769
<dt><b>Main Authors:</b></dt>
758-
<dd>Tobias Bellmann and Bernhard Thiele<br>
770+
<dd>Bernhard Thiele<br>
771+
<a href=\"https://github.com/bernhard-thiele\">at Github</a><br></dd>
772+
<dd>Tobias Bellmann<br>
759773
German Aerospace Center (DLR)<br>
760774
Robotics and Mechatronics Center<br>
761775
Institute of System Dynamics and Control<br>
762776
Postfach 1116<br>
763777
D-82230 Wessling<br>
764778
Germany<br>
765-
email: <a href=\"mailto:Tobias.Bellmann@dlr.de\">Tobias.Bellmann@dlr.de</a> or <a href=\"mailto:Bernhard.Thiele@dlr.de\">Bernhard.Thiele@dlr.de</a><br></dd>
779+
email: <a href=\"mailto:Tobias.Bellmann@dlr.de\">Tobias.Bellmann@dlr.de</a><br></dd>
766780
</dl>
767781
<p>
768782
The authors are open to include contributions.
@@ -784,6 +798,10 @@ of the library:
784798
Communication.SerialPort<br>
785799
Communication.SerialPort_</td>
786800
</tr>
801+
<tr><td valign=\"top\"><b><a href=\"https://github.com/tbeu/\">tbeu</a></b> </td>
802+
<td valign=\"top\"></td>
803+
<td valign=\"top\"> Many fixes and good proposals, especially regarding the SimulationX support.</td>
804+
</tr>
787805
788806
</table>
789807
</html>"));

Modelica_DeviceDrivers 1.3/package.mo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ package Modelica_DeviceDrivers "Modelica_DeviceDrivers - A collection of drivers
44
annotation (preferredView="info",
55
uses(Modelica_Synchronous(version="0.92"),
66
Modelica(version="3.2.1")),
7-
version="1.2",
8-
versionBuild=1,
9-
versionDate="2013-10-01",
10-
dateModified = "2013-10-01 14:10:51Z",
7+
version="1.3",
8+
versionBuild=2,
9+
versionDate="2014-05-19",
10+
dateModified = "2014-05-19 13:40:00Z",
1111
revisionId="$Id$",
1212
Documentation(info="<html>
1313
<p>

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ The second interface uses the synchronous language elements introduced in Modeli
2828

2929
## Current release
3030

31-
Download [Modelica_DeviceDrivers v1.3 (2014-05-19)](../../archive/v1.3+build.1.zip)
31+
Download [Modelica_DeviceDrivers v1.3 (2014-05-19)](../../archive/v1.3+build.2.zip)
3232

3333
Please note that currently (2014-05-19) the library is known to work with Dymola (preferable Dymola 2013FD01 and later) and with SimulationX (except of the `SerialPackager` blocks). The `SerialPackager` blocks are known to work currently *only* in Dymola. If you tested the library successfully with another Modelica tool, please contact me (Bernhard), so that I can include that information.
3434

3535
#### Release notes
36-
* [Version v1.3 (2013-10-01)](../../archive/v1.3+build.1.zip)
36+
* [Version v1.3 (2014-05-19)](../../archive/v1.3+build.2.zip)
3737
* Fixed many issues in order to support SimulationX (with the indispensable help of [tbeu](https://github.com/tbeu/)).
3838
* Particularly, a SimulationX compatible wrapper DLL to give access to the external C functions was added.
3939
* Added serial port support for Linux.
@@ -57,7 +57,7 @@ it can be redistributed and/or modified under the terms of the [Modelica License
5757

5858
## Development and contribution
5959
Main developers:
60-
* [Bernhard Thiele](mailto:bernhard.thiele@dlr.de), release management and the Linux specific code.
60+
* [Bernhard Thiele](https://github.com/bernhard-thiele), release management and the Linux specific code.
6161
* [Tobias Bellmann](mailto:tobias.bellmann@dlr.de), most of the MS Windows specific code.
6262

6363
You may report any issues with using the [Issues](../../issues) button.

0 commit comments

Comments
 (0)