Release Candidate 0.5.6 RC5

This commit is contained in:
Dale Schultz 2012-12-22 15:59:04 -05:00
parent 6a8086064c
commit 209bc8e617
3 changed files with 16 additions and 5 deletions

View File

@ -82,7 +82,7 @@
<!-- Set the buildnumber to be the revision fetched from the repository, but default to zero for
offline work -->
<condition property="buildnumber" value="${svn.revision}" else="442">
<condition property="buildnumber" value="${svn.revision}" else="445">
<isset property="svn.revision"/>
</condition>

View File

@ -1,4 +1,4 @@
- RomRaider 0.5.6 RC4 -
- RomRaider 0.5.6 RC5 -
Open-Source ECU Tuning -- www.romraider.com
@ -33,15 +33,16 @@ RomRaider is still in beta status and changing frequently,
documentation may be incomplete or out of date.
--------------------------------------------
- 0.5.6 RC4 Notes (12/13/2012) -
- 0.5.6 RC5 Notes (12/22/2012) -
--------------------------------------------
This is the latest release of the RomRaider from the GitHub repo.
--------------------------------------
- 0.5.6 RC4 Known Issues -
- 0.5.6 RC5 Known Issues -
--------------------------------------
- Editor
- Pasting table data can cause hangs under certain circumstances
- Table Compare to another map fails on large maps such as Base Timing
- Logger
- Pressing the Logger Connect button twice may start a second QueryManger
instance which will continually try to connect to the ECU while the first
@ -58,6 +59,16 @@ Status of these items can be viewed at:
- Change Log -
--------------
0.5.6 RC5 (12/22/2012)
----------------------------------
- Editor
- partial fix for Table Compare to another map by scotthew
- Logger
- fix to handle Registry FILE_NOT_FOUND error response for J2534 device lookup.
0.5.6 RC4 (12/13/2012)
----------------------------------

View File

@ -23,7 +23,7 @@ version.minor=5
version.patch=6
version.buildnumber=${buildnumber}
version.extra=RC
version.extra1=4
version.extra1=5
# the starting class for the application
class.start=com.romraider.ECUExec