diff options
author | Liu Pengpeng <liupppppp@gmail.com> | 2020-09-03 01:55:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 01:55:14 +0800 |
commit | 7e8b5dfc304c0e3cd646b54bc49e23fad692d11e (patch) | |
tree | 0f297ac5ec58209b24f82a9eb4d8d3451d512900 /scripts/buildtable.pl | |
parent | 13dccfe663206cec416e404a75c5f59c9f2919d7 (diff) | |
parent | bdb297a7c847c23b96ff1dbe7bc91586ec8b59c5 (diff) |
Merge branch 'master' into master
Diffstat (limited to 'scripts/buildtable.pl')
-rwxr-xr-x | scripts/buildtable.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/buildtable.pl b/scripts/buildtable.pl index 144ede6..1edd8c0 100755 --- a/scripts/buildtable.pl +++ b/scripts/buildtable.pl @@ -34,6 +34,7 @@ my %MiscField = ( 'Discussions-To' => undef, 'Post-History' => undef, 'Replaces' => undef, + 'Requires' => undef, 'Superseded-By' => undef, ); @@ -53,6 +54,7 @@ my %ValidStatus = ( Final => "background-color: #cfffcf", Active => "background-color: #cfffcf", Replaced => "background-color: #ffcfcf", + Obsolete => "background-color: #ffcfcf", ); my %ValidType = ( 'Standards Track' => 'Standard', |