Skip to content

Commit 690991c

Browse files
committed
Merge branch 'release/0.5.2'
2 parents 30b44a2 + 3f8173b commit 690991c

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ A: Probably a disk full, or permission error.
133133
Via [clojars](http://clojars.org) and
134134
[Leiningen](http://github.com/technomancy/leiningen).
135135

136-
:dependencies [clj-ssh "0.5.1"]
136+
:dependencies [clj-ssh "0.5.2"]
137137

138138
or your favourite maven repository aware tool.
139139

ReleaseNotes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Release Notes
22

3-
Current release is 0.5.1
3+
Current release is 0.5.2
4+
5+
## 0.5.2
6+
7+
- Update to official jsch.agentproxy relase jars
48

59
## 0.5.1
610

project.clj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
(defproject clj-ssh "0.5.1"
1+
(defproject clj-ssh "0.5.2"
22
:description "Library for using SSH from clojure."
33
:url "https://github.com/hugoduncan/clj-ssh"
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
66
:dependencies [[org.clojure/clojure "1.4.0"]
77
[org.clojure/tools.logging "0.1.2"
88
:exclusions [org.clojure/clojure]]
9-
[jsch-agent-proxy "0.0.4"]
10-
[jsch-agent-proxy/jsch-agent-proxy-jna "0.0.4"
11-
:exclusions [com.jcraft/jsch-agent-proxy]]
9+
[com.jcraft/jsch.agentproxy.usocket-jna "0.0.5"]
10+
[com.jcraft/jsch.agentproxy.usocket-nc "0.0.5"]
11+
[com.jcraft/jsch.agentproxy.sshagent "0.0.5"]
12+
[com.jcraft/jsch.agentproxy.pageant "0.0.5"]
13+
[com.jcraft/jsch.agentproxy.core "0.0.5"]
14+
[com.jcraft/jsch.agentproxy.jsch "0.0.5"]
1215
[com.jcraft/jsch "0.1.49"]])

0 commit comments

Comments
 (0)