-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathChangeLog
79 lines (60 loc) · 2.15 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
2018-08-28: Ver. 0.2-2
* Fix RStudio on Darwin combination with ssh-askpass in plink_ssh()
2018-04-30: Ver. 0.2-1
* Change some problems related UTF-8, latin1 TeX inputs, especially for
TeXLive 2018.
2017-01-15: Ver. 0.2-0
* Fix rpc_ps() and tunnel().
* Modify port forwarding example in vignettes via tunnel().
2017-01-14: Ver. 0.2-0
* Rename original rpc() to srpc().
* Add tunnel().
* Print pid when intern and wait are both FALSE.
* Add machine information section in vignettes.
2017-01-12: Ver. 0.2-0
* Change API to operate on machine configurations, generated by machine().
* Add some type checks/safety.
======================= Log Before Release =====================================
2016-12-31: Ver. 0.1-1
* Add one more advance application with pbdMPI to vignettes.
* Fix a .pbd_env bug.
2016-12-26: Ver. 0.1-1
* Add system plink to find_plink() by default.
2016-12-21: Ver. 0.1-1
* Add --enable-plink.
* Check with Fedora 25.
* Adjust invisible and visible returns.
2016-12-17: Ver. 0.1-1
* More vignette changes.
2016-12-03: Ver. 0.1-1
* Add intern = FALSE and wait = FALSE to rpc(), ssh(), and plink().
* Add local port forwarding example to the vignette.
* Change again for intern and wait.
2016-11-26: Ver. 0.1-1
* Add more vignettes.
2016-11-24: Ver. 0.1-1
* Add RPC.CS for pbdCS commands.
* Add remoter and pbdCS applications to vignettes.
* Adjust for Solaris and Mac OSX.
2016-11-19: Ver. 0.1-1
* Move rpcopt and use .pbd_env$RPC.* in arguments.
* Add RPC.RR for remoter commands.
* Fix plink authentication problems.
2016-11-13: Ver. 0.1-1
* Improve rpcopt.
2016-10-15: Ver. 0.1-1
* Add controls and login design to .pbd_env for default.
2016-10-14:
* Try Win32-OpenSSH, but it needs more external dependences.
2016-10-08: Ver. 0.1-1
* Add low/raw level functions, such as ssh(), plink(), run_rpc(), ...
2016-07-27: Ver. 0.1-1
* Add RPC calls.
* Add start_remoter(), check_remoter(), and kill_remoter().
2016-07-21: Ver. 0.1-0
* Initial the package and convert from pbdTERM.
* Test on xubuntu, windows, and Solaris.
* Fix windows 64bits.
* Add ssh.
2015-xx-xx:
* Initial pbdTERM.