summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-07-25 22:57:07 +0000
committerNick Mathewson <nickm@torproject.org>2007-07-25 22:57:07 +0000
commit7f3e2378b64f07f1bcebf80f7846a6580c29786a (patch)
treeac302f1c9fa0fbe25bce80628e713866bfe2797a /ChangeLog
parent025a81fc18428800d60b6a5093628cec5aaa8dad (diff)
downloadtor-7f3e2378b64f07f1bcebf80f7846a6580c29786a.tar.gz
tor-7f3e2378b64f07f1bcebf80f7846a6580c29786a.zip
r13908@catbus: nickm | 2007-07-25 18:55:47 -0400
Patch from Robert Hogan: set conn->dns_server_port correctly so that we can close dns server ports when they change, thus avoiding crashes and dangling references and other sources of unhappiness. svn:r10933
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 520695184a..62b52db953 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -76,6 +76,8 @@ Changes in version 0.2.0.3-alpha - 2007-??-??
- Add DNSPort connections to the global connection list, so that we
can time them out correctly. (Bug found by mwenge) [Bugfix on
0.2.0.2-alpha]
+ - Fix a dangling reference that could lead to a crash when DNSPort is
+ changed or closed (Patch from Robert Hogan.) [Bugfix on 0.2.0.2-alpha]
o Minor bugfixes (controller)
- Provide DNS expiry times in GMT, not in local time. For backward