0.15  Tue Jul 03 13:23:00 GMT 2007
    - Users report that the child reaping isn't stable across all systems, so
      revert to old system of doing nothing
0.14  Tue Jul 03 16:40:00 GMT 2007
    - Allow SSH Transport to handle username prompts, courtesy of Nigel Bowden
    - Set Unix systems to automatically reap child processes
0.13  Mon Jan 29 16:48:00 GMT 2007
    - Bug in my use of Class::Data::Inheritable. A schoolboy-error :(
0.12  Sun Jan 28 23:46:00 GMT 2007
    - Bug in SSH Transport that would catch someone out one day
0.11  Sun Jan 28 20:54:00 GMT 2007
    - Add CheckPB option to allow (almost) complete disabling of phrasebook
      entry checks
    - Separate out phrasebook entry checking in case not all required (e.g.
      not going to use configure mode)
    - Add special Match argument to cmd() allowing operation more like
      Net::Telnet's waitfor()
    - Add Opts option to SSH Engine to support arbitrary openssh args
0.09  Tue Nov 14 11:59:00 GMT 2006
    - Remove all hard-coded command phrases and prompt regexps, they are now
      pulled from the loaded phrasebook so can be overridden
    - Check all phrases are actually in the loaded phrasebook at instantiation
      time and die if any are not available
    - As a result, now require Net::Appliance::Phrasebook >= 0.07
    - Allow user to disable login (user/pass) negotiation e.g. for public
      route servers
    - Also allow user to disable paging management, or override the number of
      lines used to re-enable paging
    - Also allow user to disable privileged and configure modes (see docs)
    - New Transport for Serial Line access, called 'Serial' (not tested much)
    - New Transport for Telnet access, called 'Telnet' (not tested much)
    - Factor out the IO::Pty code into Transport base class. Also checked it
      out, and it's actually pretty sane, so can stay in.
0.08  Sat Oct 14 12:24:00 BST 2006
    - Stupid typo in module version, don't know how it slipped through :(
0.07  Fri Oct 13 13:35:00 BST 2006
    - various POD and comment fixes
0.06  Wed Oct 04 12:51:00 BST 2006
    - Allow Source arg, to pass through to Net::Appliance::Phrasebook
    - Recursive end_configure attempts to exit up to three times
    - Fixups to POD
0.05  Tue Oct 03 16:22:00 BST 2006
    - Initial Release