[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [onionoo/master] Schedule next major version.



commit e9cc30cdbff2744120ea3a7ff10ee18ceb25399c
Author: Karsten Loesing <karsten.loesing@xxxxxxx>
Date:   Fri Jan 27 10:11:19 2017 +0100

    Schedule next major version.
---
 src/main/java/org/torproject/onionoo/server/ResponseBuilder.java | 2 +-
 src/main/resources/web/protocol.html                             | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/main/java/org/torproject/onionoo/server/ResponseBuilder.java b/src/main/java/org/torproject/onionoo/server/ResponseBuilder.java
index cd11645..e07868a 100644
--- a/src/main/java/org/torproject/onionoo/server/ResponseBuilder.java
+++ b/src/main/java/org/torproject/onionoo/server/ResponseBuilder.java
@@ -104,7 +104,7 @@ public class ResponseBuilder {
 
   private static final String PROTOCOL_VERSION = "3.2";
 
-  private static final String NEXT_MAJOR_VERSION_SCHEDULED = null;
+  private static final String NEXT_MAJOR_VERSION_SCHEDULED = "2017-02-27";
 
   private void writeRelays(List<SummaryDocument> relays, PrintWriter pw) {
     this.write(pw, "{\"version\":\"%s\",\n", PROTOCOL_VERSION);
diff --git a/src/main/resources/web/protocol.html b/src/main/resources/web/protocol.html
index adcdac4..3ff31cd 100644
--- a/src/main/resources/web/protocol.html
+++ b/src/main/resources/web/protocol.html
@@ -191,6 +191,10 @@ characters of a space-separated fingerprint on November 15, 2015.</li>
 <li><strong>3.2</strong>: Extended order parameter to "first_seen" and
 added response meta data fields "relays_skipped", "relays_truncated",
 "bridges_skipped", and "bridges_truncated" on January 27, 2017.</li>
+<li><strong>4.0</strong>: (scheduled, but not deployed yet!): Extend
+search parameter to not require leading or enclosing square brackets
+around IPv6 addresses anymore, to be deployed by February 27,
+2017.</li>
 </ul>
 
 </div> <!-- box -->



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits