From 7bda254bdae6f1c01354e1bbd1949792197bb31f Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 22 Oct 2006 08:10:44 +0000 Subject: [PATCH] and a changelog entry to go with it svn:r8790 --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 41c3267adf..ee0e762e81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -58,6 +58,8 @@ Changes in version 0.1.2.3-alpha - 2006-10-?? when an attempt to open a stream fails. This should make clients able to find a good exit faster in some cases, since unhandleable requests will now get an error rather than timing out. + - Resolve two memory leaks when rebuilding the on-disk router cache + (reported by fookoowa). Changes in version 0.1.2.2-alpha - 2006-10-07