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 279d84da authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

New build 448 of Vecto 3.0.2

parent f7552b76
No related branches found
Tags Build/v3.0.2.448 Release/v3.0.2.448
No related merge requests found
#Changelog
**VECTO 3.0.2 (2016-03-10)**
**VECTO 3.0.2**
***Build 434 (2016-03-10)***
- New simulation modes:
+ Measured Speed
......@@ -34,10 +36,17 @@
- Bugfix: retarder takes the retarder ratio into account for lossmap lookup
- Bugfix: use unique identifier for jobs in job list
- Bugfix: error in triagulation of fuel consumption map
***Build 448 (2016-03-24)***
- Bugfix: set WHTC factors to a valid default value in engineering mode
- Bugfix: first page of declaration report was missing
- fixed inconsistencies in user manual
- Bugfix: better error message roll resistance calculation could not be calculated
- Bugfix: measured speed now calculates distance correctly
- Bugfix: measured speed fills missing moddata columns (acc, dist, grad)
- Bugfix: better error message when driving cycle is missing.
- Bugfix: vectocmd errormsg when writing progress
**VECTO 3.0.1**
......
......@@ -3557,7 +3557,8 @@ Auxiliary speed [rpm],Mechanical power [kW],Supply power [kW]
</div>
<div id="changelog" class="section level1">
<h1>Changelog</h1>
<p><strong>VECTO 3.0.2 (2016-03-10)</strong></p>
<p><strong>VECTO 3.0.2</strong></p>
<p><strong><em>Build 434 (2016-03-10)</em></strong></p>
<ul>
<li>New simulation modes:
<ul>
......@@ -3596,10 +3597,17 @@ Auxiliary speed [rpm],Mechanical power [kW],Supply power [kW]
<li>Bugfix: retarder takes the retarder ratio into account for lossmap lookup</li>
<li>Bugfix: use unique identifier for jobs in job list</li>
<li>Bugfix: error in triagulation of fuel consumption map</li>
</ul>
<p><strong><em>Build 448 (2016-03-24)</em></strong></p>
<ul>
<li>Bugfix: set WHTC factors to a valid default value in engineering mode</li>
<li>Bugfix: first page of declaration report was missing</li>
<li>fixed inconsistencies in user manual</li>
<li>Bugfix: better error message roll resistance calculation could not be calculated</li>
<li>Bugfix: measured speed now calculates distance correctly</li>
<li>Bugfix: measured speed fills missing moddata columns (acc, dist, grad)</li>
<li>Bugfix: better error message when driving cycle is missing.</li>
<li>Bugfix: vectocmd errormsg when writing progress</li>
</ul>
<p><strong>VECTO 3.0.1</strong></p>
<ul>
......@@ -539,9 +539,9 @@ Imports TUGraz.VectoCore.Utils
ModeUpdate()
#If DEBUG Then
Dim LicCheck = False
Const LicCheck As Boolean = False
#Else
Dim LicCheck = True
Const LicCheck as Boolean = True
#End If
'License check
......
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.0.2.434")]
[assembly: AssemblyFileVersion("3.0.2.434")]
[assembly: AssemblyVersion("3.0.2.448")]
[assembly: AssemblyFileVersion("3.0.2.448")]
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.0.2.434")]
[assembly: AssemblyFileVersion("3.0.2.434")]
[assembly: AssemblyVersion("3.0.2.448")]
[assembly: AssemblyFileVersion("3.0.2.448")]
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