From 7d9567af2e45fcc64c8f3f36737c6729e5c83ccd Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 25 May 2009 13:14:58 -0400 Subject: [PATCH] clean up the 0.2.1.15-rc changelog --- ChangeLog | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index 917ec9a9b0..520c35f4be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,36 +1,36 @@ -Changes in version 0.2.1.15??? - ????-??-?? - o Major bugfixes: +Changes in version 0.2.1.15-rc - 2009-05-25 + o Major bugfixes (on 0.2.0.x): - Fix a timing-dependent, allocator-dependent, DNS-related crash bug that would occur on some exit nodes when DNS failures and timeouts - occurred in certain patterns. Fix for bug 957. + occurred in certain patterns. Fix for bug 957. - o Minor bugfixes: + o Minor bugfixes (on 0.2.0.x): - Actually return -1 in the error case for read_bandwidth_usage(). Harmless bug, since we currently don't care about the return value anywhere. Bugfix on 0.2.0.9-alpha. - Provide a more useful log message if bug 977 (related to buffer freelists) ever reappears, and do not crash right away. + - Fix an assertion failure on 64-bit platforms when we allocated + memory right up to the end of a memarea, then realigned the memory + one step beyond the end. Fixes a possible cause of bug 930. - Protect the count of open sockets with a mutex, so we can't corrupt it when two threads are closing or opening sockets at once. - Fix for bug 939. Bugfix on 0.2.0.1-alpha. - - Don't allow a bridge to publish its router descriptor to a non-bridge - directory authority. Fixes part of bug 932. + Fix for bug 939. Bugfix on 0.2.0.1-alpha. + - Don't allow a bridge to publish its router descriptor to a + non-bridge directory authority. Fixes part of bug 932. - When we change to or from being a bridge, reset our counts of - client usage by country. Fixes bug 932. + client usage by country. Fixes bug 932. - Fix a bug that made stream bandwidth get misreported to the controller. - - Fix an assertion failure on 64-bit platforms when we allocated - memory right up to the end of a memarea, then realigned the - memory one step beyond the end. Fixes a possible cause of bug - 930. - Stop using malloc_usable_size() to use more area than we had - actually allocated: it was safe, but made valgrind really - unhappy. Bugfix on 0.2.0.x. - - Fix use of freed memory when deciding to mark a non-addable - descriptor as never-downloadable. Bugfix on 0.2.1.9-alpha. + actually allocated: it was safe, but made valgrind really unhappy. - Fix a memory leak when v3 directory authorities load their keys and cert from disk. Bugfix on 0.2.0.1-alpha. + o Minor bugfixes (on 0.2.1.x): + - Fix use of freed memory when deciding to mark a non-addable + descriptor as never-downloadable. Bugfix on 0.2.1.9-alpha. + Changes in version 0.2.1.14-rc - 2009-04-12 o Major features: -- 2.11.4.GIT