From patchwork Thu Feb 8 17:01:27 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ilya Maximets X-Patchwork-Id: 1896665 X-Patchwork-Delegate: i.maximets@samsung.com 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.133; helo=smtp2.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=patchwork.ozlabs.org) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4TW3DL0jNNz23h2 for ; Fri, 9 Feb 2024 04:01:38 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 47289424A2; Thu, 8 Feb 2024 17:01:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aGqWzrZXtPl8; Thu, 8 Feb 2024 17:01:34 +0000 (UTC) X-Comment: SPF check N/A for local connections - client-ip=2605:bc80:3010:104::8cd3:938; helo=lists.linuxfoundation.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver= DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 55EB342356 Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [IPv6:2605:bc80:3010:104::8cd3:938]) by smtp2.osuosl.org (Postfix) with ESMTPS id 55EB342356; Thu, 8 Feb 2024 17:01:34 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 28ECBC007C; Thu, 8 Feb 2024 17:01:34 +0000 (UTC) X-Original-To: ovs-dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [IPv6:2605:bc80:3010::133]) by lists.linuxfoundation.org (Postfix) with ESMTP id 44472C0037 for ; Thu, 8 Feb 2024 17:01:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 90DC342492 for ; Thu, 8 Feb 2024 17:01:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pFtleDqenERw for ; Thu, 8 Feb 2024 17:01:06 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=217.70.183.198; helo=relay6-d.mail.gandi.net; envelope-from=i.maximets@ovn.org; receiver= DMARC-Filter: OpenDMARC Filter v1.4.2 smtp2.osuosl.org 060DA4248C Authentication-Results: smtp2.osuosl.org; dmarc=none (p=none dis=none) header.from=ovn.org DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 060DA4248C Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by smtp2.osuosl.org (Postfix) with ESMTPS id 060DA4248C for ; Thu, 8 Feb 2024 17:01:04 +0000 (UTC) Received: by mail.gandi.net (Postfix) with ESMTPSA id B0CCEC0012; Thu, 8 Feb 2024 17:01:02 +0000 (UTC) From: Ilya Maximets To: ovs-dev@openvswitch.org Date: Thu, 8 Feb 2024 18:01:27 +0100 Message-ID: <20240208170142.951388-2-i.maximets@ovn.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240208170142.951388-1-i.maximets@ovn.org> References: <20240208170142.951388-1-i.maximets@ovn.org> MIME-Version: 1.0 X-GND-Sasl: i.maximets@ovn.org Cc: Ilya Maximets Subject: [ovs-dev] [PATCH branch-3.1 1/2] Set release date for 3.1.4. 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 --- NEWS | 5 ++++- debian/changelog | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 77cf4bbac..8fff14652 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ -v3.1.4 - xx xxx xxxx +v3.1.4 - 08 Feb 2024 -------------------- + - Bug fixes + - Security: + * Fixed vulnerabilities CVE-2023-3966 and CVE-2023-5366. - DPDK: * OVS validated with DPDK 22.11.4. diff --git a/debian/changelog b/debian/changelog index a47e46242..bf658ecf8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ openvswitch (3.1.4-1) unstable; urgency=low [ Open vSwitch team ] * New upstream version - -- Open vSwitch team Tue, 17 Oct 2023 13:02:17 +0200 + -- Open vSwitch team Thu, 08 Feb 2024 17:55:19 +0100 openvswitch (3.1.3-1) unstable; urgency=low [ Open vSwitch team ]