Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 0e627815 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

Pull request #862: updating version number, release notes, changelog for release

Merge in VECTO/vecto-sim from VECTO/mq_vecto-sim:develop to develop

* commit '832f33b6':
  updating version number, release notes, changelog for release
parents 55052f12 832f33b6
No related branches found
No related tags found
No related merge requests found
Showing
with 68 additions and 14 deletions
No preview for this file type
No preview for this file type
#Changelog
**VECTO-3.3.10**
***Build 2373 (2021-07-01) RELEASE CANDIDATE***
- Improvements
* [VECTO-1421] – Added vehicle sub-group (CO2-standards to MRF and CIF)
* [VECTO 1449] – Handling of exempted vehicles: See next slide for details
* [VECTO-1404] – Corrected URL for CSS in MRF and CIF
- Bugfixes
* [VECTO-1419] – Simulation abort in urban cycle: failed to find operating point on search braking power with TC gear
* [VECTO-1439] – Bugfix handling duplicate entries in engine full-load curve when intersecting with max-torque of gearbox
* [VECTO-1429] – error in XML schema 2.x for exempted vehicles – MaxNetPower1/2 are optional input parameters
***Handling of exempted vehicles***
- Axle configuration and sleeper cab are optional input parameters for exempted vehicles (XML schema 1.0 and 2.2.1).
* OEMs are recommended to provide these parameters for exempted vehicles.
* If the axle configuration is provided as input parameter, the MRF contains the vehicle group.
* The sleeper cab input parameter is also part of the MRF if provided as input.
- Input parameters MaxNetPower1/2 are optional input parameters for all exempted vehicles.
* If provided in the input these parameters are part of the MRF for all exempted vehicle types
* It is recommended that those parameters are used to specify the rated power also for PEV (pure electric vehicles)
**VECTO-3.3.9**
***Build 2175 (2020-12-15) OFFICIAL RELEASE***
......
......@@ -7621,6 +7621,36 @@ CycleTime,UnknownCycleName,3600</code></pre>
</div>
<div id="changelog" class="section level1">
<h1>Changelog</h1>
<p><strong>VECTO-3.3.10</strong></p>
<p><strong><em>Build 2373 (2021-07-01) RELEASE CANDIDATE</em></strong></p>
<ul>
<li>Improvements
<ul>
<li>[VECTO-1421] – Added vehicle sub-group (CO2-standards to MRF and CIF)</li>
<li>[VECTO 1449] – Handling of exempted vehicles: See next slide for details</li>
<li>[VECTO-1404] – Corrected URL for CSS in MRF and CIF</li>
</ul></li>
<li>Bugfixes
<ul>
<li>[VECTO-1419] – Simulation abort in urban cycle: failed to find operating point on search braking power with TC gear</li>
<li>[VECTO-1439] – Bugfix handling duplicate entries in engine full-load curve when intersecting with max-torque of gearbox</li>
<li>[VECTO-1429] – error in XML schema 2.x for exempted vehicles – MaxNetPower1/2 are optional input parameters</li>
</ul></li>
</ul>
<p><strong><em>Handling of exempted vehicles</em></strong></p>
<ul>
<li>Axle configuration and sleeper cab are optional input parameters for exempted vehicles (XML schema 1.0 and 2.2.1).
<ul>
<li>OEMs are recommended to provide these parameters for exempted vehicles.</li>
<li>If the axle configuration is provided as input parameter, the MRF contains the vehicle group.</li>
<li>The sleeper cab input parameter is also part of the MRF if provided as input.</li>
</ul></li>
<li>Input parameters MaxNetPower1/2 are optional input parameters for all exempted vehicles.
<ul>
<li>If provided in the input these parameters are part of the MRF for all exempted vehicle types</li>
<li>It is recommended that those parameters are used to specify the rated power also for PEV (pure electric vehicles)</li>
</ul></li>
</ul>
<p><strong>VECTO-3.3.9</strong></p>
<p><strong><em>Build 2175 (2020-12-15) OFFICIAL RELEASE</em></strong></p>
<ul>
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("0.2.0.2175")]
[assembly: AssemblyFileVersion("0.2.0.2175")]
[assembly: AssemblyVersion("0.2.0.2373")]
[assembly: AssemblyFileVersion("0.2.0.2373")]
......@@ -141,7 +141,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<DefineConstants>CERTIFICATION_RELEASE</DefineConstants>
<DefineConstants>RELEASE_CANDIDATE</DefineConstants>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy|x86'">
......
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.9.2175")]
[assembly: AssemblyFileVersion("3.3.9.2175")]
\ No newline at end of file
[assembly: AssemblyVersion("3.3.10.2373")]
[assembly: AssemblyFileVersion("3.3.10.2373")]
\ No newline at end of file
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("1.2.0.2175")]
[assembly: AssemblyFileVersion("1.2.0.2175")]
[assembly: AssemblyVersion("1.2.0.2373")]
[assembly: AssemblyFileVersion("1.2.0.2373")]
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.9.2175")]
[assembly: AssemblyFileVersion("3.3.9.2175")]
\ No newline at end of file
[assembly: AssemblyVersion("3.3.10.2373")]
[assembly: AssemblyFileVersion("3.3.10.2373")]
\ No newline at end of file
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.9.2175")]
[assembly: AssemblyFileVersion("3.3.9.2175")]
[assembly: AssemblyVersion("3.3.10.2373")]
[assembly: AssemblyFileVersion("3.3.10.2373")]
......@@ -47,7 +47,7 @@ namespace TUGraz.VectoCore.Utils
public static string VersionNumber
{
get {
return "3.3.9.2175" + SUFFIX;
return "3.3.10.2373" + SUFFIX;
}
}
......
......@@ -76,7 +76,7 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>CERTIFICATION_RELEASE</DefineConstants>
<DefineConstants>RELEASE_CANDIDATE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
......
......@@ -6,6 +6,6 @@ int GetBuildNumber()
string GetVectoCoreVersionNumber()
{
return "3.3.9." + GetBuildNumber();
return "3.3.10." + GetBuildNumber();
}
#>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment