| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 26a372b commit 5ebdd89
9 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,6 @@ install: | |||
| 22 | 22 | - python setup.py build_ext --inplace | |
| 23 | 23 | - eval "$(ssh-agent -s)" | |
| 24 | 24 | script: | |
| 25 | - - export LD_LIBRARY_PATH=/usr/local/lib/x86_64-linux-gnu | ||
| 26 | 25 | - nosetests | |
| 27 | 26 | - flake8 ssh2 | |
| 28 | 27 | # Test source distribution builds | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,17 @@ | |||
| 1 | 1 | Change Log | |
| 2 | 2 | ============= | |
| 3 | 3 | ||
| 4 | + 0.17.0 | ||
| 5 | + +++++++ | ||
| 6 | + | ||
| 7 | + Changes | ||
| 8 | + -------- | ||
| 9 | + | ||
| 10 | + * ``SFTPHandle.write`` function changed to return tuple of ``return_code, bytes_written`` for non-blocking applications to be able to handle partial writes within an SFTP write resulting from a blocked socket. | ||
| 11 | + * ``Channel.write*`` functions changed to return tuple of ``return_code, bytes_written`` as above. | ||
| 12 | + | ||
| 13 | + Behaviour in blocking mode has not changed. Non-blocking applications will now need to handle these functions returning a tuple and resume writes from last written offset of given data. | ||
| 14 | + | ||
| 4 | 15 | 0.16.0 | |
| 5 | 16 | +++++++ | |
| 6 | 17 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments