diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-16 11:47:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-22 19:42:28 -0400 |
commit | 0f3d73a2d0ef22d51183768308887d0271ef20f0 (patch) | |
tree | 82fb9570a79248723d031ff10e1adf9c33b75335 | |
parent | 7915efd1b83e45c53eb06cfb384eed024df440c0 (diff) | |
download | tor-0f3d73a2d0ef22d51183768308887d0271ef20f0.tar.gz tor-0f3d73a2d0ef22d51183768308887d0271ef20f0.zip |
Add a changes file for 25691/25692
-rw-r--r-- | changes/bug25691_again | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug25691_again b/changes/bug25691_again new file mode 100644 index 0000000000..3d0d91bfd3 --- /dev/null +++ b/changes/bug25691_again @@ -0,0 +1,6 @@ + o Minor bugfixes (path selection): + - Only select relays when they have the descriptors we prefer to + use for them. This change fixes a bug where we could select + a relay because it had _some_ descriptor, but reject it later with + a nonfatal assertion error because it didn't have the exact one we + wanted. Fixes bugs 25691 and 25692; bugfix on 0.3.3.4-alpha. |