Skip to content

Chg log #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .circleci/config.yml
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
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