You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.rst
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,14 @@ Changes
14
14
* Windows wheels switched to OpenSSL back end.
15
15
* Windows wheels include zlib and have compression enabled.
16
16
* Windows wheels no MAC and no encryption options enabled, same as posix wheels.
17
+
* SCP functions now raise appropriate exception for all known libssh2 error codes.
17
18
18
-
Note - binary wheels only.
19
+
Fixes
20
+
-------
21
+
22
+
* SCP functions could not be used in non-blocking mode.
23
+
24
+
Note - libssh2 changes apply to binary wheels only. For building from source `see documentation <http://ssh2-python.readthedocs.io/en/latest/installation.html#installation-from-source>`_.
0 commit comments