commit 09d94661dbca84eb9a29b2e6863e797a0b18f351 Author: Karsten Loesing karsten.loesing@gmx.net Date: Fri Aug 7 21:07:50 2020 +0200
Update to latest metrics-lib version 2.14.0.
As a result, we'll be able to process OnionPerf analysis JSON file version 3.0. --- CHANGELOG.md | 2 +- build.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md index 132f269..f8fe202 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ - Estimate bridge users by country based on requests by country, if available, to get more accurate numbers than those obtained from unique IP address counts. - - Update to metrics-lib 2.13.0 and ExoneraTor 4.4.0. + - Update to metrics-lib 2.14.0 and ExoneraTor 4.4.0. - Switch from processing Torperf .tpf to OnionPerf analysis .json files.
diff --git a/build.xml b/build.xml index b44ac38..0d82a81 100644 --- a/build.xml +++ b/build.xml @@ -10,7 +10,7 @@ <property name="javadoc-title" value="MetricsWeb API Documentation"/> <property name="implementation-title" value="metrics-web" /> <property name="release.version" value="1.3.0-dev" /> - <property name="metricslibversion" value="2.13.0" /> + <property name="metricslibversion" value="2.14.0" /> <property name="exoneratorversion" value="4.4.0" /> <property name="jetty.version" value="-9.2.21.v20170120" /> <property name="warfile"
tor-commits@lists.torproject.org