aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-09-21 21:48:11 +0000
committerNick Mathewson <nickm@torproject.org>2006-09-21 21:48:11 +0000
commit083e9c2b59614bd5dae78d5db2473ddbca9cb8c4 (patch)
tree3035761b18c56107cc56995c3fced1ae3c3796c5 /ChangeLog
parenta942441615af65a5e80f2d8c1348a4feb7a2ff62 (diff)
downloadtor-083e9c2b59614bd5dae78d5db2473ddbca9cb8c4.tar
tor-083e9c2b59614bd5dae78d5db2473ddbca9cb8c4.tar.gz
r8873@Kushana: nickm | 2006-09-21 14:38:22 -0400
Fix a bug: Remember, each call to escaped() replaces the value returned from the last call to escaped(). svn:r8438
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cfc9857ba..cb7030381 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,8 @@ Changes in version 0.1.2.2-alpha - 2006-??-??
algorithm from O(n^2) to O(n).
- Make the common memory allocation path faster on machines where
malloc(0) returns a pointer.
+ - Fix a debug log message in eventdns to say "X resolved to Y"
+ instead of "X resolved to X".
Changes in version 0.1.2.1-alpha - 2006-08-27
o Major features: