Net-OpenSSH

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        - fix some misspellings

0.58_04  May 2, 2012
        - solve some git merge mistakes

0.58_03  May 1, 2012
        - several misspellings corrected on the docs (bug report by
          Florian Schlichting from Debian - I love these guys!)
        - don't put square brackets around IPv6 addreses when passing
          the hostname to ssh (bug report by Alexey ?)

0.58_02  Apr 16, 2012
        - strict_mode lets pass world-writable directories if they
          have the restricted deletion flag set
        - implement sshfs import and export methods
        - add forward_agent feature
        - do not disable ssh-agent when using password authentication
        - some documentation improvements

0.58_01  Jan 30, 2012
        - add new documentation section about debugging
        - new helper module Net::OpenSSH::OSTracer added
        - ConnectionCache module was missing from MANIFEST
        - correction on default_ssh_opts feature documentation
          (reported by Yann Kerhervé)

0.57  Dec 21, 2011
        - quote equal sign
        - do not quote commas

0.56_01  Dec 8, 2011
        - rsync methods were failing when user was defined (bug report
          by black_fire)
        - detect when the destructor is being called from a different
          thread (bug report by troy99 at PerlMonks)
        - support for Net::OpenSSH::Gateway added

0.55  Dec 6, 2011
        - solve regression from 0.53_03: rsync methods were broken
          because the hostname was not being correctly removed from
          the ssh command passed to rsync (bug report by Mithun
          Ayachit)

0.54  Dec 4, 2011
        - release as stable

0.53_05  Nov 23, 2011
        - scp methods were broken when a user was given (bug report by
          Andrew J. Slezak)
        - add support for verbose option in scp methods
        - implement parse_connections_opts
        - solve bug related to expansion of HOST var when an IPv6
          address was given
        - move FACTORY docs to the right place
        - add FAQ about running remote commands via sudo
        - add sample for Net::Telnet integration
        - add sample for sudo usage reading password from DATA

0.53_04  Sep 2, 2011
        - add default_ssh_opts feature
        - getpwuid may fail, check $home is defined before using it
        - add FAQ entry about MaxSessions limit reached
        - move FACTORY docs to the right place

0.53_03  Aug 18, 2011
        - handling of default_std*_file was broken (bug report and
          patch by Nic Sandfield)
        - keep errors from opening default slave streams
        - add Net::OpenSSH::ConnectionCache package
        - add FACTORY hook
        - place '--' in ssh command after host name
        - add support for die_on_error
        - add support for batch_mode feature
        - typo in sample code corrected (reported by Fernando Sierra)
        - using { stdin_data => [] } was generating warnings

0.53_02  Jul 12, 2011
        - add support for custom login handlers
        - remove SIG{__WARN__} localizations

0.53_01  May 15, 2011
        - quoter and glob_quoter fully rewritten from scratch
        - quoter was not handling "\n" correctly (bug report and work
          around by Skeeve)
        - minor doc improvements

0.52  May 9, 2011
        - release as stable
        - skip bad passwd test when IO::Pty is not available

0.51_12  May 2, 2011
        - require version 2 of the SSH protocol (bug report by Jo
          Rhett)
        - remove harmless "my $foo = ... if ..." bug

0.51_11  Apr 24, 2011
        - encoding handling in sftp method was broken (bug report and
          solution by Todd Rinaldo)
        - sftp method was broken (regression)
        - better support for sharing SSH connections with children
        - more tests
        - add sample for usage with Net::Telnet
        - bad sample in documentation corrected

0.51_10  Mar 29, 2011
        - error status was not reset between calls (regression)
        - remove internal line numbers from error messages
        - encoding errors were not propageted in pipe_in and pipe_out
          methods
        - minor debuging cleanup
        - better messages on bad encoding errors

0.51_09  Mar 29, 2011
        - add support for passphrase protected keys
        - add support for passing the private key path as an explicit
          constructor option
        - bug solved on password handling
        - bug solved in _fileno_dup_over
        - remove redundant _check_master_and_clear_error
        - more tests
        - some doc improvements



( run in 0.898 second using v1.01-cache-2.11-cpan-39bf76dae61 )