Commit 2472f012 authored by Karsten Loesing's avatar Karsten Loesing
Browse files

Recognize new bridge authority Serge.

Fixes #26786.
parent 9d8a0ae6
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
# Changes in version 1.?.? - 2018-??-??
# Changes in version 1.7.0 - 2018-07-14

 * Medium changes
   - Recognize new bridge authority Serge.

 * Minor changes
   - Rename root package org.torproject.collector to
+4 −0
Original line number Diff line number Diff line
@@ -121,6 +121,10 @@ public class BridgeSnapshotReader {
                  authorityFingerprint =
                      "1D8F3A91C37C5D1C4C19B1AD1D0CFBE8BF72D8E1";
                  break;
                case "from-serge-":
                  authorityFingerprint =
                      "BA44A889E64B93FAA2B114E02C2A279A8555C533";
                  break;
                default:
                  logger.warn("Did not recognize the bridge authority that "
                      + "generated " + fn + ".  Skipping.");