Skip to content

Commit 1a94d0a

Browse files
authored
Merge pull request #35 from harmanpa/master
v1.2.5 release notes for tagging
2 parents 1a3a8b7 + 52feaa8 commit 1a94d0a

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,16 @@ This library also contains a proposal for a naming convention covering the whole
1414

1515
## Current release
1616

17-
Download [VehicleInterfaces v1.2.4 (2016-03-02)](../../releases/tag/v1.2.4)
17+
Download [VehicleInterfaces v1.2.5 (2019-03-06)](../../releases/tag/v1.2.5)
1818

1919
#### Release notes
20+
* [Version v1.2.5 (2019-03-06)](../../releases/tag/v1.2.5)
21+
* This version requires the <b>Modelica 3.2.3</b> Library.
22+
* This version is backwards compatible to versions&nbsp;1.1.x and 1.2.x of the VehicleInterfaces library.
23+
* Blocks marked as obsolete: VehicleInterfaces.Blocks.RealPassThrough, VehicleInterfaces.Blocks.IntegerPassThrough, VehicleInterfaces.Blocks.BooleanPassThrough
24+
* Resolved usage of obsolete block in VehicleInterfaces.DriverEnvironments.DriveByWireAutomaticExternalDriver
25+
* Deleted text string from icons of VehicleInterfaces.Mechanics.NormalisedTranslational.Interfaces.Flange and VehicleInterfaces.Mechanics.NormalisedRotational.Interfaces.Flange
26+
* Restructured Images and Scripts directories to match Modelica Standard Library conventions, removed unused files
2027
* [Version v1.2.4 (2016-03-02)](../../releases/tag/v1.2.4)
2128
* This version is backwards compatible to versions 1.1.x and 1.2.x
2229
* Typos in the documentation fixed.

VehicleInterfaces/UsersGuide.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ Some elements of the library may have been renamed since this tutorial but the p
383383
end Tutorials;
384384

385385
package ReleaseNotes "Release notes"
386-
class Version_1_2_5 "Version 1.2.5 (Apr. 1, 2018)"
386+
class Version_1_2_5 "Version 1.2.5 (Mar. 6, 2019)"
387387
extends Modelica.Icons.ReleaseNotes;
388388

389389
annotation (Documentation(info="<html>

VehicleInterfaces/package.mo

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ package VehicleInterfaces "VehicleInterfaces Library (Version 1.2.5) - Interface
1414
allowDuplicate=true),
1515
preferredView="info",
1616
version="1.2.5",
17-
versionDate="2018-09-05",
17+
versionDate="2019-03-06",
1818
versionBuild=1,
19-
dateModified="2018-09-05",
19+
dateModified="2019-03-06",
2020
revisionId="$Format:%h %ci$",
2121
uses(Modelica(version="3.2.3")),
2222
conversion(
@@ -27,7 +27,8 @@ package VehicleInterfaces "VehicleInterfaces Library (Version 1.2.5) - Interface
2727
noneFromVersion="1.2",
2828
noneFromVersion="1.2.1",
2929
noneFromVersion="1.2.2",
30-
noneFromVersion="1.2.3"),
30+
noneFromVersion="1.2.3",
31+
noneFromVersion="1.2.4"),
3132
Documentation(info="<html>
3233
<p>This Modelica library provides standard interface definitions for automotive subsystems and vehicle models. These are designed to promote compatibility between the various automotive libraries and provide a flexible, powerful structure for vehicle modelling. The main focus of the library is on defining the interfaces for the individual subsystems and a number of vehicle model examples are included to demonstrate how they might be used.</p>
3334
<p>

0 commit comments

Comments
 (0)