summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-04-20 03:53:07 -0400
committerRoger Dingledine <arma@torproject.org>2010-04-20 03:53:07 -0400
commitea6cdafee5aae1028e96b12f06161789218a2044 (patch)
treed7f4b203c037f0b72b73501f01c45b59faf274d9 /changes
parenteaf5487d9570fbf2e5bcab911bf7db2f5a70878a (diff)
downloadtor-ea6cdafee5aae1028e96b12f06161789218a2044.tar.gz
tor-ea6cdafee5aae1028e96b12f06161789218a2044.zip
prepare for 0.2.2.12-alpha
Diffstat (limited to 'changes')
-rw-r--r--changes/auths_fetch_from_votes9
-rw-r--r--changes/fix_bug_13654
-rw-r--r--changes/fix_vscprintf_compile3
-rw-r--r--changes/move_bwrts_declaration2
4 files changed, 0 insertions, 18 deletions
diff --git a/changes/auths_fetch_from_votes b/changes/auths_fetch_from_votes
deleted file mode 100644
index 5c451a5dce..0000000000
--- a/changes/auths_fetch_from_votes
+++ /dev/null
@@ -1,9 +0,0 @@
- o Major bugfixes:
- - When we deprecated the v2 directory protocol, we accidentally
- got rid of the only way that v3 authorities can hear from each
- other about other descriptors. So many relays have been falling
- out of the consensus lately because not enough authorities know
- about their descriptor for them to get a majority of votes. Now
- authorities examine every v3 vote for new descriptors, and fetch
- them from that authority. Bugfix on 0.2.1.23.
-
diff --git a/changes/fix_bug_1365 b/changes/fix_bug_1365
deleted file mode 100644
index 73027310f3..0000000000
--- a/changes/fix_bug_1365
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes:
- - Fix a segfault when DirReqStatistics is enabled. Bug found by keb.
- Fixes bug 1365; bugfix on 0.2.2.11-alpha.
-
diff --git a/changes/fix_vscprintf_compile b/changes/fix_vscprintf_compile
deleted file mode 100644
index 47c486b483..0000000000
--- a/changes/fix_vscprintf_compile
+++ /dev/null
@@ -1,3 +0,0 @@
- o Major bugfixes:
- - Fix two typos in tor_vasprintf() that prevented compilation in
- Windows. \ No newline at end of file
diff --git a/changes/move_bwrts_declaration b/changes/move_bwrts_declaration
deleted file mode 100644
index 8ba2bb347e..0000000000
--- a/changes/move_bwrts_declaration
+++ /dev/null
@@ -1,2 +0,0 @@
- o Minor bugfixes:
- - Fix a compilation warning in or.h related to bandwidth_weight_rule_t