commit e58c47f5e6c114c2c636e76ba612543c74a204c1 Author: Karsten Loesing karsten.loesing@gmx.net Date: Fri Nov 3 16:20:17 2017 +0100
Schedule next major version.
Optimistically schedule the next major version for end of this month for removing $ from family fingerprints. That's a rather small backward-incompatible change, so it should be fine to reduce the notification period to a bit under four weeks. But just in case we want more time we can always push that back by a week or two. At least we're now saying that there will be a major version update soon. --- src/main/java/org/torproject/onionoo/server/ResponseBuilder.java | 2 +- 1 file changed, 1 insertion(+), 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 c0b2772..12885c5 100644 --- a/src/main/java/org/torproject/onionoo/server/ResponseBuilder.java +++ b/src/main/java/org/torproject/onionoo/server/ResponseBuilder.java @@ -125,7 +125,7 @@ public class ResponseBuilder {
private static final String PROTOCOL_VERSION = "4.2";
- private static final String NEXT_MAJOR_VERSION_SCHEDULED = null; + private static final String NEXT_MAJOR_VERSION_SCHEDULED = "2017-11-30";
private void writeRelays(List<SummaryDocument> relays, PrintWriter pw) { this.write(pw, "{"version":"%s",\n", PROTOCOL_VERSION);
tor-commits@lists.torproject.org