1.2.1
---

Android Suite:

1.	Test cases now run on a different thread.
2.	Exit button added.

Utils:

1.	LinuxScripts was removed from the util folder.
	Scripts now sit on util root.


1.2 addendum
---

New spin:  "javac" JDK (Compiler)
         + Android Debug.Class (profiler)
         + Eclipse (required infrastructure)

This spin is a port of the windows-icl spin.  Porting issues and resultant
changes are listed below.

Makefile:

1.	Makefile was deleted as it's not used on this spin for the android device.

Test cases:

1.	Removed from root folder as they don't work with a Makefile. 	

2.	Rewritten to work on Java for an Android platform, using the Debug class
	for profiling.

3.	Must be run using the "Android Suite" application on a mobile device or an AVD Emulator.
	"Android Suite" was tested on a Motorola DROID X running Android 2.2.

4.	Test cases are now located on AndroidSuite/src/gov/nist/androidsuite/

5.	Declarations "#define" and "#pragma" don't exist in the Java language. 
	Lines were replaced by direct declarations of the desired objects.
	
6.	Type "uint64_t" doesn't exist in the Java language.
	Type was replaced by the Java type "long".
	
7.	All test cases are user fully customizable through the "Android Suite" application.

8.	Tracing is enabled at such a scope that a main program does not appear
	in results.  "(toplevel)" replaces main.

val3, val5 only:

8.	Old C protocol (int not bool), was removed.
	Reverted back to boolean conditions.

Utils:

1.	"val1-Rtable.rb" and "val1-anomaly-experiment.bat" were removed as they are not used by this spin.

2.	A folder named "LinuxScripts" was added to Utils.

3.	Folder "LinuxScripts" contains "getTraceFiles" shell script (See the comments embedded in the script.)
