From 15462f72eb6c442c33d5d6be27da0802c01e6f5e Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 26 Aug 2009 20:20:09 -0400 Subject: [PATCH] put karsten's changelog in the right place --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0182faa581..733e222253 100644 --- a/ChangeLog +++ b/ChangeLog @@ -70,6 +70,8 @@ Changes in version 0.2.2.1-alpha - 2009-08-26 - If the cached cert file is unparseable, warn but don't exit. - Fix possible segmentation fault on directory authorities. Bugfix on 0.2.1.14-rc. + - When Tor fails to parse a descriptor of any kind, dump it to disk. + Might help diagnosing bug 1051. o Deprecated and removed features: - The controller no longer accepts the old obsolete "addr-mappings/" @@ -103,8 +105,6 @@ Changes in version 0.2.1.20 - 2009-??-?? - Fix a signed/unsigned compile warning in 0.2.1.19. - Fix possible segmentation fault on directory authorities. Bugfix on 0.2.1.14-rc. - - When Tor fails to parse a descriptor of any kind, dump it to disk. - Might help diagnosing bug 1051. Changes in version 0.2.1.19 - 2009-07-28