From cac4dcc697f9e9562ddb7bd1a6577453da8ad5ac Mon Sep 17 00:00:00 2001 From: Panos Date: Sat, 3 Dec 2022 18:45:37 +0000 Subject: [PATCH] Chg log (#68) * Updated change log, cfg * Updated CI cfg, osx wheels script --- .circleci/config.yml | 1 + Changelog.rst | 20 +++++++++++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ada1380..515f5db 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,6 +43,7 @@ jobs: name: Build - run: command: | + set -x ls -lhtr ssh/ pwd ldd -r ssh/session*.so diff --git a/Changelog.rst b/Changelog.rst index d1c8d05..69cb0ac 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -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 ++++++ @@ -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.