diff --git a/CHANGELOG.md b/CHANGELOG.md index 97ca234..2427cb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ TODO - Why two arguments for bestMessage and bestPath for Result? The path should be in the message. - Create Result inside async traceroute, not outside. +## [0.7.0] - 2025-05-04 + ### Fixed - Fixed mangled output with mode SHOW_SCMP_ONLY @@ -143,7 +145,8 @@ TODO - Nothing -[Unreleased]: https://github.com/netsec-ethz/scion-java-multiping/compare/v0.6.1...HEAD +[Unreleased]: https://github.com/netsec-ethz/scion-java-multiping/compare/v0.7.0...HEAD +[0.7.0]: https://github.com/netsec-ethz/scion-java-multiping/compare/v0.6.1...v0.7.0 [0.6.1]: https://github.com/netsec-ethz/scion-java-multiping/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/netsec-ethz/scion-java-multiping/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/netsec-ethz/scion-java-multiping/compare/v0.4.0...v0.5.0 diff --git a/README.md b/README.md index 3d509b2..4669439 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ MultiPing provides several tools: ## Execution All tools can be run from the executable jar file which is available in -the [GitHub Releases section](https://github.com/netsec-ethz/scion-java-multiping/releases/download/v0.6.1/scion-multiping-0.6.1-executable.jar). +the [GitHub Releases section](https://github.com/netsec-ethz/scion-java-multiping/releases/download/v0.7.0/scion-multiping-0.7.0-executable.jar). It can be executed with: ``` -java -jar scion-multiping-0.6.1-executable.jar [tool-command] +java -jar scion-multiping-0.7.0-executable.jar [tool-command] ``` Some tools require configuration files, see below in the tool description sections. @@ -28,7 +28,7 @@ See also the troubleshooting section below in case of issues. To get command line help, the tool can be executed with: ``` -java -jar scion-multiping-0.6.1-executable.jar --help +java -jar scion-multiping-0.7.0-executable.jar --help ``` @@ -113,7 +113,7 @@ request to `64-2:0:4c,192.168.0.1`. The tool can be executed with: ``` -java -jar scion-multiping-0.6.1-executable.jar ping-repeat +java -jar scion-multiping-0.7.0-executable.jar ping-repeat ``` ## Output @@ -167,5 +167,5 @@ following property ( the example works only for `ethz.ch`): ``` -java -Dorg.scion.dnsSearchDomains=ethz.ch. -jar scion-multiping-0.6.1-executable.jar +java -Dorg.scion.dnsSearchDomains=ethz.ch. -jar scion-multiping-0.7.0-executable.jar ``` diff --git a/pom.xml b/pom.xml index 94151d0..1e51094 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.scion scion-multiping - 0.6.2-SNAPSHOT + 0.7.0 UTF-8