diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-17 20:02:59 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-17 20:02:59 -0500 |
commit | 8a767ba7fbeedb3d8838ccfe57583203b783241d (patch) | |
tree | 3ee91911b3a4fe131e8c3087c0aab2d2a51bac92 /changes | |
parent | caf7422871f058269b6b53e279463a130a372fc1 (diff) | |
parent | 44f3563d872b56593c11a6e557b130714fa8916b (diff) | |
download | tor-8a767ba7fbeedb3d8838ccfe57583203b783241d.tar.gz tor-8a767ba7fbeedb3d8838ccfe57583203b783241d.zip |
Merge remote-tracking branch 'teor/bug20634_029' into maint-0.2.9
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20634 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug20634 b/changes/bug20634 new file mode 100644 index 0000000000..62fc9f4787 --- /dev/null +++ b/changes/bug20634 @@ -0,0 +1,3 @@ + o Minor bugfixes (unit tests): + - Stop spurious failures in the local interface address discovery unit + tests. Fixes bug 20634; bugfix on 0.2.8.1-alpha; patch by Neel Chauhan. |