################################################################
#
#   WARNING:  THIS IS A ***BETA*** RELEASE OF Net::FullAuto
#
#   Net::FullAuto is powerful network process automation
#   software that has been in un-released development for
#   more than seven years. For this reason, you may find
#   it to be useful for many process automation projects.
#   Because it has been worked on for so long, it may appear
#   to work well, and pass a number of non-intensive tests.
#
#   DO NOT - I REPEAT - DO !!NOT!! USE IN A PRODUCTION
#   ENVIRONMENT! This is newly released software that has
#   not had the benefit of wide exposure - and the presence
#   of here-to-now undetected bugs and design flaws is a
#   virtual certainty. DO NOT USE IN IN/FOR A PROCESS WHERE
#   DATA LOSS IS UNRECOVERABLE. DO NOT USE IN/FOR A PROCESS
#   WHERE DATA INTEGRITY IS CRITICAL. DO NOT USE IN/FOR A
#   PROCESS THAT IS TIME SENSITIVE, UNMONITORED, OR
#   PERSISTENCE CRITICAL. DO NOT USE THIS SOFTWARE WITHOUT
#   ANOTHER METHOD iOR RUNNING THE PROCESS YOU WISH TO
#   AUTOMATE WITH Net::FullAuto. DO NOT USE IN/FOR A PROCESS
#   WHERE FAILURE OF "ANY KIND" IS UNACCEPTABLE.
#
################################################################

2010-08-15  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.32 released.

        * Fixed bug in cwd() cmd


2010-08-15  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.31 released.

        * Numerous changes to enable FullAuto to work on AIX.
          Changes are *not* AIX specific. FullAuto is not more robust.

        * More debugging code added

        * "clear" logic removed (should fix cpan testers error)


2010-08-12  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.30 released.

        * Improved the setup Makefile.PL
          Added more pre-req checks and error handling


2010-08-12  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.29 released.

        * Improved the setup Makefile.PL
          Added more pre-req checks and error handling


2010-08-09  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.28 released.

        * Fixed a bug in how timeouts were handled when looking
          for ssh prompt after login


2010-08-08  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.27 released.

        * Removed 'use Term::Menus;' from Makefile.PL


2010-08-08  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.26 released.

        * Implemented 'tosspass' condition so that users can
          have the option of *not* saving passwords to the
          encrypted database file. This behavior must be
          specifically 'requested' via configuration setting
          or command line arguement. Saving passwords remains
          and WILL remain the 'default' behavior for FullAuto.


2010-08-04  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.25 released.

        * Added process flow to Makefile.PL for scenarios
          when installers do not have permission to install
          to the default location. It now gives them an
          option to install to alternate locations. 

        * Added alarm timeout to Makefile.PL so that installs
          never hang indefinitely


2010-08-03  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.24 released.

        * Implemented Bad_Handle package to enable methods to
          return the stderr from the orginal connection failure
          as an explanation for why the method invocation fails.

        * Cleaned up more ftp & ssh login flow

        * Cleaned up more error messaging.

        * More logging cleanup.


2010-08-01  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.23 released.

        * Cleaned up more ftp & ssh login flow

        * Cleaned up more error messaging.

        * More logging cleanup.


2010-07-31  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.22 released.

        * Cleaned up ftp login flow

        * Cleaned up error messaging.

        * More logging cleanup.


2010-07-29  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.20 released.

        * Cleaned up error messaging.

        * More logging cleanup.


2010-07-28  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.20 released.

        * MORE Misc bug fixes to socket output processing.

        * Implemented printf printing of download progress.

        * Cleaned up logging.


2010-07-23  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.19 released.

        * MORE Misc bug fixes to socket output processing.


2010-07-21  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.18 released.

        * Misc bug fixes to socket output processing.


2010-07-19  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.17 released.

        * Added line to unset environment DISPLAY setting in
          forked processes


2010-07-19  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.16 released.

        * Fixed cygwin output fetching from socket bugs


2010-07-17  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.15 released.

        * Fixed setgid build and runtime bugs


2010-07-15  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.14 released.

        * Modifed Makefile.PL to install setuid, and setgid
          configurations


2010-07-15  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.13 released.

        * Modified Build to compile C Wrapper fullauto(.exe)
          to fullauto.pl to use with setuid 


2009-07-11  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.12 released.

        * Repaired ability to run multi-line commands

        * Added code to remove PROMPT_COMMAND in remote environment

2007-09-23  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.11 released.

        * Repaired Pod Documentation

2007-09-20  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.10 released.

        * Repaired Pod Documentation

        * Added Setup Checklist to Pod

2007-09-20  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.09 released.

        * Repaired Pod Documentation

2007-09-19  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.08 released.

        * Cleaned out usr_code.pm file

2007-09-19  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.07 released.

        * Repaired Pod Documentation

        * Cleaned out fa_hosts.pm file

2007-09-19  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.06 released.

        * Added more Pod Documentation to FullAuto.pm describing
          the required contents of the usr_code.pm file.

2007-09-17  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.05 released.

        * Added more Pod Documentation to FullAuto.pm describing
          the required contents of the fa_hosts.pm file. 

2007-09-14  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.04 released.

        * Added '&' before threads-> method call in usr_code.pm

        * Changed Makefile.PL to require at least
          version 1.24 version of Term::Menus.

2007-09-06  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.03 released.

        * Commented out threads.pm in usr_code.pm

2007-09-06  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.01 released.

        * Fixed unintialized variable error.

2007-09-06  Brian M. Kelly  <Brian.Kelly@fullautosoftware.com>

        * Version 0.01 released.

        * INITIAL RELEASE of ***BETA*** Net::FullAuto