2006-11-12 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu>
  ===== 0.0.7 =====

  Changed smart pointer typedef to CLIPSPointer

2006-08-06 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu>
  ===== 0.0.6 =====

  Added example envthreaded demonstrating four parallel environment executions.

  Updated examples to call CLIPS::init()

  Added the CLIPS::init() method to initialize threading support.

  Environment: Added run_threaded() method, and support methods such as
  join_run_thread(). This initiates execution of the environment in a separate
  thread.

2006-07-31 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu>
  ===== 0.0.5 =====
  Changed handling of config.h and smart pointer defines
  Fixed some signed unsigned compiler warnings
  Fixed some missing returns in several Value methods

2006-07-29 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu>
  ===== 0.0.4 =====

2006-07-26 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu>
  Environment: Changed assert to assert_fact

  Added checks to locate boost shared pointer if tr1 shared pointer isn't
  found. Added support to use whichever form is found.

2006-07-21 Rick L. Vinyard, Jr. <rvinyard@cs.nmsu.edu>
  ===== 0.0.3 =====

  Added Function class for handling deffunctions

  Environment: Added method for getting list head of globals

2006-07-20 Rick L. Vinyard, Jr. <rvinyard@cs.nmsu.edu>
  ===== 0.0.2 =====

  Added Global class to support CLIPS globals

2006-07-18 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu>
  Renamed module() methods module_name() when returning a string name

2006-07-16 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu>
  ===== 0.0.1 =====
  Initial release

