File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 0.2.0] - 2024-09-30
12
+
11
13
### Added
12
14
- Support ` echo ` requests in addition to traceroute.
13
15
[ #1 ] ( https://github.com/netsec-ethz/scion-java-multiping/pull/1 )
@@ -32,5 +34,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
32
34
### Removed
33
35
- Nothing
34
36
35
- [ Unreleased ] : https://github.com/netsec-ethz/scion-java-multiping/compare/v0.1.0...HEAD
37
+ [ Unreleased ] : https://github.com/netsec-ethz/scion-java-multiping/compare/v0.2.0...HEAD
38
+ [ 0.2.0 ] : https://github.com/netsec-ethz/scion-java-multiping/compare/v0.1.0...v0.2.0
36
39
[ 0.1.0 ] : https://github.com/netsec-ethz/scion-java-multiping/compare/init_root_commit...v0.1.0
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ MultiPing provides several tools:
13
13
## Execution
14
14
15
15
All tools can be run from the executable jar file which is available in
16
- the [ GitHub Releases section] ( https://github.com/netsec-ethz/scion-java-multiping/releases/download/v0.1 .0/scion-multiping-0.1 .0-shaded .jar ) .
16
+ the [ GitHub Releases section] ( https://github.com/netsec-ethz/scion-java-multiping/releases/download/v0.2 .0/scion-multiping-0.2 .0-executable .jar ) .
17
17
It can be executed with:
18
18
19
19
```
20
- java -jar scion-multiping-0.1 .0-shaded .jar [tool-command]
20
+ java -jar scion-multiping-0.2 .0-executable .jar [tool-command]
21
21
```
22
22
23
23
Some tools require configuration files, see below in the tool description sections.
@@ -102,7 +102,7 @@ request to `64-2:0:4c,192.168.0.1`.
102
102
THe tool can be executed with:
103
103
104
104
```
105
- java -jar scion-multiping-0.1 .0-shaded .jar ping-repeat
105
+ java -jar scion-multiping-0.2 .0-executable .jar ping-repeat
106
106
```
107
107
108
108
## Output
@@ -156,5 +156,5 @@ following property (
156
156
the example works only for ` ethz.ch ` ):
157
157
158
158
```
159
- java -Dorg.scion.dnsSearchDomains=ethz.ch. -jar target/ scion-multiping-0.1 .0-shaded .jar
159
+ java -Dorg.scion.dnsSearchDomains=ethz.ch. -jar scion-multiping-0.2 .0-executable .jar
160
160
```
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >org.scion</groupId >
8
8
<artifactId >scion-multiping</artifactId >
9
- <version >0.1.1-SNAPSHOT </version >
9
+ <version >0.2.0 </version >
10
10
11
11
<properties >
12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments