Prepare for 1.8.0 release.

This commit is contained in:
Karsten Loesing 2018-10-11 14:36:32 +02:00
parent 3d66878f43
commit 7900e9df64
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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" />