commit a66bfd14af743c460573e9770d402d3cf1dad48c Author: Karsten Loesing karsten.loesing@gmx.net Date: Wed Feb 7 16:30:24 2018 +0100
Prepare for 5.0-1.10.1 release. --- CHANGELOG.md | 7 +++++++ build.xml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ce16b1..08360ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ +# Changes in version 5.0-1.10.1 - 2018-02-07 + + * Medium changes + - Change 3 month weights graph to 24 hours detail. + + # Changes in version 5.0-1.10.0 - 2018-02-07
* Medium changes - Make writing of bandwidth, clients, uptime, and weights documents independent of system time. + - Change 3 month bandwidth graph to 24 hours detail.
# Changes in version 5.0-1.9.0 - 2017-12-20 diff --git a/build.xml b/build.xml index 48ce4ad..f1d6149 100644 --- a/build.xml +++ b/build.xml @@ -10,7 +10,7 @@ <property name="implementation-title" value="Onionoo" /> <property name="onionoo.protocol.version" value="5.0"/> <property name="release.version" - value="${onionoo.protocol.version}-1.10.0-dev"/> + value="${onionoo.protocol.version}-1.10.1"/> <property name="metricslibversion" value="2.1.1"/> <property name="jetty.version" value="-9.2.21.v20170120" /> <property name="warfile"
tor-commits@lists.torproject.org