File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ Thanks to [Ryan Stradling](http://github.com/rstradling) for these.
143
143
Via [clojars](http://clojars.org ) and
144
144
[Leiningen](http://github.com/technomancy/leiningen ).
145
145
146
- :dependencies [clj-ssh " 0.5.6 " ]
146
+ :dependencies [clj-ssh " 0.5.7 " ]
147
147
148
148
or your favourite maven repository aware tool.
149
149
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## 0.5.7
4
+
5
+ - Update to jsch.agentproxy 0.0.6
6
+
3
7
## 0.5.6
4
8
5
9
- Allow generate-keypair to write key files
12
16
## 0.5.5
13
17
14
18
- Wrap open-channel exceptions
15
- When .openChannel throws an exception, wrap it in an ex-info exception.
19
+ When .openChannel throws an exception, wrap it in an ex-info exception.
16
20
This allows easier procession of the exceptions in consuming code.
17
21
18
22
## 0.5.4
69
73
70
74
- Split out clj-ssh.cli
71
75
72
- clj-ssh.ssh is designed for composability and programmatic use. It takes
76
+ clj-ssh.ssh is designed for composability and programmatic use. It takes
73
77
map arguments for options and is fully functional.
74
78
75
79
clj-ssh.cli is intended to simplify repl usage. It takes variadic
81
85
A boolean value is passed with : agent-forwarding to clj-ssh.ssh/ssh.
82
86
83
87
- Add support for system ssh-agent
84
- Support the system ssh-agent (or pageant on windows when using putty) via
88
+ Support the system ssh-agent (or pageant on windows when using putty) via
85
89
jsch-agent-proxy. Introduces a new agent function, clj-ssh.ssh/ssh-agent.
86
90
87
91
## 0.3.2
Original file line number Diff line number Diff line change 1
- (defproject clj-ssh " 0.5.7-SNAPSHOT "
1
+ (defproject clj-ssh " 0.5.7"
2
2
:description " Library for using SSH from clojure."
3
3
:url " https://github.com/hugoduncan/clj-ssh"
4
4
:license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments