File: RELEASE-NOTES

package info (click to toggle)
libssh2 1.2.6-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,512 kB
  • ctags: 1,941
  • sloc: ansic: 19,640; sh: 10,525; makefile: 388; awk: 19
file content (32 lines) | stat: -rw-r--r-- 1,242 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
libssh2 1.2.6

This release includes the following changes:

 o Added libssh2_sftp_statvfs() and libssh2_sftp_fstatvfs()
 o Added libssh2_knownhost_checkp()
 o Added libssh2_scp_send64()

This release includes the following bugfixes:

 o wait_socket: make c89 compliant and use two fd_sets for select()
 o OpenSSL AES-128-CTR detection
 o proper keyboard-interactive user dialog in the sftp.c example
 o build procedure for VMS
 o fixed libssh2.dsw to use the generated libssh2.dsp
 o several Windows-related build fixes
 o fail to init SFTP if session isn't already authenticated
 o many tiny fixes that address clang-analyzer warnings
 o sftp_open: deal with short channel_write calls
 o libssh2_publickey_init: fixed to work better non-blocking
 o sftp_close_handle: add precation to not access NULL pointer
 o sftp_readdir: simplified and bugfixed
 o channel_write: if data has been sent, don't return EAGAIN

This release would not have looked like this without help, code, reports and
advice from friends like these:

 Alexander Lamaison, Guenter Knauf, Dan Fandrich, Grubsky Grigory,
 Joey Degges, Jose Baars, Mikhail Gusarov, Peter Stuge, Simon Josefsson,
 Daniel Stenberg
 
        Thanks! (and sorry if I forgot to mention someone)