]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
and fold it into master too
authorRoger Dingledine <arma@torproject.org>
Wed, 5 Sep 2012 21:23:08 +0000 (17:23 -0400)
committerRoger Dingledine <arma@torproject.org>
Wed, 5 Sep 2012 21:23:08 +0000 (17:23 -0400)
ChangeLog
changes/bug6774 [deleted file]

index ab0fd256ea6bd83e080362eea394542dff5ec9c5..12b7fff081e32df757542bd5b0fc10b7c0914494 100644 (file)
--- a/ChangeLog
+++ b/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,
       they were accepted, but we never actually noticed that they were
       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
       the router status voting loop, to prevent future coding errors
       where data might leak between iterations of the loop. Resolves
diff --git a/changes/bug6774 b/changes/bug6774
deleted file mode 100644 (file)
index 0c137fd..0000000
+++ /dev/null
@@ -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.
-