Move bug25145 entry into ChangeLog

(It doesn't go into ReleaseNotes, since it's a bugfix on 0.3.3.2-alpha)
This commit is contained in:
Nick Mathewson 2018-05-22 10:20:15 -04:00
parent c91c4e9bb6
commit 2b2634339b
2 changed files with 5 additions and 4 deletions

View File

@ -19,6 +19,11 @@ Changes in version 0.3.3.6 - 2018-05-??
uninitialised buffer. They now log a warning about the empty file uninitialised buffer. They now log a warning about the empty file
instead. Fixes bug 26007; bugfix on 0.2.2.1-alpha. instead. Fixes bug 26007; bugfix on 0.2.2.1-alpha.
o Major bugfixes (directory authorities, backport from 0.3.4.1-alpha):
- Avoid a crash when testing router reachability on a router that
could have an ed25519 ID, but which does not. Fixes bug 25415;
bugfix on 0.3.3.2-alpha.
o Major bugfixes (crash, backport from 0.3.4.1-alpha): o Major bugfixes (crash, backport from 0.3.4.1-alpha):
- Avoid a rare assertion failure in the circuit build timeout code - Avoid a rare assertion failure in the circuit build timeout code
if we fail to allow any circuits to actually complete. Fixes bug if we fail to allow any circuits to actually complete. Fixes bug

View File

@ -1,4 +0,0 @@
o Major bugfixes (directory authority):
- Avoid a crash when testing router reachability on a router that could
have an ed25519 ID, but which does not. Fixes bug 25415; bugfix on
0.3.3.2-alpha.