From cd61565ad330130e51db6f19f16ac0140c156de8 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 12 Jul 2007 16:17:20 +0000 Subject: [PATCH] r13713@catbus: nickm | 2007-07-12 12:06:24 -0400 Sort entries in 0.1.2.15 changelog. svn:r10806 --- ChangeLog | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3cf5056a7..b9a27abee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,17 +1,23 @@ Changes in version 0.1.2.15 - 2007-0?-?? - o Fixes: + o Major bugfixes (compilation): - Fix compile on FreeBSD/NetBSD/OpenBSD. Oops. + + o Major bugfixes (crashes): - Try even harder not to dereference the first character after an mmap(). (Bug reported by lodger) - - Count the number of authorities that recommend each version - correctly. Previously, we were under-counting by 1. - Fix a crash bug in directory authorities when we re-number the routerlist while inserting a new router. - - Backport miscellaneous cosmetic bugfixes. - Fix eventdns.c behavior on Solaris: It is critical to include orconfig.h _before_ sys/types.h, so that we can get the expected definition of _FILE_OFFSET_BITS. [Bugfix on 0.1.2.x] + o Minor bugfixes (directory) + - Count the number of authorities that recommend each version + correctly. Previously, we were under-counting by 1. + + o Minor bugfixes (misc) + - Backport miscellaneous cosmetic bugfixes. + Changes in version 0.1.2.14 - 2007-05-25 o Directory authority changes: