commit 7900e9df643c01122ab0f420014b0ac18f6e682d Author: Karsten Loesing karsten.loesing@gmx.net Date: Thu Oct 11 14:36:32 2018 +0200
Prepare for 1.8.0 release. --- CHANGELOG.md | 6 +++++- build.xml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md index fc24633..0307748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Changes in version 1.?.? - 2018-0?-?? +# Changes in version 1.8.0 - 2018-10-11
* Medium changes - Properly clean up sanitized web server logs in the recent/ @@ -7,6 +7,10 @@ * Minor changes - Once more, fix the bug in the tarball-creation script where tarballs are not compressed in a run following an aborted run. + - Improve logging to find possible issue with missing server + descriptors. + - Update directory authority IP addresses in default properties + file.
# Changes in version 1.7.0 - 2018-07-14 diff --git a/build.xml b/build.xml index ea88b8a..d978d73 100644 --- a/build.xml +++ b/build.xml @@ -8,7 +8,7 @@
<property name="javadoc-title" value="CollecTor API Documentation"/> <property name="implementation-title" value="CollecTor" /> - <property name="release.version" value="1.7.0-dev" /> + <property name="release.version" value="1.8.0" /> <property name="project-main-class" value="org.torproject.metrics.collector.Main" /> <property name="name" value="collector"/> <property name="metricslibversion" value="2.4.0" />