[tor-commits] [onionoo/release] Prepare for 6.2-1.16.0 release.

karsten at torproject.org karsten at torproject.org
Fri Aug 3 14:35:55 UTC 2018


commit 49879eb7cc19b1e24048776e5404041e371f29f4
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Fri Aug 3 12:08:26 2018 +0200

    Prepare for 6.2-1.16.0 release.
---
 CHANGELOG.md                                                     | 2 +-
 build.xml                                                        | 4 ++--
 src/main/java/org/torproject/onionoo/server/ResponseBuilder.java | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c5f752d..99422f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Changes in version 6.2-1.16.0 - 2018-07-??
+# Changes in version 6.2-1.16.0 - 2018-08-03
 
  * Medium changes
    - Support a comma-separated list of fingerprints in the lookup
diff --git a/build.xml b/build.xml
index 1bc5734..5af2474 100644
--- a/build.xml
+++ b/build.xml
@@ -8,9 +8,9 @@
 
   <property name="javadoc-title" value="Onionoo API Documentation"/>
   <property name="implementation-title" value="Onionoo" />
-  <property name="onionoo.protocol.version" value="6.1"/>
+  <property name="onionoo.protocol.version" value="6.2"/>
   <property name="release.version"
-            value="${onionoo.protocol.version}-1.15.0-dev"/>
+            value="${onionoo.protocol.version}-1.16.0"/>
   <property name="metricslibversion" value="2.4.0"/>
   <property name="jetty.version" value="-9.2.21.v20170120" />
   <property name="warfile"
diff --git a/src/main/java/org/torproject/onionoo/server/ResponseBuilder.java b/src/main/java/org/torproject/onionoo/server/ResponseBuilder.java
index 1a5c925..9efd6be 100644
--- a/src/main/java/org/torproject/onionoo/server/ResponseBuilder.java
+++ b/src/main/java/org/torproject/onionoo/server/ResponseBuilder.java
@@ -124,9 +124,9 @@ public class ResponseBuilder {
     return this.charsWritten;
   }
 
-  private static final String PROTOCOL_VERSION = "6.1";
+  private static final String PROTOCOL_VERSION = "6.2";
 
-  private static final String NEXT_MAJOR_VERSION_SCHEDULED = null;
+  private static final String NEXT_MAJOR_VERSION_SCHEDULED = "2018-09-03";
 
   private void writeRelays(List<SummaryDocument> relays, PrintWriter pw) {
     this.write(pw, "{\"version\":\"%s\",\n", PROTOCOL_VERSION);



More information about the tor-commits mailing list