File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ Thanks to [Ryan Stradling](http://github.com/rstradling) for these.
163
163
Via [clojars](http://clojars.org ) and
164
164
[Leiningen](http://github.com/technomancy/leiningen ).
165
165
166
- :dependencies [clj-ssh " 0.5.10 " ]
166
+ :dependencies [clj-ssh " 0.5.11 " ]
167
167
168
168
or your favourite maven repository aware tool.
169
169
Original file line number Diff line number Diff line change
1
+ ## 0.5.11
2
+
3
+ - Lock known hosts file
4
+ Try and prevent concurrent read and writes to the known hosts file.
5
+
6
+ - Fix : out : stream in the cli namespace
7
+ Caller becomes responsible for closing the session.
8
+
9
+ Closes #29
10
+
1
11
## 0.5.10
2
12
3
13
- Fix session? predicate
Original file line number Diff line number Diff line change 1
1
(def agentproxy-version " 0.0.7" )
2
2
3
- (defproject clj-ssh " 0.5.11-SNAPSHOT "
3
+ (defproject clj-ssh " 0.5.11"
4
4
:description " Library for using SSH from clojure."
5
5
:url " https://github.com/hugoduncan/clj-ssh"
6
6
:license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments