aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-09-02 19:10:42 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-02 19:14:30 -0400
commit8a79b56ac6709dfddaa15d9c76d0f856a502a6a1 (patch)
tree36e96d625b6f62a386b3331d51df369138a7b923 /changes
parentd19cbf3ab17a5afcbe0e94a16686e9ff9129dbfc (diff)
downloadtor-8a79b56ac6709dfddaa15d9c76d0f856a502a6a1.tar.gz
tor-8a79b56ac6709dfddaa15d9c76d0f856a502a6a1.zip
Divide torrc.sample into torrc.sample and torrc.minimal
torrc.minimal is now the one that should change as infrequently as possible. To schedule an change to go into it eventually, make your change to torrc.minimal.in-sample. torrc.sample is now the volatile one: we can change it to our hearts' content. Closes ticket #11144
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket111448
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/ticket11144 b/changes/ticket11144
new file mode 100644
index 0000000000..265481b964
--- /dev/null
+++ b/changes/ticket11144
@@ -0,0 +1,8 @@
+ o New features (sample torrc):
+ - Add a new, infrequently-changed "torrc.minimal". This file's
+ purpose is similar to torrc.sample, but it is meant to be small
+ and change as infrequently as possible, for the benefit of
+ users whose systems prompt them for intervention whenever a
+ default configuration file is changed. Making this change
+ allows us to update torrc.sample to be a more generally useful
+ "sample torrc".