From patchwork Tue Oct 17 12:16:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ilya Maximets X-Patchwork-Id: 1850131 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.138; helo=smtp1.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=patchwork.ozlabs.org) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (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 4S8tHT40hDz1ypX for ; Tue, 17 Oct 2023 23:16:05 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 94F0582081; Tue, 17 Oct 2023 12:16:03 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 94F0582081 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 bVHrfonL2vCB; Tue, 17 Oct 2023 12:16:02 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by smtp1.osuosl.org (Postfix) with ESMTPS id 5788F8209E; Tue, 17 Oct 2023 12:16:01 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 5788F8209E Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 1954EC0DD5; Tue, 17 Oct 2023 12:16:00 +0000 (UTC) X-Original-To: ovs-dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from smtp3.osuosl.org (smtp3.osuosl.org [IPv6:2605:bc80:3010::136]) by lists.linuxfoundation.org (Postfix) with ESMTP id 5AA38C0DD5 for ; Tue, 17 Oct 2023 12:15:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 988D761284 for ; Tue, 17 Oct 2023 12:15:53 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 988D761284 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Icohyr6RLfy7 for ; Tue, 17 Oct 2023 12:15:53 +0000 (UTC) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::229]) by smtp3.osuosl.org (Postfix) with ESMTPS id BF4116123D for ; Tue, 17 Oct 2023 12:15:52 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org BF4116123D Received: by mail.gandi.net (Postfix) with ESMTPSA id 7E63DFF811; Tue, 17 Oct 2023 12:15:50 +0000 (UTC) From: Ilya Maximets To: ovs-dev@openvswitch.org Date: Tue, 17 Oct 2023 14:16:29 +0200 Message-ID: <20231017121634.3833129-2-i.maximets@ovn.org> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20231017121634.3833129-1-i.maximets@ovn.org> References: <20231017121634.3833129-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.0 1/2] Set release date for 3.0.5. 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 | 3 ++- debian/changelog | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 05fc07e4f..7469f835f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ -v3.0.5 - xx xxx xxxx +v3.0.5 - 17 Oct 2023 -------------------- + - Bug fixes v3.0.4 - 06 Apr 2023 -------------------- diff --git a/debian/changelog b/debian/changelog index 7d505f0d1..7d1031dcf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ openvswitch (3.0.5-1) unstable; urgency=low [ Open vSwitch team ] * New upstream version - -- Open vSwitch team Thu, 06 Apr 2023 15:10:09 +0200 + -- Open vSwitch team Tue, 17 Oct 2023 13:02:10 +0200 openvswitch (3.0.4-1) unstable; urgency=low [ Open vSwitch team ]