Skip to content

Commit d6ba279

Browse files
author
Pan
committed
Removed channel close on channel object de-allocation. Removed GIL release on session and channel object de-allocation. Updated Changelog.
1 parent 3c9ca85 commit d6ba279

17 files changed

Lines changed: 2200 additions & 1762 deletions

Changelog.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Change Log
22
=============
33

4+
0.18.0
5+
+++++++
6+
7+
Changes
8+
--------
9+
10+
* Session object de-allocation no longer calls session disconnect.
11+
* Channel object de-allocation no longer calls channel close.
12+
* Rebuilt sources with Cython ``0.29.6``.
13+
14+
Packaging
15+
----------
16+
17+
* Source distribution builds would not include embedded libssh2 module in package - #51
18+
* Removed OSX 10.10 binary wheel builds - deprecated by Travis-CI.
19+
* Updated embedded OpenSSL version for Windows wheel builds.
20+
21+
422
0.17.0.post2
523
+++++++++++++
624

ssh2/agent.c

Lines changed: 71 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)