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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,19 @@
1
1
Change Log
2
2
=============
3
3
4
+
0.16.0
5
+
+++++++
6
+
7
+
Changes
8
+
--------
9
+
10
+
* Added ``Session.sock`` public attribute for getting socket used by ``Session``.
11
+
* Source distribution default ``libssh2`` build target updated to upstream ``libssh2`` master branch.
12
+
* Added bundled libssh2 source code for current master branch to repository and source distribution.
13
+
* Added automatic build of bundled libssh2 code for source builds and ``SYSTEM_LIBSSH2`` environment variable to control building and linking against system provided libssh2. This will require additional steps for Windows platforms and older libssh2 versions - see documentation.
14
+
* Updated binary wheels for all platforms to latest libssh2.
0 commit comments