Skip to content

Commit 545b0f3

Browse files
author
Pan
committed
Add shell request to channel. Fix process startup logic for request types with no message. Add integration tests for interactive shell request and process startup. Resolves #18.
1 parent 06db8a4 commit 545b0f3

File tree

4 files changed

+1032
-644
lines changed

4 files changed

+1032
-644
lines changed

Changelog.rst

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

4+
0.10.0
5+
++++++++
6+
7+
Changes
8+
---------
9+
10+
* Added ``ssh2.channel.Channel.shell`` for opening interactive shells.
11+
12+
13+
Fixes
14+
------
15+
16+
* ``ssh2.channel.Channel.process_startup`` would not handle request types with no message correctly.
17+
18+
419
0.9.1
520
++++++
621

0 commit comments

Comments
 (0)