Autopilot Fuzzy Library Component
Version 2.3

Changes since Version 2.2:
   * Minor changes to adhere to ISO C++ standard
   * Added code to update fuzzy sets at start time
   * Added new functionality to update fuzzy sets to new values specified
     in a file
   * Updated FuzzyLibFRC/FuzzyLibFRC/fuzzyparse.y to generate trapezoidal
     sets instead of triangular sets
   * Fixed bug in fuzzyparse.y where string was being deleted too soon
   * Disabled some code in FlPipe::open.  This has not been ported to 
     gcc 3.2
  

Changes since Version 2.1:
 - Minor changes to Makefiles to ease build under Solaris 2.7 with C++ 5.0
   * new AR specifier
   * use C compiler, not C++ to build FuzzyLibFRC
   * list path to flex library

Changes since Version 2.0:
 - Minor changes to allow component to build under Solaris 2.7 with C++ 5.0
 - Minor changes in procedure for "gmake clean"
