summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-11-06 17:15:39 -0500
committerNick Mathewson <nickm@torproject.org>2012-11-06 17:15:39 -0500
commit11c467f6431773abaa4cced036b3bf87d4ea7f22 (patch)
treef85a9d5381df7f9ddef311bcdaf28a2e713e48d4 /changes
parent39a0a2c3ae8c93ceed42f6d2d1143002c231fc16 (diff)
downloadtor-11c467f6431773abaa4cced036b3bf87d4ea7f22.tar.gz
tor-11c467f6431773abaa4cced036b3bf87d4ea7f22.zip
Fix a stupid logic-error in warnings about low ports.
Instead of warning about low ports that are advertised, we should have been warning about low ports that we're listening on. Bug 7285, fix on 0.2.3.9-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug72854
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug7285 b/changes/bug7285
new file mode 100644
index 0000000000..3c00205a4c
--- /dev/null
+++ b/changes/bug7285
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Warn when we are binding low ports when hibernation is enabled;
+ previously we had warned when we were _advertising_ low ports with
+ hibernation enabled. Fixes bug 7285; bugfix on 0.2.3.9-alpha.