diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-19 11:43:41 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-19 11:43:41 -0500 |
commit | 1053af0b9c4127873034a935ce3382940696e693 (patch) | |
tree | 0ddf532fac615a4a7dd554b09ca1d6e41623d80a /changes | |
parent | 63765399eb844adfa877a288e655eb281ac8c988 (diff) | |
parent | 758d77130c654bcf71ba28a3ba75bd8569efc985 (diff) | |
download | tor-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/bug14193 | 4 | ||||
-rw-r--r-- | changes/bug14259 | 6 | ||||
-rw-r--r-- | changes/bug7555 | 5 |
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. |