From e3eb29284ab09817f81a2788a122d59ecb346433 Mon Sep 17 00:00:00 2001 From: Pavel White Date: Sat, 24 Oct 2020 16:57:05 +0300 Subject: [PATCH 1/3] Update changelog.rst --- changelog.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog.rst b/changelog.rst index 583d7f04..32cef1a5 100644 --- a/changelog.rst +++ b/changelog.rst @@ -13,10 +13,15 @@ CONTRIBUTORS - `Ignacio Peluffo`_ - `Niels Zeilemaker`_ - `Georgy Rylov`_ +- `Eddie Chiang`_ +- `kkrasovskii`_ CHANGELOG ========= +- v.0.2.1 (`Pahaz`_, `Eddie Chiang`_ and `kkrasovskii`_) + + Fixes bug with orphan thread for a tunnel that is DOWN (`#170`_) + - v.0.2.0 (`Georgy Rylov`_) + Support IPv6 without proxy command. Use built-in paramiko create socket logic. The logic tries to use ipv6 socket family first, then ipv4 socket family. @@ -114,6 +119,7 @@ CHANGELOG + ``open`` function (`Pahaz`_) +.. _Pahaz: https://github.com/pahaz .. _Cameron Maske: https://github.com/cameronmaske .. _Gustavo Machado: https://github.com/gdmachado .. _Colin Jermain: https://github.com/cjermain @@ -126,6 +132,8 @@ CHANGELOG .. _Ignacio Peluffo: https://github.com/ipeluffo .. _Niels Zeilemaker: https://github.com/NielsZeilemaker .. _Georgy Rylov: https://github.com/g0djan +.. _Eddie Chiang: https://github.com/eddie-chiang +.. _kkrasovskii: https://github.com/kkrasovskii .. _#13: https://github.com/pahaz/sshtunnel/issues/13 .. _#16: https://github.com/pahaz/sshtunnel/issues/16 .. _#19: https://github.com/pahaz/sshtunnel/issues/19 @@ -139,4 +147,5 @@ CHANGELOG .. _#41: https://github.com/pahaz/sshtunnel/issues/41 .. _#43: https://github.com/pahaz/sshtunnel/issues/43 .. _#46: https://github.com/pahaz/sshtunnel/issues/46 +.. _#170: https://github.com/pahaz/sshtunnel/issues/170 .. _detail: https://github.com/pahaz/sshtunnel/commit/64af238b799b0e0057c4f9b386cda247e0006da9#diff-76bc1662a114401c2954deb92b740081R127 From d9e2de4418af244463cb25a1ea3ef2956b00e314 Mon Sep 17 00:00:00 2001 From: Pavel White Date: Sat, 24 Oct 2020 17:11:30 +0300 Subject: [PATCH 2/3] Update sshtunnel.py --- sshtunnel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshtunnel.py b/sshtunnel.py index c4892c6e..a0bb36e9 100644 --- a/sshtunnel.py +++ b/sshtunnel.py @@ -36,7 +36,7 @@ input_ = input -__version__ = '0.2.0' +__version__ = '0.2.1' __author__ = 'pahaz' From de39ddc40d6deb8124d899def18497ce62ac064d Mon Sep 17 00:00:00 2001 From: Pavel White Date: Sat, 24 Oct 2020 17:12:06 +0300 Subject: [PATCH 3/3] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 27993883..c94e6b4e 100644 --- a/README.rst +++ b/README.rst @@ -229,7 +229,7 @@ CLI usage ssh_address Pure python ssh tunnel utils - Version 0.2.0 + Version 0.2.1 positional arguments: ssh_address SSH server IP address (GW for SSH tunnels)