diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-25 03:41:30 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-25 03:41:30 +0000 |
commit | 4615155ef102a16dae28080b0ab4c3f55f0914be (patch) | |
tree | eba2f62a09125054f49c2651f5bb2b6e438f3163 /doc/spec/proposals/reindex.pl | |
parent | 6db2e1fa1533a9a548e03d63a7799ebdfb385c45 (diff) | |
download | tor-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-x | doc/spec/proposals/reindex.pl | 2 |
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); |