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

         OVAL XML Definition Interpreter

    Copyright (c) 2005 - The MITRE Corporation

****************************************************
---------------------------------------
---           Version 4.3           ---
---------------------------------------
* Corrected bug in ommon::GetErrorMessage - function was writing error message to stderr
* Added WMI probe to support wmi_test
* Corrected Active Directory probe. The probe was not properly autheniticating witht he acitve directory server.
* Corrected bug in Registry probe GetRegKeyValue function. If a registry key ended in a '\' that last 2 characters were being removed instead of just the last character.
* Upgraded pcre for windows use to version 6.3
* Corrected bug in combining result values from software and configuration sections of criteria. Always and both values together and report that as the ovaerall result.

---------------------------------------
---           Version 4.2           ---
---------------------------------------
* Updated to support version 4.1 of the OVAL schema
* Added SimpleTestAnalyzer::CompareBooleanData for processing boolean data
* Updated results stylesheet to run on new OVAL Results 4.1 schema

---------------------------------------
---           Version 4.1           ---
---------------------------------------
* Created AbsFileFinder class as an abstract base class for platform specific FileFinder classes.
* FileFinder classes for Windows and Red Hat
* Converted version 4.0 code to use now FileFinder classes
* Created AbsXmlFileContentProbe as a base class for platform specific XmlFileContentProbes
* Created a Windows and Red Hat XmlFileContentProbe
* Created AbsXmlFileContentData as a base class for platform specifi XmlFileContentData classes
* Corrected bug in FileProbe that was improperly constructing file paths out of path components
* Added better error reporting to output in results.xml file
* Corrected bug caused by upgrading to latest version of the Xerces library. PSVI data was not being stored in the DOM tree after a document was parsed.

---------------------------------------
---           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
