aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Appelbaum <jacob@appelbaum.net>2008-12-07 01:21:19 +0000
committerJacob Appelbaum <jacob@appelbaum.net>2008-12-07 01:21:19 +0000
commit6b178b46ef52fc146fee566e9bdd12929d3ad0a3 (patch)
treee1c1a8e6b340573a2395d29c2b37336855cefd46 /ChangeLog
parent92562d6e7a57df315698fbdfb9476bcac24bc10e (diff)
downloadtor-6b178b46ef52fc146fee566e9bdd12929d3ad0a3.tar.gz
tor-6b178b46ef52fc146fee566e9bdd12929d3ad0a3.zip
New DirPortFrontPage option that takes an html file and publishes it as "/" on the DirPort. Now relay operators can provide a disclaimer without needin to set up a separate webserver. There's a sample disclaimer in contrib/tor-exit-notice.html.
svn:r17500
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b87579d200..5d37ced6a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
Changes in version 0.2.1.8-alpha - 2008-12-06
+ o Major feature:
+ - New DirPortFrontPage option that takes an html file and publishes it as
+ "/" on the DirPort. Now relay operators can provide a disclaimer without
+ needing to set up a separate webserver. There's a sample disclaimer
+ in contrib/tor-exit-notice.html.
+
o Major bugfixes:
- Fix a DOS opportunity during the voting signature collection process
at directory authorities. Spotted by rovv. Bugfix on 0.2.0.x.