summaryrefslogtreecommitdiff
path: root/doc/spec/proposals/reindex.pl
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-10-25 03:41:30 +0000
committerNick Mathewson <nickm@torproject.org>2007-10-25 03:41:30 +0000
commit4615155ef102a16dae28080b0ab4c3f55f0914be (patch)
treeeba2f62a09125054f49c2651f5bb2b6e438f3163 /doc/spec/proposals/reindex.pl
parent6db2e1fa1533a9a548e03d63a7799ebdfb385c45 (diff)
downloadtor-4615155ef102a16dae28080b0ab4c3f55f0914be.tar.gz
tor-4615155ef102a16dae28080b0ab4c3f55f0914be.zip
r16136@catbus: nickm | 2007-10-24 23:40:15 -0400
Proposal 103 is closed too: it has been implemented and merged into dir-spec. Proposal 111 is "finished": it has been implemented, but still needs to be merged into the spec. svn:r12177
Diffstat (limited to 'doc/spec/proposals/reindex.pl')
-rwxr-xr-xdoc/spec/proposals/reindex.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/spec/proposals/reindex.pl b/doc/spec/proposals/reindex.pl
index 47b15951d3..c76116434d 100755
--- a/doc/spec/proposals/reindex.pl
+++ b/doc/spec/proposals/reindex.pl
@@ -15,7 +15,7 @@ my %title = ();
my %status = ();
my @KNOWN_STATUSES = qw{
- OPEN ACCEPTED NEEDS-RESEARCH META CLOSED SUPERSEDED DEAD};
+ OPEN ACCEPTED NEEDS-RESEARCH META FINISHED CLOSED SUPERSEDED DEAD};
for my $f (@files) {
my $num = substr($f, 0, 3);