aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-17 22:58:14 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-17 22:58:14 +0000
commit2ad36f68c8e5bbbc0f284c04f266f80866d2aef9 (patch)
tree8468c4b90118a244057daa207acaffae5f5ed77c /ChangeLog
parent03f413f5c7220be2d3313489a836fb92b67a6b1c (diff)
downloadtor-2ad36f68c8e5bbbc0f284c04f266f80866d2aef9.tar.gz
tor-2ad36f68c8e5bbbc0f284c04f266f80866d2aef9.zip
Rename ServerDNSAllowBrokenResolvConf to ServerDNSAllowBrokenConfig.
(Many users have no idea what a resolv.conf is, and shouldn't be forced to learn. The old option will keep working for now.) Also, document it. svn:r17661
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35896969ff..d0e3da14e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -78,6 +78,8 @@ Changes in version 0.2.1.9-alpha - 2008-12-2?
- Move edge-only flags from connection_t to edge_connection_t: not
only is this better coding, but on machines of plausible alignment,
it should save 4-8 bytes per connection_t. "Every little bit helps."
+ - Rename ServerDNSAllowBrokenResolvConf to ServerDNSAllowBrokenConfig
+ for consistency; keep old option working for backward compatibility.
Changes in version 0.2.1.8-alpha - 2008-12-08