Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

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

compiling new vecto release

parent 7df253f6
No related branches found
No related tags found
No related merge requests found
Showing
with 69 additions and 22 deletions
No preview for this file type
File added
No preview for this file type
No preview for this file type
......@@ -2,6 +2,15 @@
**VECTO 3.3.1**
***Build 1492 (2019-02-01) OFFICIAL RELEASE***
- Bugfixes (compared to 3.3.1.1463)
* [VECTO-845] - Fixing bug for VECTO-840
* [VECTO-826] - DistanceRun got an unexpected response: ResponseSpeedLimitExceeded
* [VECTO-837] - VECTO GUI displays incorrect cycles prior to simulation
* [VECTO-831] - Addition of indication to be added in Help and Release notes for simulations with LNG
***Build 1463 (2019-01-03) RELEASE CANDIDATE***
- Changes according to 2017/2400 amendments
......
......@@ -4212,6 +4212,10 @@ Example: “Gears\Gear1.vtlm” points to the “Gears” subdirectory of the Ge
</tbody>
</table>
<p>Specifications are based on a recent analysis (2018) performed by CONCAWE/EUCAR and shall reflect typical fuel on the European market. The data is scheduled to be published in March 2019 in the context of the study: Well-To-Wheels Analysis Of Future Automotive Fuels And Powertrains in the European Context – Heavy Duty vehicles</p>
<div id="vecto-input-for-cnglng-vehicles" class="section level3">
<h3>VECTO Input for CNG/LNG Vehicles</h3>
<p>Currently only the fuel type ‘NG PI’ for the engine certification is allowed according to Regulation (EU) 2017/2400. For LNG vehicles, therefore, the engine fuel type has to be set to ‘NG PI’ and at the vehicle level NgTankSystem has to be set to ‘liquefied’. For CNG vehicles the same engine fuel type is provided but NgTankSystem has to be set to ‘compressed’.</p>
</div>
</div>
<div id="transmission-losses" class="section level2">
<h2>Transmission Losses</h2>
......@@ -7540,6 +7544,16 @@ CycleTime,UnknownCycleName,3600</code></pre>
<div id="changelog" class="section level1">
<h1>Changelog</h1>
<p><strong>VECTO 3.3.1</strong></p>
<p><strong><em>Build 1492 (2019-02-01) OFFICIAL RELEASE</em></strong></p>
<ul>
<li>Bugfixes (compared to 3.3.1.1463)
<ul>
<li>[VECTO-845] - Fixing bug for VECTO-840</li>
<li>[VECTO-826] - DistanceRun got an unexpected response: ResponseSpeedLimitExceeded</li>
<li>[VECTO-837] - VECTO GUI displays incorrect cycles prior to simulation</li>
<li>[VECTO-831] - Addition of indication to be added in Help and Release notes for simulations with LNG</li>
</ul></li>
</ul>
<p><strong><em>Build 1463 (2019-01-03) RELEASE CANDIDATE</em></strong></p>
<ul>
<li>Changes according to 2017/2400 amendments
File added
Algorithm Hash Path
--------- ---- ----
SHA256 81DC59C16E0B6F4B637963FD00A79AA26F253E404AF874DF845BF66CBA51D5EA 2019_02_01-VECTO-3.3.1.1492.zip
Algorithm Hash Path
--------- ---- ----
SHA256 2B533C6FEAACC281048F1498809F69A2EC2EBC72D08DBBF6226933BFBFDADDC2 hashingcmd.exe
SHA256 A3BE90C157538A1443F36BB4338FF57C075CA26E487BB8D802F8377223074B7F HashingTool.exe
SHA256 1246C06E89F967C57B3972FE3688D8D61BCD9758F99DC1EFDBA20D25F4D06253 VECTO.exe
SHA256 4574AC2391B5A4F4D5CE7FBFBFAE342841685248BD2C786FD52C8E4BBE997965 vectocmd.exe
SHA256 084DDF21C63E7FFA24F9F9F543B7BAA0A0DEC87B6ABC958E3C7D85A099156BA6 AdvancedAuxiliaryInterfaces.dll
SHA256 B0C0017C29AADA1F0EFDAB9B238962B45E71EEAAFF5B7C260B3CDD281102FBE0 BusAuxiliaries.dll
SHA256 DF8EC2E0245829DDEC5B79F1918C3AE3A3FA540A5A0E3C410E2B6EF0BEBC7927 Newtonsoft.Json.dll
SHA256 A4E7600C2A9CBC0CF12334FD5E313EE47F61F669E3D3FCB098968D33D9FB0521 NLog.dll
SHA256 9B7EB6DE62FF1E6A812FA47697FDB2ABCEAD85AA2554ABF12416FC569DD4462E Omu.ValueInjecter.dll
SHA256 951D5FB8C013F83794E84B557261E6E2285356855F3B788FAE2A3A4283E27FA6 VectoCommon.dll
SHA256 4D591F2C09CC88C738996DAF306509702A61C6E71DF4576A2A08A590AAD375BA VectoCore.dll
SHA256 2BC3BFA5565B18A061403DAC883A1813E32FD4AB2F20AA8ECC083B11C6B25B39 VectoHashing.dll
/*
* This file is part of VECTO.
*
* Copyright © 2012-2019 European Union
* Copyright © 2012-2017 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics,
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("0.2.0.1463")]
[assembly: AssemblyFileVersion("0.2.0.1463")]
[assembly: AssemblyVersion("0.2.0.1492")]
[assembly: AssemblyFileVersion("0.2.0.1492")]
/*
* This file is part of VECTO.
*
* Copyright © 2012-2019 European Union
* Copyright © 2012-2017 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics,
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.1.1463")]
[assembly: AssemblyFileVersion("3.3.1.1463")]
\ No newline at end of file
[assembly: AssemblyVersion("3.3.1.1492")]
[assembly: AssemblyFileVersion("3.3.1.1492")]
\ No newline at end of file
/*
* This file is part of VECTO.
*
* Copyright © 2012-2019 European Union
* Copyright © 2012-2016 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics,
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("1.2.0.1463")]
[assembly: AssemblyFileVersion("1.2.0.1463")]
[assembly: AssemblyVersion("1.2.0.1492")]
[assembly: AssemblyFileVersion("1.2.0.1492")]
/*
* This file is part of VECTO.
*
* Copyright © 2012-2019 European Union
* Copyright © 2012-2017 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics,
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.1.1463")]
[assembly: AssemblyFileVersion("3.3.1.1463")]
\ No newline at end of file
[assembly: AssemblyVersion("3.3.1.1492")]
[assembly: AssemblyFileVersion("3.3.1.1492")]
\ No newline at end of file
/*
* This file is part of VECTO.
*
* Copyright © 2012-2019 European Union
* Copyright © 2012-2017 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics,
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.1.1463")]
[assembly: AssemblyFileVersion("3.3.1.1463")]
[assembly: AssemblyVersion("3.3.1.1492")]
[assembly: AssemblyFileVersion("3.3.1.1492")]
/*
* This file is part of VECTO.
*
* Copyright © 2012-2019 European Union
* Copyright © 2012-2017 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics,
......@@ -47,7 +47,7 @@ namespace TUGraz.VectoCore.Utils
public static string VersionNumber
{
get {
return "3.3.1.1463" + SUFFIX;
return "3.3.1.1492" + SUFFIX;
}
}
......
......@@ -76,8 +76,7 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>
</DefineConstants>
<DefineConstants>CERTIFICATION_RELEASE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
......@@ -357,6 +356,11 @@
<Compile Include="Utils\XmlResourceResolver.cs" />
<Compile Include="Utils\XMLValidator.cs" />
<Compile Include="Utils\XPathHelper.cs" />
<Compile Include="VersionNumber1.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>VersionNumber.t4</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment