[tor-commits] [onionoo/master] Prepare for 4.1-1.4.1 release.
karsten at torproject.org
karsten at torproject.org
Thu Aug 31 14:57:09 UTC 2017
commit bfc7e2e33dd9f371c8cd801bb7df099c3fca15dd
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date: Thu Aug 31 15:39:02 2017 +0200
Prepare for 4.1-1.4.1 release.
---
CHANGELOG.md | 7 +++++++
build.xml | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 20ddb1c..cf75ee8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# Changes in version 4.1-1.4.1 - 2017-08-31
+
+ * Medium changes
+ - Fix a NullPointerException in the recently added "version"
+ parameter.
+
+
# Changes in version 4.1-1.4.0 - 2017-08-30
* Medium changes
diff --git a/build.xml b/build.xml
index 41f11c0..921768f 100644
--- a/build.xml
+++ b/build.xml
@@ -10,7 +10,7 @@
<property name="implementation-title" value="Onionoo" />
<property name="onionoo.protocol.version" value="4.1"/>
<property name="release.version"
- value="${onionoo.protocol.version}-1.4.0"/>
+ value="${onionoo.protocol.version}-1.4.1"/>
<property name="metricslibversion" value="2.0.0"/>
<property name="jetty.version" value="-9.2.21.v20170120" />
<property name="warfile"
More information about the tor-commits
mailing list