]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
a changelog entry for r12471.
authorRoger Dingledine <arma@torproject.org>
Sun, 11 Nov 2007 05:33:49 +0000 (05:33 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 11 Nov 2007 05:33:49 +0000 (05:33 +0000)
svn:r12472

ChangeLog

index 0c03a54a306a116355222ac860239cf34139f8b6..ff28837acf7f02013e893d7decf72bd8ccbcafea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.2.0.11-alpha - 2007-11-10
+Changes in version 0.2.0.11-alpha - 2007-11-??
   o Security fixes:
     - Exit policies now reject connections that are addressed to a
       relay's public (external) IP address too, unless
@@ -6,6 +6,10 @@ Changes in version 0.2.0.11-alpha - 2007-11-10
       many relays are running nearby to services that trust them based
       on network address.
 
+  o Major bugfixes:
+    - Fix a memory leak on exit relays; we were leaking a cached_resolve_t
+      on every successful resolve. Reported by Mike Perry.
+
   o Minor features:
     - Allow people to say PreferTunnelledDirConns rather than
       PreferTunneledDirConns, for those alternate-spellers out there.