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.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