summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-01-21 07:24:50 +0000
committerNick Mathewson <nickm@torproject.org>2009-01-21 07:24:50 +0000
commitbf2b71beb86804acc16f98b8a10ffbb9544ff758 (patch)
tree8ba0cd6163c2de7e36f3d64263d2bf002fc08690 /ChangeLog
parent3f8ab367c1c7f6822376e357f3437fdec21ce257 (diff)
downloadtor-bf2b71beb86804acc16f98b8a10ffbb9544ff758.tar.gz
tor-bf2b71beb86804acc16f98b8a10ffbb9544ff758.zip
Fix an error in tor_addr_parse that kept us from having a hidden service or a bridge live at an IPv6 address.
svn:r18206
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5aaeee66b5..453e1865a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@ Changes in version 0.2.1.12-alpha - 2009-01-??
on 0.2.1.10-alpha; reported by Matt Edman.
- Fix a compile warning on OSX Panther. Fixes bug 913; bugfix against
0.2.1.11-alpha.
+ - Fix a bug in address parsing that was preventing bridges or hidden
+ service targets from being at IPv6 addresses.
Changes in version 0.2.1.11-alpha - 2009-01-20