commit 7dc8daed5a5c21fe576ea6c859b20a7ae8d54159 Author: Karsten Loesing karsten.loesing@gmx.net Date: Tue Nov 20 16:59:16 2018 +0100
Prepare for 7.0-1.19.1 release. --- CHANGELOG.md | 6 ++++++ build.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md index 470d919..8d3fb72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Changes in version 7.0-1.19.1 - 2018-11-20 + + * Minor changes + - Accept empty AS names in GeoLite2 ASN database files. + + # Changes in version 7.0-1.19.0 - 2018-11-15
* Medium changes diff --git a/build.xml b/build.xml index 65a3af1..d066bcb 100644 --- a/build.xml +++ b/build.xml @@ -10,7 +10,7 @@ <property name="implementation-title" value="Onionoo" /> <property name="onionoo.protocol.version" value="7.0"/> <property name="release.version" - value="${onionoo.protocol.version}-1.19.0-dev"/> + value="${onionoo.protocol.version}-1.19.1"/> <property name="metricslibversion" value="2.4.0"/> <property name="jetty.version" value="-9.2.21.v20170120" /> <property name="warfile"
tor-commits@lists.torproject.org