[tor-commits] [onionoo/master] Prepare for 7.0-1.24.0 release.

karsten at torproject.org karsten at torproject.org
Fri Feb 14 10:24:24 UTC 2020


commit a22ba07cb7e94ee2d0c1cf1c7b3bae5e96ef3322
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Fri Feb 14 11:05:10 2020 +0100

    Prepare for 7.0-1.24.0 release.
---
 CHANGELOG.md | 3 ++-
 build.xml    | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4d1b084..03b86ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Changes in version 7.0-1.2?.? - 20??-??-??
+# Changes in version 7.0-1.24.0 - 2020-02-14
 
  * Medium changes
    - Process bridge pool assignments to include the BridgeDB
@@ -6,6 +6,7 @@
 
  * Minor changes
    - Make Jetty host and port configurable.
+   - Update to metrics-lib 2.10.0.
 
 
 # Changes in version 7.0-1.23.0 - 2019-12-06
diff --git a/build.xml b/build.xml
index c8e336a..0c49b18 100644
--- a/build.xml
+++ b/build.xml
@@ -11,8 +11,8 @@
   <property name="implementation-title" value="Onionoo" />
   <property name="onionoo.protocol.version" value="7.0"/>
   <property name="release.version"
-            value="${onionoo.protocol.version}-1.23.0-dev"/>
-  <property name="metricslibversion" value="2.9.1"/>
+            value="${onionoo.protocol.version}-1.24.0"/>
+  <property name="metricslibversion" value="2.10.0"/>
   <property name="jetty.version" value="-9.2.21.v20170120" />
   <property name="warfile"
             value="onionoo-${release.version}.war"/>



More information about the tor-commits mailing list