diff options
| author | Karsten Loesing <karsten.loesing@gmx.net> | 2018-10-11 14:36:32 +0200 |
|---|---|---|
| committer | Karsten Loesing <karsten.loesing@gmx.net> | 2018-10-11 14:36:32 +0200 |
| commit | 7900e9df643c01122ab0f420014b0ac18f6e682d (patch) | |
| tree | 37bb7c6f82685e187b094f7e31d8a38045d3cd75 | |
| parent | 3d66878f432d7fb225e720097b207c70a724052b (diff) | |
Prepare for 1.8.0 release.collector-1.8.0task-28001-2
| -rw-r--r-- | CHANGELOG.md | 6 | ||||
| -rw-r--r-- | 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 @@ -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" /> |
