diff --git a/draft-ietf-quic-http.md b/draft-ietf-quic-http.md index a9cdf50004..ca5660d3a4 100644 --- a/draft-ietf-quic-http.md +++ b/draft-ietf-quic-http.md @@ -809,3 +809,25 @@ This document adds one new entry to the "HTTP/2 Frame Type" registry defined in # Contributors The original authors of this specification were Robbie Shade and Mike Warres. + +# Change Log + +> **RFC Editor's Note:** Please remove this section prior to publication of a +> final version of this document. + +## Since draft-ietf-quic-http-00: + +- Changed "HTTP/2-over-QUIC" to "HTTP/QUIC" throughout + +- Changed from using HTTP/2 framing within Stream 3 to new framing format and + two-stream-per-request model + +- Adopted SETTINGS format from draft-bishop-httpbis-extended-settings-01 + +- Reworked SETTINGS_ACK to account for indeterminate inter-stream order. + +## Since draft-shade-quic-http2-mapping-00: + +- Adopted as base for draft-ietf-quic-http. + +- Updated authors/editors list. diff --git a/draft-ietf-quic-recovery.md b/draft-ietf-quic-recovery.md index 90030415d5..090788f345 100644 --- a/draft-ietf-quic-recovery.md +++ b/draft-ietf-quic-recovery.md @@ -442,3 +442,21 @@ This document has no IANA actions. Yet. --- back # Acknowledgments + + +# Change Log + +> **RFC Editor's Note:** Please remove this section prior to publication of a +> final version of this document. + +## Since draft-ietf-quic-recovery-00: + +None yet. + +## Since draft-iyengar-quic-loss-recovery-01: + +- Adopted as base for draft-ietf-quic-recovery. + +- Updated authors/editors list. + +- Added table of contents. diff --git a/draft-ietf-quic-tls.md b/draft-ietf-quic-tls.md index 03a076a59c..a33cef3a62 100644 --- a/draft-ietf-quic-tls.md +++ b/draft-ietf-quic-tls.md @@ -1246,3 +1246,26 @@ Ryan Hamilton was originally an author of this specification. This document has benefited from input from Dragana Damjanovic, Christian Huitema, Jana Iyengar, Adam Langley, Roberto Peon, Eric Rescorla, Ian Swett, and many others. + +# Change Log + +> **RFC Editor's Note:** Please remove this section prior to publication of a +> final version of this document. + +## Since draft-ietf-quic-tls-00: + +- Changed bit used to signal key phase. + +- Updated key phase markings during the handshake. + +- Added TLS interface requirements section. + +- Moved to use of TLS exporters for key derivation. + +## Since draft-thomson-quic-tls-01: + +- Adopted as base for draft-ietf-quic-tls. + +- Updated authors/editors list. + +- Added status note. diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index 711b941034..53a45f4455 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -1934,3 +1934,23 @@ Siddharth Vijayakrishnan, and Assar Westerlund. This document has benefited immensely from various private discussions and public ones on the quic@ietf.org and proto-quic@chromium.org mailing lists. Our thanks to all. + + +# Change Log + +> **RFC Editor's Note:** Please remove this section prior to publication of a +> final version of this document. + +## Since draft-ietf-quic-transport-00: + +- Replaced DIVERSIFICATION_NONCE flag with KEY_PHASE flag + +## Since draft-hamilton-quic-transport-protocol-01: + +- Adopted as base for draft-ietf-quic-tls. + +- Updated authors/editors list. + +- Added IANA Considerations section. + +- Moved Contributors and Acknowledgments to appendices.