aboutsummaryrefslogtreecommitdiff
path: root/changes/config
blob: 08874eb8b6a6c05da2f5cf022162a75cff9f74d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  o Minor features
    - Slightly change behavior of "list" options (that is, options that
      can appear more than once) when they appear both in torrc and on
      the command line. Previously, the command-line options would be
      appended to the ones from torrc. Now, the command-line options
      override the torrc options entirely. This new behavior allows
      the user to override list options (like exit policies and
      ports to listen on) from the command line, rather than simply
      appending to the list.
    - You can get the old (appending) command-line behavior for "list"
      "list" options, by prefixing the option name with a "+".
    - You can remove all the values for a "list" option from the command
      line without adding any new ones by prefixing the option name
      with a "/".


  o Minor bugfixes:
    - Restore behavior of overriding SocksPort, ORPort, and similar
      options from the command line. Bugfix on 0.2.3.3-alpha.