diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-11 11:14:48 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-18 15:00:53 -0400 |
commit | dcee4d4c9cc7d98e5ae8e913c73a3afc41753c64 (patch) | |
tree | 44e607b09cda1aca49a65a88dfe25d1cfcc96233 /changes | |
parent | 8b53dfc3626f293f821b8e8afe88cca62224f20b (diff) | |
download | tor-dcee4d4c9cc7d98e5ae8e913c73a3afc41753c64.tar.gz tor-dcee4d4c9cc7d98e5ae8e913c73a3afc41753c64.zip |
Warn the directory authority operator if their versions list is bogus
Prevents bug 26485; bugfix on 0.1.1.6-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug26485 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug26485 b/changes/bug26485 new file mode 100644 index 0000000000..5a40b7a78e --- /dev/null +++ b/changes/bug26485 @@ -0,0 +1,4 @@ + o Minor bugfixes (directory authority): + - When voting for recommended versions, make sure that all of the + versions are well-formed and parsable. Fixes bug 26485; bugfix on + 0.1.1.6-alpha. |