mirror of https://github.com/rusefi/RomRaider.git
updated release notes
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@68 38686702-15cf-42e4-a595-3071df8bf5ea
This commit is contained in:
parent
e9d0320141
commit
490c7e92a0
|
@ -1,4 +1,4 @@
|
||||||
- RomRaider 0.4.2 Beta -
|
- RomRaider 0.5.0 Beta -
|
||||||
Open-Source ECU Tuning -- www.romraider.com
|
Open-Source ECU Tuning -- www.romraider.com
|
||||||
|
|
||||||
|
|
||||||
|
@ -35,32 +35,45 @@ documentation may be incomplete or out of date.
|
||||||
|
|
||||||
|
|
||||||
-----------------------------
|
-----------------------------
|
||||||
- 0.4.1b Notes (2/8/2007) -
|
- 0.5.0b Notes (5/1/2008) -
|
||||||
-----------------------------
|
-----------------------------
|
||||||
This release includes a couple minor fixes to the tuning interface and
|
This release includes minor fixes to the editor and major
|
||||||
major enhancements to the datalogger.
|
enhancements to the logger.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
-----------------------
|
-----------------------
|
||||||
- 0.4.1b Known Issues -
|
- 0.5.0b Known Issues -
|
||||||
-----------------------
|
-----------------------
|
||||||
- 3d graph
|
- Editor
|
||||||
- Java3d over most VNC implementations will show a blank JFrame
|
- Pasting table data can cause hangs under certain circumstances
|
||||||
- You MUST have up to date graphics drivers that support OpenGL 1.2
|
- Logger
|
||||||
- Expect ~200 megs of usage when using 3d graphing
|
- AEM UEGO support is a bit flaky
|
||||||
- Expect possible memory leaks when using 3d graphing
|
- UTEC Logger incomplete
|
||||||
- There are some problems with cell selection in 3d graphs
|
|
||||||
- Numerical interpolation can take some time on slower machines
|
|
||||||
- Other
|
|
||||||
- File associations will work only in Windows systems
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
- Change Log -
|
- Change Log -
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
0.5.0b (5/1/2008)
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
--- Editor ---
|
||||||
|
- Minor bug fixes
|
||||||
|
- RAMTune test application
|
||||||
|
|
||||||
|
--- Logger ---
|
||||||
|
- Plugin interface added including plugins for,
|
||||||
|
- Innovate LC-1
|
||||||
|
- Innovate LM-1
|
||||||
|
- AEM UEGO
|
||||||
|
- UTEC
|
||||||
|
- New MAF scaler tab
|
||||||
|
- New injector scaler tab
|
||||||
|
- Reset ECU
|
||||||
|
|
||||||
|
|
||||||
0.4.1b (2/8/2007)
|
0.4.1b (2/8/2007)
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
|
|
@ -18,8 +18,8 @@ loggerdefsurl: http://www.romraider.com/forum/topic1642.html
|
||||||
release_notes: release_notes.txt
|
release_notes: release_notes.txt
|
||||||
|
|
||||||
version.major: 0
|
version.major: 0
|
||||||
version.minor: 4
|
version.minor: 5
|
||||||
version.patch: 2
|
version.patch: 0
|
||||||
version.buildnumber: ${svn.revision}
|
version.buildnumber: ${svn.revision}
|
||||||
version.extra: Beta
|
version.extra: Beta
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ version.extra: Beta
|
||||||
class.start: com.romraider.ECUExec
|
class.start: com.romraider.ECUExec
|
||||||
|
|
||||||
# JVM args
|
# JVM args
|
||||||
jvm.args: -Djava.library.path=lib -Dawt.useSystemAAFontSettings=lcd -Dswing.aatext=true -Xms64M -Xmx512M -XX:-UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:+UseParNewGC
|
jvm.args: -Djava.library.path=lib -Dawt.useSystemAAFontSettings=lcd -Dswing.aatext=true -Xms32M -Xmx384M -XX:-UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:+UseParNewGC
|
||||||
|
|
||||||
# copyright stuff
|
# copyright stuff
|
||||||
copyright: Copyright(c) 2001-${time.year} ${name.organization}. Released under GPL 2.0.
|
copyright: Copyright(c) 2001-${time.year} ${name.organization}. Released under GPL 2.0.
|
||||||
|
|
Loading…
Reference in New Issue