summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-01-06 01:14:11 +0000
committerNick Mathewson <nickm@torproject.org>2008-01-06 01:14:11 +0000
commit17036de8b7d0b33b46d5ee0a7b87b8052992e5d3 (patch)
tree0f7b98e4280107fedf2764bae50c10cfefba7389 /ChangeLog
parent614dc52623e07d833f1ccd7bf68d835227209f07 (diff)
downloadtor-17036de8b7d0b33b46d5ee0a7b87b8052992e5d3.tar.gz
tor-17036de8b7d0b33b46d5ee0a7b87b8052992e5d3.zip
r17469@catbus: nickm | 2008-01-05 20:14:07 -0500
Fix bug 579: Count DNSPort and hidden services when checking whether Tor is going to do anything. Change "no configured ports" from fatal to warning. svn:r13036
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d656cc864..946549d1f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,12 @@ Changes in version 0.2.0.16-alpha - 2008-01-??
o Minor features (controller):
- Get NS events working again. (Patch from tup)
+ o Minor features (other):
+ - Add hidden services and DNSPorts to the list of things that make
+ Tor accept that it has running ports. Change starting Tor with
+ no ports from a fatal error to a warning; we might change it
+ back if this turns out to confuse anybody. (Fixes bug 579.)
+
Changes in version 0.2.0.15-alpha - 2007-12-25
o Major bugfixes:
- Fix several remotely triggerable asserts based on DirPort requests