summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-05-30 12:03:03 -0400
committerNick Mathewson <nickm@torproject.org>2016-05-30 12:03:03 -0400
commitbdc59e33c13672b64d5d52dfc395f9e80c6ed528 (patch)
tree4a794ca44984c7da5f132b274e4961179fc80e3f /changes
parent4165b1a0da893a9f67a2ba32b4fcd54a7804ce14 (diff)
downloadtor-bdc59e33c13672b64d5d52dfc395f9e80c6ed528.tar.gz
tor-bdc59e33c13672b64d5d52dfc395f9e80c6ed528.zip
Fix a warning on unnamed nodes in node_get_by_nickname().
There was a > that should have been an ==, and a missing !. These together prevented us from issuing a warning in the case that a nickname matched an Unnamed node only. Fixes bug 19203; bugfix on 0.2.3.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug192034
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug19203 b/changes/bug19203
new file mode 100644
index 0000000000..96bc1e855a
--- /dev/null
+++ b/changes/bug19203
@@ -0,0 +1,4 @@
+ o Major bugfixes (user interface):
+ - Correctly give a warning in the cases where a relay is specified by
+ nickname, and one such relay is found, but it is not officially Named.
+ Fixes bug 19203; bugfix on 0.2.3.1-alpha.