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

             OVAL Query Interpreter

         Windows NT 4.0 and Windows 2000

    Copyright (c) 2003 - The MITRE Corporation

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

---------------------------------------
---           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
* Corrected bug in command line processing that forced the definitions file to be specified before the -z flag

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

* Added more build info to header.
* Simplified command line options
* Clarified readme.txt
* Added more accurate checking of schema version found in input definitions.sql file
* Added support for Red Hat 9 definitions

---------------------------------------
---           Version 3.0           ---
---------------------------------------

* modified to work with the new version 3 of the windows sql schema

---------------------------------------
---           Version 1.1           ---
---------------------------------------

* SQLite does not recognize the EXISTS and NOT EXISTS keywords that are used through out the OVAL queries.  To get around this, the OVAL Query Interpreter must replace each instance of EXISTS and NOT EXISTS with NOTNULL and ISNULL respectfully.  There was a problem in previous versions with how this replace was done, causing incorrect results to be returned.  The problem only existed in queries that contained multiple levels of EXISTS or NOT EXISTS statements.  This has been fixed.

* The path data harvested from the metabase was stored incorrectly in the database causing some OVAL Queries to produce incorrect results.  The path was being stored with forward slashes ('/') but the OVAL queries all looked for backward slashes ('\').  The Query Interpreter has been fixed so path information from the metabase is now stored using backward slashes.

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

* initial release
