summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-11-26 18:36:51 +0000
committerNick Mathewson <nickm@torproject.org>2006-11-26 18:36:51 +0000
commit68142b18cd0020df68378850258c38c28231c15b (patch)
treedb45345c98c35773242c8ac23b2281c6277269aa /ChangeLog
parent80cc941c2d27a4ab2f27c2e7b30544a2a9196b42 (diff)
downloadtor-68142b18cd0020df68378850258c38c28231c15b.tar.gz
tor-68142b18cd0020df68378850258c38c28231c15b.zip
r9396@totoro: nickm | 2006-11-26 13:36:29 -0500
Fix router_new_address_suggestion() so it only changes last_guessed_ip() when it actually calls resolve_my_address(). (bug found by dev-girl) svn:r8996
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 562465f05d..7a1e920ba0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,8 @@ Changes in version 0.1.2.4-alpha - 2006-11-??
correctly in the Windows installer.
- Avoid assert failure when our cached-routers file is empty on
startup.
+ - Don't corrupt last_guesssed_ip in router_new_address_suggestion() when
+ we're running as a client.
Changes in version 0.1.2.3-alpha - 2006-10-29