diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-18 15:03:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-18 15:03:27 -0400 |
commit | 559f79fd79b7c22caac2888f82e92307be02904a (patch) | |
tree | 47ffacb2d47ce8dbe0c9dfc997520190e31489ad /changes | |
parent | 61a2762e353f29b8b4402bf068e6268809174702 (diff) | |
parent | a321d72401348cc3c8a5c3e86b2506c5c2278acd (diff) | |
download | tor-559f79fd79b7c22caac2888f82e92307be02904a.tar.gz tor-559f79fd79b7c22caac2888f82e92307be02904a.zip |
Merge branch 'maint-0.2.9' into maint-0.3.2
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. |