aboutsummaryrefslogtreecommitdiff
path: root/changes/bug14193
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-01-13 09:42:23 -0500
committerNick Mathewson <nickm@torproject.org>2015-01-13 09:42:23 -0500
commit2e1ed0815d3f426e7e30b09f3c781425c76e72d5 (patch)
tree23328ce8847801ffb869913dc158ce33984d8add /changes/bug14193
parentbba995e6660dbb49876886278f71d7d5a85f5f88 (diff)
downloadtor-2e1ed0815d3f426e7e30b09f3c781425c76e72d5.tar.gz
tor-2e1ed0815d3f426e7e30b09f3c781425c76e72d5.zip
Actually set *expires_out in addressmap_rewrite.
Fixes 14193; bugfix on 35d08e30d, which went into 0.2.3.17-beta.
Diffstat (limited to 'changes/bug14193')
-rw-r--r--changes/bug141934
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug14193 b/changes/bug14193
new file mode 100644
index 0000000000..a7006685f5
--- /dev/null
+++ b/changes/bug14193
@@ -0,0 +1,4 @@
+ o Minor bugfixes (client DNS):
+ - Report the correct cached DNS expiration times. Previously, we
+ would report everything as "never expires." Fixes bug 14193;
+ bugfix on 0.2.3.17-beta.