FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Chg log by pkittenis · Pull Request #68 · ParallelSSH/ssh-python · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .rst  (1) .yml  (1) All 2 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
1 change: 1 addition & 0 deletions .circleci/config.yml
This file contains hidden or 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
Expand Up @@ -43,6 +43,7 @@ jobs:
name: Build
- run:
command: |
set -x
ls -lhtr ssh/
pwd
ldd -r ssh/session*.so
Expand Down
20 changes: 19 additions & 1 deletion Changelog.rst
This file contains hidden or 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
@@ -1,6 +1,23 @@
Change Log
=============

1.0.0
++++++

Changes
--------

* Updated embedded and manylinux libssh to ``0.10.4`` - thank you @enkore

Packaging
----------

* Upgraded wheel OpenSSL to 1.1.1q.
* Added testing for Python 3.11, removed 3.10.
* Added Windows wheel build for Python 3.11.
* Added OSX 12.0 wheels.
* Removed OSX <= 10.0 wheels.

0.10.0
++++++

Expand Down Expand Up @@ -99,7 +116,8 @@ Fixes
Changes
--------

* Updated error handling code to check for SSH status codes and correctly raise exceptions or return error code with no exception in non-blocking mode.
* Updated error handling code to check for SSH status codes and correctly raise exceptions or return error code with no
exception in non-blocking mode.
* Updated embedded libssh to ``0.9.4``.
* Added known host session API method implementations.

Expand Down

Back | FazBrowse Home | New Git URL