diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-09-21 21:48:11 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-09-21 21:48:11 +0000 |
commit | 083e9c2b59614bd5dae78d5db2473ddbca9cb8c4 (patch) | |
tree | 3035761b18c56107cc56995c3fced1ae3c3796c5 /ChangeLog | |
parent | a942441615af65a5e80f2d8c1348a4feb7a2ff62 (diff) | |
download | tor-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |