8
0
forked from pool/perl-Net-SSH2
Files
perl-Net-SSH2/perl-Net-SSH2.changes

104 lines
4.1 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Sat Dec 26 10:01:28 UTC 2015 - coolo@suse.com
- updated to 0.58
see /usr/share/doc/packages/perl-Net-SSH2/Changes
0.58 2015-12-20
- rereleas as stable
0.57_03 2015-12-5
- remove MYMETA.* from distribution (fixes #rt108717, reported
by Alexandr Ciornii)
- workaround bug in libssh2_agent_disconnect (fixes #28,
reported by Tore Anderson)
0.57_02 2015-10-29
- Module::Install::CheckLib was missing
0.57_01 2015-10-26
- reimplement scp_put and scp_get methods fixing several issues
- add support for Mac Homebrew and its keg-only OpenSSL
-------------------------------------------------------------------
Wed Dec 2 12:06:14 UTC 2015 - coolo@suse.com
- updated to 0.56
see /usr/share/doc/packages/perl-Net-SSH2/Changes
0.56 2015-10-9
- add support for auth_publickey_frommemory method (patch by
Adam Osuchowski)
- several documentation improvements
- fix broken test, rsa were not used for authentication
(#rt107382 reported by sisyphus)
- fix broken test, sock method can return both IO::Socket::IP
and IO::Socket::INET objects (#rt107381 reported by
sisyphus)
- improves docs for Net::SFTP::File::write method (#rt58911
reported by Salvatore Bonaccorso).
0.55 2015-09-27
- rerelease as stable
- fix errors in test script
0.54_02 2015-09-13
- channel write method was concealing errors
- several doc improvements (patches by Jason Lewis)
0.54_01 2015-08-27
- on auth method use key passphrase instead of password to
refer to the private key passphrase - using password will be
deprecated in future releases and is now warned
- add support for IPv6 via IO::Socket::IP (patch submitted by
Baldur Kristinsson)
- use binmode when transferring data from/to the local
filesystem in SCP methods
- add support for password-interact authentication
- add fallback option to auth method
- allow undef as the publickey path (patch submitted by Yuni
Kim)
- on channel write method, when blocking mode is set, call
libssh2_channel_write repeatly until the buffer is empty
- on channel read method, when non-blocking mode is set, don't
call libssh2_channel_read repeatly until the buffer is
filled
- add Net::SSH2 known_hosts method and Net::SSH2::KnownHosts
class
- add keepalive_config and keepalive_send methods
- add channel methods "window_write", "window_read" and
"receive_window_adjust"
- add "Compress" option into "connect" method
- add "flags" method
- exit_signal was generating SIGSEGV
- improve callback handling
- several documentation clarifications added
- fix several memory leaks
- fix several file descriptor leaks
- Lots of other minor tweaks
-------------------------------------------------------------------
Thu Jan 8 15:25:31 UTC 2015 - seife+obs@b1-systems.com
- add Net-SSH2-0.53-newer-openssl.diff to fix deadlock on SLE11SP3
- fix build on 13.2+ by using "rm -f", file does no longer exist.
-------------------------------------------------------------------
Thu Mar 20 23:51:17 UTC 2014 - lars@linux-schulserver.de
- update to 0.53
- add support for ldargs, and LIBSSH2_LIB, LIBSSH2_INCLUDE,
LIBSSH2_LDARGS env vars while building (RT#88265)
- detect scp not being installed on the remote and return undef from
scp_put (krimdomu: Jan) (GitHub PR: #17)
- turn off -std=c89 -pedantic-errors for all builds except authors not
on mingw or solaris
- remove #warning, not standard C89, throws an error on non-threaded
builds due to -pedantic-errors (RT#87398)
-------------------------------------------------------------------
Thu Apr 18 15:04:08 UTC 2013 - lars@linux-schulserver.de
- initial version 0.48