From 27839e43e878a5d6bbd1e7bb4163398c76f79a5d Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Mon, 21 May 2018 11:41:04 +1000 Subject: [PATCH 1/3] Add changelog entries for -12 --- draft-ietf-quic-http.md | 5 +++++ draft-ietf-quic-qpack.md | 16 ++++++++++++++++ draft-ietf-quic-transport.md | 7 ++++++- 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/draft-ietf-quic-http.md b/draft-ietf-quic-http.md index da5698ebd9..ec2af34ff4 100644 --- a/draft-ietf-quic-http.md +++ b/draft-ietf-quic-http.md @@ -1490,6 +1490,11 @@ his employment there. > **RFC Editor's Note:** Please remove this section prior to publication of a > final version of this document. +## Since draft-ietf-quic-http-11 + +- Moved QPACK table updates and acknowledgments to dedicated streams (#1121, + #1122, #1238) + ## Since draft-ietf-quic-http-10 - Settings need to be remembered when attempting and accepting 0-RTT (#1157, diff --git a/draft-ietf-quic-qpack.md b/draft-ietf-quic-qpack.md index e645f55b86..6153e61e52 100644 --- a/draft-ietf-quic-qpack.md +++ b/draft-ietf-quic-qpack.md @@ -769,3 +769,19 @@ those authors is gratefully acknowledged, as well as ideas from: * Ian Swett * Dmitri Tikhonov + + +# Change Log + +> **RFC Editor's Note:** Please remove this section prior to publication of a +> final version of this document. + +## Since draft-ietf-quic-qpack-00 + +- Separate instruction sets for table updates and header blocks (#1235, #1142, + #1141) +- Reworked indexing scheme (#1176, #1145, #1136, #1130, #1125, #1314) +- Added mechanisms that support one-pass encoding (#1138, #1320) +- Added a setting to control the number of blocked decoders (#238, #1140, #1143) +- Moved table updates and acknowledgments to dedicated streams (#1121, #1122, + #1238) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index 566be4055a..88dcbeea86 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -4253,7 +4253,12 @@ Issue and pull request numbers are listed with a leading octothorp. ## Since draft-ietf-quic-transport-11 -- Enable server to transition connections to a preferred address (#560,#1251). +- Enable server to transition connections to a preferred address (#560,#1251) +- Packet numbers are encrypted (#1174, #1043, #1048, #1034, #850, #990, #734, + #1079) +- Packet numbers use a variable-length encoding (#989, #1334) +- Servers can set a preferred address (#560, #1251) +- STREAM frames can now be empty (#1350) ## Since draft-ietf-quic-transport-10 From 1f4d791da4f29abc10c85f4df5b299824468753a Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Wed, 23 May 2018 08:33:16 +1000 Subject: [PATCH 2/3] qcram is the last one --- draft-ietf-quic-qpack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-quic-qpack.md b/draft-ietf-quic-qpack.md index 6153e61e52..c300036767 100644 --- a/draft-ietf-quic-qpack.md +++ b/draft-ietf-quic-qpack.md @@ -776,7 +776,7 @@ those authors is gratefully acknowledged, as well as ideas from: > **RFC Editor's Note:** Please remove this section prior to publication of a > final version of this document. -## Since draft-ietf-quic-qpack-00 +## Since draft-ietf-quic-qcram-00 - Separate instruction sets for table updates and header blocks (#1235, #1142, #1141) From 891e1a44695b345aef66421423df5ba575232128 Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Wed, 23 May 2018 08:34:19 +1000 Subject: [PATCH 3/3] Remove duplicate --- draft-ietf-quic-transport.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index 88dcbeea86..eb8f2b16e3 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -4253,11 +4253,10 @@ Issue and pull request numbers are listed with a leading octothorp. ## Since draft-ietf-quic-transport-11 -- Enable server to transition connections to a preferred address (#560,#1251) +- Enable server to transition connections to a preferred address (#560, #1251) - Packet numbers are encrypted (#1174, #1043, #1048, #1034, #850, #990, #734, #1079) - Packet numbers use a variable-length encoding (#989, #1334) -- Servers can set a preferred address (#560, #1251) - STREAM frames can now be empty (#1350) ## Since draft-ietf-quic-transport-10