Re: [quicwg/base-drafts] Add changelog entries for -12 (#1360)

Mike Bishop <notifications@github.com> Tue, 22 May 2018 20:56 UTC

Return-Path: <noreply@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 345E6124D37 for <quic-issues@ietfa.amsl.com>; Tue, 22 May 2018 13:56:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level:
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vee8h4tHgbgh for <quic-issues@ietfa.amsl.com>; Tue, 22 May 2018 13:56:28 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D9BE712E8C7 for <quic-issues@ietf.org>; Tue, 22 May 2018 13:56:14 -0700 (PDT)
Date: Tue, 22 May 2018 13:56:14 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1527022574; bh=1J6MtnIYzTxrtZn3tJUWzP+sZpUUE3K4nXv4McAkygs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GBQrKjQ0w3RZrEOO9Q61Jw23Lnsp7neDTfrblS9yEIRiARtNYQNzCVUmevK4i6uCO yjFoLi5inxKqFTHwCwPZBSu85fPZp88lJOJ9lKX64+zRwSHnJ096zVJqwdzelzNYQZ XB/XzeM4xSNKtkeN0y9Cerkpx3I2Rv9gs/91jW5Y=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab805d4674874ba59f008627da0ad6bc77efb6a2c792cf00000001171c45ee92a169ce135b7ee1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1360/review/122349182@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1360@github.com>
References: <quicwg/base-drafts/pull/1360@github.com>
Subject: Re: [quicwg/base-drafts] Add changelog entries for -12 (#1360)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b0483ee38280_10d63f911bf94f841121c2"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6xD2MYu_2ccWpZzHY_xRA4hzpbA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.22
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 May 2018 20:56:30 -0000

MikeBishop requested changes on this pull request.

Minor nits.

> @@ -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

I think you mean "Since draft-ietf-quic-qcram-00" -- this will be qpack-00, and needs to be submitted as replacing -qcram.

> @@ -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)

Duplicative with the first item.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/1360#pullrequestreview-122349182