summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-02-21 03:46:49 +0000
committerRoger Dingledine <arma@torproject.org>2006-02-21 03:46:49 +0000
commit722fcb97e89cd694c9dbbb85e399c75cb62df305 (patch)
tree2c53850a5f3347a5121a750d5ff5f9d060f376b5
parent96a93a0cb11c7ba95f600819497bac842785dc4b (diff)
downloadtor-722fcb97e89cd694c9dbbb85e399c75cb62df305.tar.gz
tor-722fcb97e89cd694c9dbbb85e399c75cb62df305.zip
last changes in 0.1.1.14-alpha
svn:r6057
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 713f435da2..c6b42fce20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.1.1.14-alpha - 2006-02-xx
+Changes in version 0.1.1.14-alpha - 2006-02-20
o Bugfixes on 0.1.1.x:
- Don't die if we ask for a stdout or stderr log (even implicitly)
and we're set to RunAsDaemon -- just warn.
@@ -15,6 +15,8 @@ Changes in version 0.1.1.14-alpha - 2006-02-xx
- We were ignoring the IS_FAST flag in the directory status,
meaning we were willing to pick trivial-bandwidth nodes for "fast"
connections.
+ - If the controller's SAVECONF command fails (e.g. due to file
+ permissions), let it know that it failed.
o Features:
- If we're trying to be a Tor server and running Windows 95/98/ME
@@ -40,6 +42,13 @@ Changes in version 0.1.1.14-alpha - 2006-02-xx
- Now we can target arch and OS in rpm builds (contributed by
Phobos). Also make the resulting dist-rpm filename match the
target arch.
+ - New config options to help controllers: FetchServerDescriptors
+ and FetchHidServDescriptors for whether to fetch server
+ info and hidserv info or let the controller do it, and
+ PublishServerDescriptor and PublishHidServDescriptors.
+ - Also let the controller set the __AllDirActionsPrivate config
+ option if you want all directory fetches/publishes to happen via
+ Tor (it assumes your controller bootstraps your circuits).
Changes in version 0.1.1.13-alpha - 2006-02-09