diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-09-10 23:36:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-10 23:36:27 -0400 |
commit | 5474d8ae05da1a7b896a12e5857b2dbe0b0b8ce6 (patch) | |
tree | f21e1a1aa72be9d8f1ea1ee41bff914ecef51f92 /changes | |
parent | 916d53d6ceab5b3a5d567f18a2bce8543d008a89 (diff) | |
parent | 9ab35b0a2e3e1e87ce67ad49febd79a14001d74c (diff) | |
download | tor-5474d8ae05da1a7b896a12e5857b2dbe0b0b8ce6.tar.gz tor-5474d8ae05da1a7b896a12e5857b2dbe0b0b8ce6.zip |
Merge remote-tracking branch 'public/torrc_minimal'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket11144 | 8 |
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". |