aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-01-19 11:43:41 -0500
committerNick Mathewson <nickm@torproject.org>2015-01-19 11:43:41 -0500
commit1053af0b9c4127873034a935ce3382940696e693 (patch)
tree0ddf532fac615a4a7dd554b09ca1d6e41623d80a /changes
parent63765399eb844adfa877a288e655eb281ac8c988 (diff)
parent758d77130c654bcf71ba28a3ba75bd8569efc985 (diff)
downloadtor-1053af0b9c4127873034a935ce3382940696e693.tar.gz
tor-1053af0b9c4127873034a935ce3382940696e693.zip
Merge branch 'bug7555_v2_squashed'
Conflicts: src/or/connection_edge.c
Diffstat (limited to 'changes')
-rw-r--r--changes/bug141934
-rw-r--r--changes/bug142596
-rw-r--r--changes/bug75555
3 files changed, 15 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.
diff --git a/changes/bug14259 b/changes/bug14259
new file mode 100644
index 0000000000..1b5b9b80b3
--- /dev/null
+++ b/changes/bug14259
@@ -0,0 +1,6 @@
+ o Minor bugfixes (client):
+ - Avoid a small memory leak when we find a cached answer for a reverse
+ DNS lookup in a client-side DNS cache. (Remember, client-side DNS
+ caching is off by default, and is not recommended.) Fixes bug 14259;
+ bugfix on 0.2.0.1-alpha.
+
diff --git a/changes/bug7555 b/changes/bug7555
new file mode 100644
index 0000000000..a43ff739cb
--- /dev/null
+++ b/changes/bug7555
@@ -0,0 +1,5 @@
+ o Major bugfixes (client):
+ - Allow MapAddress and AutomapHostsOnResolve to work together when an
+ address is mapped into another address type that must be
+ automapped at resolve time. Fixes bug 7555; bugfix on
+ 0.2.0.1-alpha.