]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Merge commit 'karsten/fix-1073' into maint-0.2.1
authorNick Mathewson <nickm@torproject.org>
Thu, 17 Sep 2009 03:36:01 +0000 (23:36 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 17 Sep 2009 03:36:01 +0000 (23:36 -0400)
1  2 
ChangeLog
src/or/rendclient.c

diff --cc ChangeLog
index fc51140c63db745aedb34ce78d1622051f25047c,6282157f1e7cd11b09698f52a6eb7a737eb648bd..fccae7daed94e753eddc1fc14e0e6e714a324c0c
+++ b/ChangeLog
@@@ -30,26 -23,10 +30,29 @@@ Changes in version 0.2.1.20 - 2009-??-?
        a wrong clock. Instead, we should only inform the controller when
        it's a trusted authority that claims our clock is wrong. Bugfix
        on 0.2.0.20-rc; starts to fix bug 1074. Reported by SwissTorExit.
 +    - We were telling the controller about CHECKING_REACHABILITY and
 +      REACHABILITY_FAILED status events whenever we launch a testing
 +      circuit or notice that one has failed. Instead, only tell the
 +      controller when we want to inform the user of overall success or
 +      overall failure. Bugfix on 0.1.2.6-alpha. Fixes bug 1075. Reported
 +      by SwissTorExit.
 +    - Don't warn when we're using a circuit that ends with a node
 +      excluded in ExcludeExitNodes, but the circuit is not used to access
 +      the outside world. This should help fix bug 1090. Bugfix on
 +      0.2.1.6-alpha.
 +    - Teach connection_ap_can_use_exit to respect the Exclude*Nodes config
 +      options. Should fix bug 1090. Bugfix on 0.0.2-pre16.
+     - Avoid segfault in rare cases when finishing an introduction circuit
+       as a client and finding out that we don't have an introduction key
+       for it. Fixes bug 1073. Reported by Aaron Swartz.
  
 +  o Minor features:
 +    - Add a "getinfo status/accepted-server-descriptor" controller
 +      command, which is the recommended way for controllers to learn
 +      whether our server descriptor has been successfully received by at
 +      least on directory authority. Un-recommend good-server-descriptor
 +      getinfo and status events until we have a better design for them.
 +
  
  Changes in version 0.2.1.19 - 2009-07-28
    Tor 0.2.1.19 fixes a major bug with accessing and providing hidden
Simple merge