diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-02-15 21:05:08 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-15 21:05:08 -0500 |
commit | d662d4470a9030ad485dde1eb5426f063f9c3cf1 (patch) | |
tree | 220bf6c94835d5cf788e515e7809340722213292 /changes | |
parent | 799c82be70edaf67ea9904e426cde5213b16f4b7 (diff) | |
parent | 652d3a5b665f8045374eb527494dd9d80ef98d13 (diff) | |
download | tor-d662d4470a9030ad485dde1eb5426f063f9c3cf1.tar.gz tor-d662d4470a9030ad485dde1eb5426f063f9c3cf1.zip |
Merge remote-tracking branch 'dgoulet/ticket24343_033_01' into maint-0.3.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket24343 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket24343 b/changes/ticket24343 new file mode 100644 index 0000000000..e62d65eb54 --- /dev/null +++ b/changes/ticket24343 @@ -0,0 +1,6 @@ + o Minor bugfixes (man page, SocksPort): + - Remove dead code about the old "SocksSockets" option. To do so, the + SocksSocketsGroupWritable option has been renamed to + UnixSockssGroupWritable which does the same exact thing. The old option + is still usable but will warn that it is deprecated. Fixes bug 24343; + bugfix on 0.2.6.3. |