From 590eff6410711726a85743c928ef33a38f191a5f Mon Sep 17 00:00:00 2001 From: kascade Date: Sat, 17 Oct 2009 11:33:28 +0000 Subject: [PATCH] added zeitronix support; updated aem uego support git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@238 38686702-15cf-42e4-a595-3071df8bf5ea --- plugins/lm2.plugin | 2 +- release_notes.txt | 10 +++++----- version.properties | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/lm2.plugin b/plugins/lm2.plugin index ca948086..5ae165ae 100644 --- a/plugins/lm2.plugin +++ b/plugins/lm2.plugin @@ -1 +1 @@ -datasource.class=com.romraider.logger.innovate.lm2.plugin.Lm2DataSource \ No newline at end of file +#datasource.class=com.romraider.logger.innovate.lm2.plugin.Lm2DataSource \ No newline at end of file diff --git a/release_notes.txt b/release_notes.txt index 87d1b5cf..63f17914 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,4 +1,4 @@ - - RomRaider 0.5.3 Beta RC1 - + - RomRaider 0.5.3 Beta RC2 - Open-Source ECU Tuning -- www.romraider.com @@ -35,12 +35,12 @@ documentation may be incomplete or out of date. ------------------------------- -- 0.5.3b RC1 Notes (02/07/2009) - +- 0.5.3b RC2 Notes (10/17/2009) - ------------------------------- -This is a beta release of the upcoming official 0.5.3b release. +This is the second beta release of the upcoming official 0.5.3b release. --------------------------- -- 0.5.3b RC1 Known Issues - +- 0.5.3b RC2 Known Issues - --------------------------- - Editor - Pasting table data can cause hangs under certain circumstances @@ -55,7 +55,7 @@ This is a beta release of the upcoming official 0.5.3b release. - Change Log - -------------- -0.5.3b RC1 (10/17/2009) +0.5.3b RC2 (10/17/2009) ---------------------- --- Logger --- diff --git a/version.properties b/version.properties index 8683c2b8..c1d8bcec 100644 --- a/version.properties +++ b/version.properties @@ -22,7 +22,7 @@ version.minor=5 version.patch=3 version.buildnumber=${buildnumber} version.extra=Beta -version.extra1=RC1 +version.extra1=RC2 # the starting class for the application class.start=com.romraider.ECUExec