2015-03-15 11:59:08 +01:00
|
|
|
libssh2 1.6.0
|
2009-07-29 14:35:42 +02:00
|
|
|
|
2012-11-27 22:39:18 +01:00
|
|
|
This release includes the following changes:
|
|
|
|
|
2015-03-15 11:59:08 +01:00
|
|
|
o Added CMake build system
|
|
|
|
o Added libssh2_userauth_publickey_frommemory()
|
2009-07-29 14:35:42 +02:00
|
|
|
|
2012-11-27 22:39:18 +01:00
|
|
|
This release includes the following bugfixes:
|
2012-05-18 23:44:07 +02:00
|
|
|
|
2015-03-15 11:59:08 +01:00
|
|
|
o wait_socket: wrong use of difftime() [1]
|
|
|
|
o userauth: Fixed prompt text no longer being copied to the prompts struct
|
|
|
|
o mingw build: allow to pass custom CFLAGS
|
|
|
|
o Let mansyntax.sh work regardless of where it is called from
|
|
|
|
o Init HMAC_CTX before using it
|
|
|
|
o direct_tcpip: Fixed channel write
|
2015-03-11 08:21:09 +01:00
|
|
|
|
2009-07-29 14:35:42 +02:00
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
advice from friends like these:
|
|
|
|
|
2015-03-15 11:59:08 +01:00
|
|
|
Alexander Lamaison, Daniel Stenberg, David Calavera, Jakob Egger,
|
|
|
|
Viktor Szakáts, Will Cosgrove, Joe Turpin
|
2009-08-10 22:58:15 +02:00
|
|
|
|
2009-07-29 14:35:42 +02:00
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|
2015-03-15 11:59:08 +01:00
|
|
|
|
|
|
|
[1] = https://github.com/bagder/libssh2/issues/1
|