summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2018-10-11 14:36:32 +0200
committerKarsten Loesing <karsten.loesing@gmx.net>2018-10-11 14:36:32 +0200
commit7900e9df643c01122ab0f420014b0ac18f6e682d (patch)
tree37bb7c6f82685e187b094f7e31d8a38045d3cd75
parent3d66878f432d7fb225e720097b207c70a724052b (diff)
Prepare for 1.8.0 release.collector-1.8.0task-28001-2
-rw-r--r--CHANGELOG.md6
-rw-r--r--build.xml2
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" />