You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,19 @@
1
1
Parallec Change Log
2
2
==========
3
3
4
+
## Version 0.9.4
5
+
6
+
7
+
_2016-??-??_
8
+
9
+
* TBD
10
+
4
11
## Version 0.9.3
5
12
6
13
7
-
_2015-??-??_
14
+
_2016-06-23_
8
15
16
+
* SSH: Allow run as super user for ssh: handle SSH commands where password is needed to sudo. Auto apply the password. Thanks [billzwu](https://github.com/billzwu)
9
17
* Test: add coverage: for get target hosts duplicate/empty for CMS.
10
18
* Test/Build: update CI setting to enable test on process based Ping.
Snapshots of the development version are available in [Sonatype's `snapshots` repository](https://oss.sonatype.org/content/repositories/snapshots/io/parallec/parallec-core/).
35
35
36
36
or Gradle:
37
37
```xml
38
-
compile 'io.parallec:parallec-core:0.9.2'
38
+
compile 'io.parallec:parallec-core:0.9.3'
39
39
```
40
40
41
41
@@ -226,6 +226,10 @@ For more related work review, please visit [here](http://www.ebaytechblog.com/20
226
226
We deeply thank all contributors for their effort.
0 commit comments