1.1.1
- Cosmetic documentation changes. Updated the contact address.

1.1
- Added handlers for format string attacks, along w/ some supporting code.
- Support was added to integrate ITS4 with the Visual Studio GUI.  
  Directions are in the INSTALL file.  Thanks to Bob Fleck
  (rfleck@cigital.com) for this contribution.
- By default, identifiers with the same names as "bad" functions
  are not flagged, even though there is a slight chance that macro
  magic could be hiding a real problem.  If you want the old behavior,
  use the flag "--paranoid".
- Fixed a bug that redefined __cplusplus for most Solaris users without
  a getopt_long (Reported by lots and lots of people... thanks, all!).
- Fixed several small bugs that probably have no impact on most users.
  The most important is that numbers are parsed as if ITS4 is a 
  preprocessor, not a C parser.  This helps ITS4 address many
  language extensions without choking (but not all).  
- Reliable Software Technologies changed its name to Cigital, Inc.
  The documentation and license have been modified to reflect this change.

1.0.1
- Added support for Visual C++ 5.0 and later.  Patches sent by Russell Lang.
  Note that wildcards at the commandline will not work.
- Added GNU getopt to the distribution for platforms that don't have it.
- Changed the LICENSE file, as it had a few problems where the text
  didn't match the intent.  Whoops... we're geeks, not lawyers...
  Thanks to Steffen Zahn for pointing out this problem.
- Made some other minor changes, mainly related to portability issues.  
  Thanks to Thomas Klausner, Chris Faulhaber and William Bader for their
  patches