diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-14 14:55:49 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-14 14:55:49 -0500 |
commit | 41e0f7146a0377fb67858433deb4d9f4d7e95327 (patch) | |
tree | 7c6c1a6c7c56b4e12e76b921c2eb8feacea2827d /changes/bug1992 | |
parent | 47cfee781d104a23ed44318c0c763c9834c0b7b6 (diff) | |
parent | 178599f026d9c7575a2b790c7cb5ccfba7ba1635 (diff) | |
download | tor-41e0f7146a0377fb67858433deb4d9f4d7e95327.tar tor-41e0f7146a0377fb67858433deb4d9f4d7e95327.tar.gz |
Merge remote-tracking branch 'arma/bug1992'
Diffstat (limited to 'changes/bug1992')
-rw-r--r-- | changes/bug1992 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/bug1992 b/changes/bug1992 new file mode 100644 index 000000000..6a751dc7e --- /dev/null +++ b/changes/bug1992 @@ -0,0 +1,11 @@ + o Minor bugfixes: + - Stop trying to resolve our hostname so often (e.g. every time we + think about doing a directory fetch). Now we reuse the cached + answer in some cases. Fixes bugs 1992 (bugfix on 0.2.0.20-rc) + and 2410 (bugfix on 0.1.2.2-alpha). + + o Minor features: + - Make bridge relays check once a minute for whether their IP + address has changed, rather than only every 15 minutes. Resolves + bugs 1913 and 1992. + |