-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy pathCHANGES.txt
58 lines (28 loc) · 1.17 KB
/
CHANGES.txt
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
=== 3.0.0
* NetSHH 6.* support
=== 2.0.0
* NetSSH 5.* support
=== 1.2.1 / 30 Apr 2014
* Resign gem with new pubkey
=== 1.2.0 / 11 Apr 2014
* Get the error string during download [jkeiser]
=== 1.1.2 / 6 Jul 2013
* Explicit convert to string in shellescape [jwils]
=== 1.1.1 / 13 May 2013
* Allow passing a shell to use when executing scp. [Arthur Schreiber]
=== 1.1.0 / 06 Feb 2013
* Added public cert. All gem releases are now signed. See INSTALL in readme.
=== 1.0.4 / 16 Sep 2010
* maintain filename sanitization compatibility with ruby 1.8.6 [Sung Pae, Tim Charper]
=== 1.0.3 / 17 Aug 2010
* replace :sanitize_file_name with a call to String#shellescape [Sung Pae]
* Added gemspec file and removed echoe dependency [Miron Cuperman, Delano Mandelbaum]
* Removed Hanna dependency in Rakefile [Delano Mandelbaum]
=== 1.0.2 / 4 Feb 2009
* Escape spaces in file names on remote server [Jamis Buck]
=== 1.0.1 / 29 May 2008
* Make sure downloads open the file in binary mode to appease Windows [Jamis Buck]
=== 1.0.0 / 1 May 2008
* Pass the channel object as the first argument to the progress callback [Jamis Buck]
=== 1.0 Preview Release 1 (0.99.0) / 22 Mar 2008
* Birthday!