summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-02-07 10:37:31 -0500
committerNick Mathewson <nickm@torproject.org>2017-02-07 10:37:31 -0500
commitc056d19323e499a0003ba9de0db2bdee9c301872 (patch)
treec7efe04688fd81281ad9e470c339997fefc9ea72 /changes
parentb9ef21cf565cab46571f965fc2d3f368c7e7a1da (diff)
parent85a2487f9704cfeff0255c5f660d977ec9c30cff (diff)
downloadtor-c056d19323e499a0003ba9de0db2bdee9c301872.tar.gz
tor-c056d19323e499a0003ba9de0db2bdee9c301872.zip
Merge branch 'maint-0.2.4' into maint-0.2.5
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.