commit 60ac1936169e35d598f5bcbdad616dabd656729d Author: Karsten Loesing karsten.loesing@gmx.net Date: Mon Mar 19 15:07:21 2018 +0100
Prepare for 1.5.1 release. --- CHANGELOG.md | 5 ++++- build.xml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md index d4c3bd6..94f7a96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -# Changes in version 1.?.? - 2018-??-?? +# Changes in version 1.5.1 - 2018-03-19 + + * Medium changes + - Add the correct number of lines to sanitized webstats files.
* Minor changes - Add bastet to default list of directory authority fingerprints to diff --git a/build.xml b/build.xml index fb219fa..d7372bc 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.5.0-dev" /> + <property name="release.version" value="1.5.1" /> <property name="project-main-class" value="org.torproject.collector.Main" /> <property name="name" value="collector"/> <property name="metricslibversion" value="2.2.0" />
tor-commits@lists.torproject.org