From patchwork Thu Dec 1 12:27:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ilya Maximets X-Patchwork-Id: 1710998 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=140.211.166.137; helo=smtp4.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4NNFjG3ybjz23mf for ; Thu, 1 Dec 2022 23:28:18 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id B9EFA408A0; Thu, 1 Dec 2022 12:28:16 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org B9EFA408A0 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y2Tqf4SdTkKr; Thu, 1 Dec 2022 12:28:15 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by smtp4.osuosl.org (Postfix) with ESMTPS id 955C6401D3; Thu, 1 Dec 2022 12:28:14 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 955C6401D3 Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 79E52C0033; Thu, 1 Dec 2022 12:28:14 +0000 (UTC) X-Original-To: ovs-dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [IPv6:2605:bc80:3010::138]) by lists.linuxfoundation.org (Postfix) with ESMTP id 3AE52C0033 for ; Thu, 1 Dec 2022 12:28:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 0607382056 for ; Thu, 1 Dec 2022 12:27:42 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 0607382056 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XQsrbXfiDZtM for ; Thu, 1 Dec 2022 12:27:41 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 0F16B82055 Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::223]) by smtp1.osuosl.org (Postfix) with ESMTPS id 0F16B82055 for ; Thu, 1 Dec 2022 12:27:40 +0000 (UTC) Received: (Authenticated sender: i.maximets@ovn.org) by mail.gandi.net (Postfix) with ESMTPSA id 893D16000A; Thu, 1 Dec 2022 12:27:38 +0000 (UTC) From: Ilya Maximets To: ovs-dev@openvswitch.org Date: Thu, 1 Dec 2022 13:27:41 +0100 Message-Id: <20221201122742.1408119-2-i.maximets@ovn.org> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221201122742.1408119-1-i.maximets@ovn.org> References: <20221201122742.1408119-1-i.maximets@ovn.org> MIME-Version: 1.0 Cc: Flavio Leitner , Ilya Maximets Subject: [ovs-dev] [PATCH branch-3.0 1/2] Set release date for 3.0.2. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" Signed-off-by: Ilya Maximets Acked-by: Dumitru Ceara Acked-by: Aaron Conole --- NEWS | 5 ++++- debian/changelog | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index eee77189b..293e81989 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ -v3.0.2 - xx xxx xxxx +v3.0.2 - 01 Dec 2022 -------------------- + - Bug fixes + - QoS: + * Fixed inability to apply QoS on ports with custom qdiscs. v3.0.1 - 07 Oct 2022 -------------------- diff --git a/debian/changelog b/debian/changelog index 157e7ad0b..4ba839ccd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ openvswitch (3.0.2-1) unstable; urgency=low [ Open vSwitch team ] * New upstream version - -- Open vSwitch team Fri, 07 Oct 2022 13:13:11 +0200 + -- Open vSwitch team Thu, 01 Dec 2022 13:18:45 +0100 openvswitch (3.0.1-1) unstable; urgency=low [ Open vSwitch team ]