From addbe6f2f3c89ed5bfd9c0ce9b4640c82e3e8e14 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 10 Aug 2013 18:06:03 -0400 Subject: [PATCH] give it a blurb and a date --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 34aa04a10..a3fad5629 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -Changes in version 0.2.4.16-rc - 2013-08-0? +Changes in version 0.2.4.16-rc - 2013-08-10 + Tor 0.2.4.16-rc is the second release candidate for the Tor 0.2.4.x + series. It fixes several crash bugs in the 0.2.4 branch. + o Major bugfixes: - Fix a bug in the voting algorithm that could yield incorrect results when a non-naming authority declared too many flags. Fixes bug 9200;