Skip to content

Commit 6e40af7

Browse files
committed
NEWS: add the 1.2.6 release details
1 parent 5e46c86 commit 6e40af7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

NEWS

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
libssh2 1.2.6 (June 10, 2010)
2+
3+
This release includes the following changes:
4+
5+
o Added libssh2_sftp_statvfs() and libssh2_sftp_fstatvfs()
6+
o Added libssh2_knownhost_checkp()
7+
o Added libssh2_scp_send64()
8+
9+
This release includes the following bugfixes:
10+
11+
o wait_socket: make c89 compliant and use two fd_sets for select()
12+
o OpenSSL AES-128-CTR detection
13+
o proper keyboard-interactive user dialog in the sftp.c example
14+
o build procedure for VMS
15+
o fixed libssh2.dsw to use the generated libssh2.dsp
16+
o several Windows-related build fixes
17+
o fail to init SFTP if session isn't already authenticated
18+
o many tiny fixes that address clang-analyzer warnings
19+
o sftp_open: deal with short channel_write calls
20+
o libssh2_publickey_init: fixed to work better non-blocking
21+
o sftp_close_handle: add precation to not access NULL pointer
22+
o sftp_readdir: simplified and bugfixed
23+
o channel_write: if data has been sent, don't return EAGAIN
24+
125
Version 1.2.5 (April 13, 2010)
226

327
This release includes the following changes:

0 commit comments

Comments
 (0)