summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2016-03-29 14:33:45 +0000
committerAndrea Shepard <andrea@torproject.org>2016-03-29 14:33:45 +0000
commit1218d731d1f3c1944a22bba45ef2f6a0853eba5c (patch)
tree252d22ca1b9932c8914d964d36f9a49347bdde02 /changes
parente1e62f9d5735da64dc1435d3a40db77f6229766a (diff)
parent307b863556e34f0f1575c8c7ea1dd79e07eff16c (diff)
downloadtor-1218d731d1f3c1944a22bba45ef2f6a0853eba5c.tar.gz
tor-1218d731d1f3c1944a22bba45ef2f6a0853eba5c.zip
Merge branch 'bug16248_027' into maint-0.2.7
Diffstat (limited to 'changes')
-rw-r--r--changes/bug162488
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug16248 b/changes/bug16248
new file mode 100644
index 0000000000..399b7093cd
--- /dev/null
+++ b/changes/bug16248
@@ -0,0 +1,8 @@
+ o Major bugfixes (dns proxy mode, crash):
+ - Avoid crashing when running as a DNS proxy. Closes bug 16248; bugfix on
+ 0.2.0.1-alpha. Patch from 'cypherpunks'.
+
+ o Minor features (bug-resistance):
+ - Make Tor survive errors involving connections without a corresponding
+ event object. Previously we'd fail with an assertion; now we produce a
+ log message. Related to bug 16248.