From 927d35a001fe16ece3e448f41d02319db9f7e2fa Mon Sep 17 00:00:00 2001
From: Roger Dingledine <arma@torproject.org>
Date: Sat, 11 Apr 2009 00:24:06 +0000
Subject: [PATCH] a changelog entry for r19259

svn:r19261
---
 ChangeLog | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 5de4550ce9..6d0f33f5c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,16 @@
-Changes in version 0.2.1.14-rc - 2009-04-??
+Changes in version 0.2.1.14-rc - 2009-04-10
   o Security fixes:
     - Avoid crashing in the presence of certain malformed descriptors.
       Found by lark, and by automated fuzzing.
 
+  o Major bugfixes:
+    - Relays were falling out of the networkstatus consensus for
+      half a day if they changed their local config but the authorities
+      discarded their new descriptor as "not sufficiently different". Now
+      directory authorities accept a descriptor as changed if
+      bandwidthrate or bandwidthburst changed. Partial fix for bug 962;
+      patch by Sebastian.
+
   o Minor features:
     - If the bridge config line doesn't specify a port, assume 443.
       This makes bridge lines a bit smaller and easier for users to
-- 
GitLab