commit 993536e78e07a36a97b37cfd22f8d109dfa80e4c Author: Nick Mathewson nickm@torproject.org Date: Tue May 3 20:54:37 2011 -0400
Remove changes files already merged into release-0.2.2 --- changes/bug2230_part1 | 7 ------- changes/bug2230_part2 | 5 ----- changes/bug2230_part4 | 6 ------ 3 files changed, 0 insertions(+), 18 deletions(-)
diff --git a/changes/bug2230_part1 b/changes/bug2230_part1 deleted file mode 100644 index 79f7254..0000000 --- a/changes/bug2230_part1 +++ /dev/null @@ -1,7 +0,0 @@ - o Minor bugfixes - - When loading the microdesc journal, remember its current size. - In 0.2.2, this helps prevent the microdesc journal from growing - without limit on authorities (who are the only ones to use it in - 0.2.2). Fixes a part of bug 2230; bugfix on 0.2.2.6-alpha. - Fix posted by "cypherpunks." - diff --git a/changes/bug2230_part2 b/changes/bug2230_part2 deleted file mode 100644 index 2664ecc..0000000 --- a/changes/bug2230_part2 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor bugfixes - - The microdesc journal is supposed to get rebuilt only if it is - at least _half_ the length of the store, not _twice_ the length - of the store. Bugfix on 0.2.2.6-alpha; fixes part of bug 2230. - diff --git a/changes/bug2230_part4 b/changes/bug2230_part4 deleted file mode 100644 index f7721fa..0000000 --- a/changes/bug2230_part4 +++ /dev/null @@ -1,6 +0,0 @@ - o Minor bugfixes: - - Authorities now clean their microdesc cache periodically and when - reading from disk initially, not only when adding new descriptors. - This prevents a bug where we could lose microdescriptors. Bugfix - on 0.2.2.6-alpha. -
tor-commits@lists.torproject.org