Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
haas
proxy
Commits
de428c5c
Verified
Commit
de428c5c
authored
Jul 29, 2020
by
Štěpán Henek
🐻
Browse files
v2.0.2
parent
5fe50266
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.txt
View file @
de428c5c
=== 2.0.2 (2020-07-29) ===
* Don't Mask KeyError in ssh_CHANNEL_CLOSE, ssh_CHANNEL_EOF (it breaks the connection)
* Raise an exeption when command is not found using which() (handle situation when sshpass cmd is not present)
=== 2.0.1 (2020-07-08) ===
* Fix of KeyError in ssh_CHANNEL_CLOSE, ssh_CHANNEL_EOF
...
...
setup.py
View file @
de428c5c
...
...
@@ -12,7 +12,7 @@ EXTRA_TEST_REQUIRE = [
setup
(
name
=
'haas-proxy'
,
version
=
'2.0.
1
'
,
version
=
'2.0.
2
'
,
packages
=
[
'haas_proxy'
,
'haas_proxy.twisted.plugins'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment