Skip to content

Commit 7c86536

Browse files
committed
Merge branch 'release/0.3.2' into develop
2 parents 07fdc03 + 54b6a7d commit 7c86536

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,12 @@ A: Probably a disk full, or permission error.
8282
Via [clojars](http://clojars.org) and
8383
[Leiningen](http://github.com/technomancy/leiningen).
8484

85-
:dependencies [clj-ssh "0.3.1"]
85+
:dependencies [clj-ssh "0.3.2"]
8686

8787
or your favourite maven repository aware tool.
8888

8989
## License
9090

91-
Licensed under [EPL](http://www.eclipse.org/legal/epl-v10.html)
92-
93-
## TODO
91+
Copyright © 2012 Hugo Duncan
9492

95-
port forwarding
96-
environment setup
97-
sftp
98-
scp
93+
Licensed under [EPL](http://www.eclipse.org/legal/epl-v10.html)

ReleaseNotes.md

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

3-
Current release is 0.3.1
3+
Current release is 0.3.2
4+
5+
## 0.3.2
6+
7+
- Add remote port forwarding support
8+
9+
- Fix documentation for with-local-port-forward
10+
11+
- Allow specification of session options as strings
12+
This should allow options like:
13+
(default-session-options {"GSSAPIAuthentication" "no"})
414

515
## 0.3.1
616

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>clj-ssh</groupId>
55
<artifactId>clj-ssh</artifactId>
6-
<version>0.3.2-SNAPSHOT</version>
6+
<version>0.3.3-SNAPSHOT</version>
77
<name>clj-ssh</name>
88
<description>
99
clj-ssh is a clojure wrapper for he jsch library, and can be used as an

0 commit comments

Comments
 (0)