Skip to content

Commit fa04494

Browse files
committed
Move to deferred
Signed-off-by: Marina Moore <mnm678@gmail.com>
1 parent 77a8e2b commit fa04494

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* [TAP 10: Remove native support for compressed metadata](tap10.md)
1212
* [TAP 11: Using POUFs for Interoperability](tap11.md)
1313
* [TAP 12: Improving keyid flexibility](tap12.md)
14-
* [TAP 14: Managing TUF Versions](tap14.md)
1514
* [TAP 15: Succinct hashed bin delegations](tap15.md)
1615

1716
## Draft
@@ -21,6 +20,10 @@
2120
* [TAP 16: Snapshot Merkle Trees](tap16.md)
2221
* [TAP 17: Remove Signature Wrapper from the TUF Specification](tap17.md)
2322

23+
## Deferred
24+
25+
* [TAP 14: Managing TUF Versions](tap14.md)
26+
2427
## Rejected
2528

2629
* [TAP 5: Setting URLs for roles in the root metadata file](tap5.md)

tap14.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Version: 1
44
* Last-Modified: 13-October-2022
55
* Author: Marina Moore, Justin Cappos
6-
* Status: Accepted
6+
* Status: Deferred
77
* Content-Type: text/markdown
88
* Created: 19-December-2018
99

@@ -292,7 +292,7 @@ where `MAJOR_VERSION` is the integer representing a supported major version
292292
For backwards compatability, version 1 should be assumed to be in the top-level
293293
repository with no directory named 1. `ROOT_FILENAME` is the name of the root metadata file in the new specification version. `ROOT_DIGEST` is the digest of the new root metadata file.
294294
`VERSION_PATH` is the path to the directory for this version. In many cases, this will match the specification version, ie "2/".
295-
`FEATURES_STRING` is a string for the features supported in this version. This string may be used to include an API version for a particular implementation, or to indicate which features in a new specification version are supported. This field MAY be empty, but if it is used, the client MUST ensure that they support the features used. A combination of the specification version and features string will be used to determine which version the client should use.
295+
`FEATURES_STRING` is a string for the features supported in this version. This string may be used to include an API version for a particular implementation, or to indicate which features in a new specification version are supported. This field MAY be empty, but if it is used, the client MUST ensure that they support the features used. A combination of the specification version and features string will be used to determine which version the client should use.
296296

297297
All entries in `supported-versions` will be in priority order so that a client will use the last specification version and feature combination that they support.
298298

0 commit comments

Comments
 (0)