diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-09-22 20:20:35 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-09-22 20:20:35 +0000 |
commit | da7f9d5a337bf2596a0fbda2a9b668b08c41cee6 (patch) | |
tree | 17533b23de2185503087940002c31c86972b6a64 /ChangeLog | |
parent | 4218f098207cedc17750ed025d939054afe7ca91 (diff) | |
download | tor-da7f9d5a337bf2596a0fbda2a9b668b08c41cee6.tar.gz tor-da7f9d5a337bf2596a0fbda2a9b668b08c41cee6.zip |
r8911@Kushana: nickm | 2006-09-22 12:24:52 -0400
Make exitlist only output each result line once.
svn:r8466
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ Changes in version 0.1.2.2-alpha - 2006-??-?? malloc(0) returns a pointer. - Fix a debug log message in eventdns to say "X resolved to Y" instead of "X resolved to X". + - Prevent the 'exitlist' script from printing the same result more + than once. o Documentation - Documented (and renamed) ServerDNSSearchDomains and |