summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-02-06 18:36:26 +0000
committerNick Mathewson <nickm@torproject.org>2007-02-06 18:36:26 +0000
commitc4faebfa6db9ca41a9e42be9efba8c285c03d819 (patch)
treecfefce1e365eeb24442e08cd0a01c4d630bcc539 /ChangeLog
parentf4a1c17e5ab5e4a6596eb34b926d595f966f8f6b (diff)
downloadtor-c4faebfa6db9ca41a9e42be9efba8c285c03d819.tar.gz
tor-c4faebfa6db9ca41a9e42be9efba8c285c03d819.zip
r11667@catbus: nickm | 2007-02-06 13:36:18 -0500
The --service install code can no longer default to adding an -f option for the appdata directory of the current user, since the target user probably will not be able to read it. Instead, warn the user if no explicit torrc filename is given. svn:r9502
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bcbf527ba4..d64ff5cc78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,7 +19,11 @@ Changes in version 0.1.2.7-alpha - 2007-02-06
- Install as NT_AUTHORITY\LocalService rather than as SYSTEM; add a
command-line flag so that admins can override the default by saying
"tor --service install --user "SomeUser"". This will not effect
- existing installed services.
+ existing installed services. Also, warn the user that the service
+ will look for its configuration file in the service user's
+ %appdata% directory. (We can't do the 'hardwire the user's appdata
+ directory' trick any more, since we may not have read access to that
+ directory.)
o Major bugfixes (other):
- Previously, we would cache up to 16 old networkstatus documents