forked from sirthias/scala-ssh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
42 lines (32 loc) · 1.23 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Version 0.7.0 (2014-10-15)
--------------------------
- Upgraded to sshj 0.10.0 and slf4j 1.7.7
- Cross-published against Scala 2.10.4 and Scala 2.11.2
- Dropped support for Scala 2.9
- Fixed possible RuntimeException in HostConfig (thx to HairyFotr)
- Fixed potential logging of user password (thx to Joseph Price)
- Added SFTP and SCP capabilities (thx to Philip Cali)
- Added PTY configuration for SSH sessions (thx to Dan Osipov)
Version 0.6.4 (2013-07-23)
--------------------------
- Upgraded to sshj 0.9.0 and slf4j 1.7.5
- Cross-published against Scala 2.9.3 and Scala 2.10.2
Version 0.6.3 (2012-10-26)
--------------------------
- Upgraded to sshj 0.8.1 and slf4j 1.7.2
- Cross-published against Scala 2.9.2 and Scala 2.10.0-RC1
- Added support for `fingerprint = any` host config setting
Version 0.6.2 (2012-06-20)
--------------------------
- Added support for configuring groups of hosts with one host file or resource
- Added resolution of '~' in keyfile location
Version 0.6.0 (2012-05-30)
--------------------------
- Upgraded to
- sshj 0.8.0
- jzlib 1.1.1
- Added option for loading the private key file from the classpath
- Disabled cross-path publishing
Version 0.5.0 (2012-02-06)
--------------------------
first public release