Merge branch 'maint-0.2.4' into release-0.2.4

This commit is contained in:
Roger Dingledine
2013-07-28 09:50:19 -04:00
5 changed files with 18 additions and 9 deletions
+6
View File
@@ -0,0 +1,6 @@
o Minor bugfixes:
- When evaluating whether to use a connection that we haven't
decided is canonical using a recent link protocol version,
decide that it's canonical only if it used address _does_
match the desired address. Fixes bug 9309; bugfix on
0.2.4.4-alpha. Reported by skruffy.
+4
View File
@@ -0,0 +1,4 @@
o Major bugfixes (DNS):
- Avoid an assertion failure when processing DNS replies without the
answer types we expected. Fixes bug 9337; bugfix on 0.2.4.7-alpha.