Skip to content

Commit

Permalink
deliver release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t-cas committed Jul 20, 2017
1 parent 1dc4603 commit 1c0a07d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.1.0 (07/20/2017)
------------------
- Each ssh session can be used as a jump server to access multiple remote sessions in parallel. Only 1 remote
session per jump server was allowed before.
- ability to customize retry interval when opening a ssh session

1.0.2 (07/14/2017)
------------------
- Fix run of shell builtins commands (source, ...) when impersonating another user as they cannot be executed
Expand Down
2 changes: 1 addition & 1 deletion jumpssh/pkg_info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.0.2",
"version": "1.1.0",
"author": "Thibaud Castaing"
}

0 comments on commit 1c0a07d

Please sign in to comment.