updated release notes

git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@68 38686702-15cf-42e4-a595-3071df8bf5ea
This commit is contained in:
kascade 2008-04-30 11:08:32 +00:00
parent e9d0320141
commit 490c7e92a0
2 changed files with 32 additions and 19 deletions

View File

@ -1,4 +1,4 @@
- RomRaider 0.4.2 Beta -
- RomRaider 0.5.0 Beta -
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
major enhancements to the datalogger.
This release includes minor fixes to the editor and major
enhancements to the logger.
-----------------------
- 0.4.1b Known Issues -
- 0.5.0b Known Issues -
-----------------------
- 3d graph
- Java3d over most VNC implementations will show a blank JFrame
- You MUST have up to date graphics drivers that support OpenGL 1.2
- Expect ~200 megs of usage when using 3d graphing
- Expect possible memory leaks when using 3d graphing
- 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
- Editor
- Pasting table data can cause hangs under certain circumstances
- Logger
- AEM UEGO support is a bit flaky
- UTEC Logger incomplete
--------------
- 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)
-----------------

View File

@ -9,7 +9,7 @@ name.package: RomRaider
description.package: RomRaider ROM Editing Suite
name.organization: RomRaider.com
name.maintainer: Jared Gould
email.maintainer:
email.maintainer:
supporturl: http://www.romraider.org
romrevisionurl: http://www.scoobypedia.co.uk/index.php/Knowledge/ECUVersionCompatibilityList
@ -18,8 +18,8 @@ loggerdefsurl: http://www.romraider.com/forum/topic1642.html
release_notes: release_notes.txt
version.major: 0
version.minor: 4
version.patch: 2
version.minor: 5
version.patch: 0
version.buildnumber: ${svn.revision}
version.extra: Beta
@ -27,7 +27,7 @@ version.extra: Beta
class.start: com.romraider.ECUExec
# 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: Copyright(c) 2001-${time.year} ${name.organization}. Released under GPL 2.0.