-
Notifications
You must be signed in to change notification settings - Fork 19
/
NEWS
60 lines (47 loc) · 1.67 KB
/
NEWS
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
0.9.3
- Windows: update to libssh 0.11.0
- Remove some test verbosity
- Update maintainer email address
0.9.2
- Fix protect warning from rchk
0.9.1
- Windows: fix pthread linking
0.9.0
- Windows: add arm libs
0.8.3
- Windows: update to libssh 0.10.5
- scp_upload() now copies the file mode permissions similar to scp -p
- ssh_session_info() now works for disconnected sessions
0.8.2
- Fix strict-prototypes warnings
0.8.1
- Silence libssh deprecation warning about SCP (we still want to support it)
0.8.0
- Windows/MacOS: update to libssh 0.9.5
0.7.0
- Allow for @ in usernames in host spec
- Print libssh version during CMD check
- Bug fixes and maintenance thingies
0.6
- Bugfix release: fix hardcoded string passwords
0.5
- Import key management functions from the new 'credentials' package
- Refactor password callback to avoid jumping on error
- Fix a bug with reading the new openssh pem keys
- Disconnect session immediately on startup/authentication errors
- Raise a warning when the GC collects an ssh session which is still connected.
- Rename ssh_info() to ssh_session_info()
- ssh_tunnel() now closes listen port when interrupted while waiting
0.4:
- Fix for security problem with latest openssh-server
- Windows/Mac: update libssh to 0.8.6
- Use new 'askpass' package for password and passphrase prompts
- Use new ssh_session_is_known_server() api on libssh 0.8 and up
- Fix bug that would write key to known_hosts for each connection
- Add support for parsing ipv6 ip-address
0.3:
- Windows/Mac: update libssh to 0.8.3
- Fix GCC 8 compiler warnings
- Don't use deprecated function on libssh 0.8+
0.2:
- Initial release