-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pan
committed
Aug 6, 2017
1 parent
6d9a81e
commit df50d56
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
Change Log | ||
============= | ||
|
||
0.4.0 | ||
------ | ||
|
||
Changes | ||
________ | ||
|
||
* Implemented SCP send and recv methods, all versions. | ||
* Conditional compilation of features requiring newer versions of libssh2. | ||
* Implemented channel receive window adjust, x11_*, poll and handle extended data methods. | ||
* Implemented session get/set blocking, get/set timeout. | ||
* Updated agent connection error exception name. | ||
* Renamed session method name to match libssh2. | ||
* Info extension classes for SCP file stat structure. | ||
|
||
|
||
0.3.1 | ||
------ | ||
|
||
Changes | ||
_________ | ||
|
||
* Added context manager to SFTP handle | ||
* Implemented SFTP write, seek, stat, fstat and last_error methods. | ||
* Implemented SFTPAttribute object creation and de-allocation - added unit test. | ||
|
||
|
||
0.3.0 | ||
-------- | ||
|
||
Changes | ||
________ | ||
|
||
* Updated API | ||
* Updated session, channel, agent and pkey to accept any string type arguments. | ||
* Added get_exit_signal implementation for channel. |