diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-04-30 15:29:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-04-30 15:29:56 -0400 |
commit | ef7ef4abb4f28d0d7615cd1bcae42c38f3c08e48 (patch) | |
tree | 7f4a2bb6a09174313ffacdb2df8eb82772de5b57 /changes/ticket14710 | |
parent | 174598f3ef95423bcc9d1614638a4cc9e7dd9f52 (diff) | |
download | tor-ef7ef4abb4f28d0d7615cd1bcae42c38f3c08e48.tar.gz tor-ef7ef4abb4f28d0d7615cd1bcae42c38f3c08e48.zip |
Move changes entries into changelog for 0.2.7.1-alpha
Diffstat (limited to 'changes/ticket14710')
-rw-r--r-- | changes/ticket14710 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/changes/ticket14710 b/changes/ticket14710 deleted file mode 100644 index 2b6cb2060f..0000000000 --- a/changes/ticket14710 +++ /dev/null @@ -1,10 +0,0 @@ - o Code simplification and refactoring: - - Move the hacky fallback code out of get_interface_address6() - into separate function and get it covered with unit-tests. Resolves - ticket 14710. - - o Minor bugfixes: - - When attempting to use fallback technique for network interface - lookup, disregard loopback and multicast addresses since they are - unsuitable for public communications. - |