diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2010-11-19 13:46:09 -0800 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2010-11-19 13:46:09 -0800 |
commit | b3470ce95740b968dc53a3e43208a1ed02138a28 (patch) | |
tree | 88540373880c56faa36718f5bab809363f24caff /changes | |
parent | 69472ca4210183ec11a632abd952b6060a086258 (diff) | |
download | tor-b3470ce95740b968dc53a3e43208a1ed02138a28.tar tor-b3470ce95740b968dc53a3e43208a1ed02138a28.tar.gz |
Add changes file for bug2195.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2195 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug2195 b/changes/bug2195 new file mode 100644 index 000000000..1724fd0e2 --- /dev/null +++ b/changes/bug2195 @@ -0,0 +1,7 @@ + o Minor bugfixes + - Publish a router descriptor even if generating an extra-info + descriptor fails. Previously we would not publish a router + descriptor without an extra-info descriptor; this can cause fast + exit relays collecting exit-port statistics to drop from the + consensus. Bugfix on 0.1.2.9-rc; fixes bug 2195. + |