Skip to content

Commit 2c844e2

Browse files
committed
Updated release notes and readme for 0.3.2
1 parent 07fdc03 commit 2c844e2

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
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

0 commit comments

Comments
 (0)