****************************************************

         OVAL XML Definition Interpreter

    Copyright (c) 2005 - The MITRE Corporation

****************************************************

---------------------------------------
---           Version 4.0           ---
---------------------------------------
* Converted Interpreter code to be compatable with version 4.0 of the oval schema. This required a complete rewrite of tne Analysis engine code.
* Removed all traces of the OVAL SQL interpreter. This lead to a complete restructuring of the code. 

---------------------------------------
---           Version 3.4           ---
---------------------------------------
* Corrected bug in Red Hat rpminfo probe that was not properly reporting errors that occure while collecting data on a system.
* Corrected bug in Windows file probe that was not properly reporting errors when a registry key listed as a componenet is not found on the tested systme.

---------------------------------------
---           Version 3.3           ---
---------------------------------------
* Corrected bug in windows regisrty probe that was causing some regular expressions to be processed incorrectly.
* Increased the limit on the number of allowed matches to a regular expression.
* Added code to prevent non matching registry key information from being written to the system charactersitics file when not in verbose mode.

---------------------------------------
---           Version 3.2           ---
---------------------------------------

* Now using the __DATE__ and __TIME__ marcos to update build date and time information
* Added development_class element to windows file attribute probe
* Added ability to read in variables from a variables file before processing oval definitions
* Corrected bug in command line processing that forced the definitions file to be specified before the -z flag

---------------------------------------
---           Version 3.1           ---
---------------------------------------

* Moved to version 3.1 future versions of the XML Definition Interpreter will always correspond to the version of SQL Definition Intepreter

---------------------------------------
---           Version 2.0           ---
---------------------------------------

* Incremented version number to 2 to allow version of the interpreter to refelect the version of the xml schema capable of being rung
* Simplified command line
* Clarified readme.txt
* Added Active Directory Probe

---------------------------------------
---           Version 1.0           ---
---------------------------------------

* initial release
