浏览代码

and fold it into master too

Roger Dingledine 13 年之前
父节点
当前提交
325f33047a
共有 2 个文件被更改,包括 2 次插入4 次删除
  1. 2 0
      ChangeLog
  2. 0 4
      changes/bug6774

+ 2 - 0
ChangeLog

@@ -178,6 +178,8 @@ Changes in version 0.2.3.21-rc - 2012-09-05
       when provided via the controller's MapAddress command. Previously,
       when provided via the controller's MapAddress command. Previously,
       they were accepted, but we never actually noticed that they were
       they were accepted, but we never actually noticed that they were
       wildcards. Fixes bug 6244; bugfix on 0.2.3.9-alpha.
       wildcards. Fixes bug 6244; bugfix on 0.2.3.9-alpha.
+    - Avoid crashing on a malformed state file where EntryGuardPathBias
+      precedes EntryGuard. Fix for bug 6774; bugfix on 0.2.3.17-beta.
     - Add a (probably redundant) memory clear between iterations of
     - Add a (probably redundant) memory clear between iterations of
       the router status voting loop, to prevent future coding errors
       the router status voting loop, to prevent future coding errors
       where data might leak between iterations of the loop. Resolves
       where data might leak between iterations of the loop. Resolves

+ 0 - 4
changes/bug6774

@@ -1,4 +0,0 @@
-  o Minor bugfixes:
-    - Avoid crashing on a malformed state file where EntryGuardPathBias
-      precedes EntryGuard. Fix for bug 6774; bugfix on 0.2.3.17-beta.
-