The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Net::OpenSSH.

0.27  Feb 5, 2009
	- better tty feature handling in open_ex, now it defaults to
          ssh default behaviour
	- support for \ and \\ quoting escapes added
	- minor doc corrections
	- document ssh_opts (bug report by Graham Knop)

0.26  Feb 3, 2009
        - docs reorganized and simplified
        - new std(in|out|err)_discard options added
  	- new master_std(out|err)_(fh|discard) options added (feature
          request by Michael Courtney)
        - async support in system

0.25  Feb 2, 2009
        - remove obsolete FAQ

0.24  Feb 2, 2009
        WARNING!!! backward incompatible changes in this release:
        ===============================================================
	- system method now returns true on success and undef otherwise
	- errors OSSH_SLAVE_SCP_FAILED and OSSH_SLAVE_RSYNC_FAILED
          replaced by generic OSSH_SLAVE_CMD_FAILED
	- multiplexing_socket_path method renamed to get_ctl_path
        ===============================================================
	- new make_remote_command method
	- troubleshooting guide added
	- ask for help in Perlmonks!
	- check multiplexing socket before any command
	- more robust waitpid used
	- detect old OpenSSH versions of ssh (bug report and patch by
          David Markham)

0.23  Jan 25, 2009
        - don't quote ~ when globing (bug report by Niels Larsen)
        - IPv6 addresses are not required inside brackets (feature
          request by Ryan Kruse)
	- better IPv6 regexp from Regexp::IPv6
        - some doc corrections

0.22  Jan 22, 2009
        - use better regexp for IPv6 addresses

0.21  Jan 22, 2009
        - recognize IPv6 addresses (bug report by Ryan Kruse)

0.20  Jan 22, 2009
	- default_stderr_fh was wrongly handled (bug report by Sawyer
          X).
	- add getters for user, host and port properties (feature
          request by Niels Larsen)
	- doc errors corrected

0.19  Jan 20, 2009
	- shell_quote_glob method added
	- rsync has its own quoting rules (bug report by Niels Larsen)
	- implement copy_attrs feature for rsync methods (bug report
          by Niels Larsen)

0.18  Jan 20, 2009
	- several documentation corrections and improvements
          contributed by Niels Larsen.
	- add support for open_ex stdout_fh, stderr_fh and
          stderr_to_stdout options to rsync methods (bug report by
          Niels Larsen)
	- example of asynchronous usage of scp added

0.17  Jan 19, 2009
        - localize $SIG{__DIE__}, $SIG{__WARN__} and $@ for evals (bug
          report by Niels Larsen)
        - quote empty arguments correctly
	- add support for new constructor options
          default_std(in|out|err)_fh
	- some doc improvements

0.16  Jan 11, 2009
        - add support for bwlimit, copy_attrs, stderr_fh, stdout_fh
          and stderr_to_stdout to scp methods
	- correct bug in option checking for spawn and open2

0.15  Jan 9, 2009
        - do not escape dots when quoting args
	- some shell quoting tests added
	- better glob quoting
	- informative rsync error messages
	- doc improvements and typos

0.14  Jan 9, 2009
        - add experimental support for rsync file transfers
	- rework scp implementation in order to share as much as
          possible with rsync methods

0.13  Jan 8, 2009
        - when globing in scp_get, quote spaces only
        - add quote_spaces_only feature to _quote_args method
        - some scp_put and scp_get problems solved (bug report and
          patch by Maxim Yemelyanov).
	- _quote_args was returning wrong result in scalar context
          (bug report and solution also by Maxim Yemelyanov).
	- set umask when creating ctl_dir (bug report by Maxim
          Yemelyanov).

0.12  Jan 7, 2009
        - support timeout option on capture methods (bug report by Pete
          Emerson).
        - remove broken perl 5.6.x workarounds

0.11  Dec 24, 2008
        - new shell_quote method
	- add scp_get and scp_put methods
        - add spawn method
        - add support for ssh_opts in several methods
        - _make_call_ex renamed to _make_call
        - _make_call removed
        - fix doc errors

0.10  Dec 17, 2008
	- require OpenSSH > 4.7 for alternative testing aproach
	- use correct ps args when testing on Solaris
	- new mux_socket_path method
	- more tests
	
0.09  Dec 10, 2008
	- fallback testing method when ssh'ing to localhost is not enabled
	- add support for master_opts constructor argument
	
0.08  Dec 10, 2008
	- require 5.8.x and remove compatibility hacks for older versions
	- solve bug in open_ex when pty is requested
	- perform sanity checks on child file handles on open_ex
	
0.07  Dec 9, 2008
        - remove >>& incompatibility for perl 5.6.x
	- in tests, sort "ls" output, as it seems that it can change
          between two consecutive runs in some OSs

0.06  Dec 3, 2008
        - open_ex API redesigned
        - better bad options handling
        - support for async connections
        - shell metacharacter quoting
        - improved debugging
        - improved documentation

0.01  Fri Nov 14 01:02:40 2008
	- original version; created by h2xs 1.23 with options
		-AXn Net::OpenSSH