Skip to content

Commit

Permalink
Merge branch 'release/0.5.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoduncan committed Mar 2, 2013
2 parents 30b44a2 + 3f8173b commit 690991c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -133,7 +133,7 @@ A: Probably a disk full, or permission error.
Via [clojars](http://clojars.org) and
[Leiningen](http://github.com/technomancy/leiningen).

:dependencies [clj-ssh "0.5.1"]
:dependencies [clj-ssh "0.5.2"]

or your favourite maven repository aware tool.

Expand Down
6 changes: 5 additions & 1 deletion ReleaseNotes.md
@@ -1,6 +1,10 @@
# Release Notes

Current release is 0.5.1
Current release is 0.5.2

## 0.5.2

- Update to official jsch.agentproxy relase jars

## 0.5.1

Expand Down
11 changes: 7 additions & 4 deletions project.clj
@@ -1,12 +1,15 @@
(defproject clj-ssh "0.5.1"
(defproject clj-ssh "0.5.2"
:description "Library for using SSH from clojure."
:url "https://github.com/hugoduncan/clj-ssh"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.4.0"]
[org.clojure/tools.logging "0.1.2"
:exclusions [org.clojure/clojure]]
[jsch-agent-proxy "0.0.4"]
[jsch-agent-proxy/jsch-agent-proxy-jna "0.0.4"
:exclusions [com.jcraft/jsch-agent-proxy]]
[com.jcraft/jsch.agentproxy.usocket-jna "0.0.5"]
[com.jcraft/jsch.agentproxy.usocket-nc "0.0.5"]
[com.jcraft/jsch.agentproxy.sshagent "0.0.5"]
[com.jcraft/jsch.agentproxy.pageant "0.0.5"]
[com.jcraft/jsch.agentproxy.core "0.0.5"]
[com.jcraft/jsch.agentproxy.jsch "0.0.5"]
[com.jcraft/jsch "0.1.49"]])

0 comments on commit 690991c

Please sign in to comment.