summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-11-11 05:33:49 +0000
committerRoger Dingledine <arma@torproject.org>2007-11-11 05:33:49 +0000
commit9c934558e158eed28b61f62a4b1b78f12f306436 (patch)
treee17f950751509f9bf38495c8b205a0e26bb69ceb
parent1b00492c40906e32b5b1431fc9e3080c5ecb9f78 (diff)
downloadtor-9c934558e158eed28b61f62a4b1b78f12f306436.tar.gz
tor-9c934558e158eed28b61f62a4b1b78f12f306436.zip
a changelog entry for r12471.
svn:r12472
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c03a54a30..ff28837acf 100644
--- 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.