aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-19 18:52:00 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-19 18:52:00 +0000
commit029be5ad02cfec8d9b96b3466a03a353183f561a (patch)
tree1cd1a87b153e8aabfef10d8d6d8f8813f6e1bdf0 /ChangeLog
parentefb863189cd4500e9cdaf8f5665f9756ae12dfde (diff)
downloadtor-029be5ad02cfec8d9b96b3466a03a353183f561a.tar
tor-029be5ad02cfec8d9b96b3466a03a353183f561a.tar.gz
Move in-addr.arpa parsing and generation into address.c, and simplify the code that does it elsewhere. Incidentally, this lets exit servers answer requests for ip6.arpa addresses.
svn:r17707
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c86773843..7e0fe2325 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,6 +46,7 @@ Changes in version 0.2.1.9-alpha - 2008-12-2?
- Optimize out calls to time(NULL) that occur for every IO operation, or
for every cell. On systems where time() is a slow syscalls, this will
be slightly helpful.
+ - Exit servers can now answer resolve requests for ip6.arpa addresses.
o Minor features (controller):
- New CONSENSUS_ARRIVED event to note when a new consensus has